From 323d98336a87a8b08102067850d4b06522a05fdb Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 12 May 2019 16:26:52 +0200 Subject: [PATCH] Fix 404s in repo Fix links that give 404: Replace with updated versions. For ha-guide: Just drop the links, the guide has been changed so much that the sections are completely different. Change-Id: I428e8c5717fc20db8212621acfaf8728246e8e01 --- .../source/doc-tools/template-generator.rst | 2 +- .../source/project-deploy-guide.rst | 2 +- doc/image-guide/source/virt-install.rst | 3 +-- releasenotes/source/mitaka.rst | 16 ++++++++-------- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/doc/doc-contrib-guide/source/doc-tools/template-generator.rst b/doc/doc-contrib-guide/source/doc-tools/template-generator.rst index f61dbdc581..1a89ce591b 100644 --- a/doc/doc-contrib-guide/source/doc-tools/template-generator.rst +++ b/doc/doc-contrib-guide/source/doc-tools/template-generator.rst @@ -107,7 +107,7 @@ Here are a few representative files under ``www/``: * ``README.rst`` * ``schema.yaml`` -* ``redirect-tests.txt`` -- input file for `whereto `_ +* ``redirect-tests.txt`` -- input file for `whereto `_ to test ``.htaccess``; see http://files.openstack.org/docs-404s/ for a list of recent 404 errors diff --git a/doc/doc-contrib-guide/source/project-deploy-guide.rst b/doc/doc-contrib-guide/source/project-deploy-guide.rst index 8f0c1e8914..21eac65212 100644 --- a/doc/doc-contrib-guide/source/project-deploy-guide.rst +++ b/doc/doc-contrib-guide/source/project-deploy-guide.rst @@ -6,7 +6,7 @@ As of the Newton release, a new method of publishing deployment guides has been implemented. This allows each deployment projects to create their own deployment guide, based on a standard template, in their own repository. These guides are then centrally published to -`Deployment Guides `_. +`Deployment Guides `_. .. note:: diff --git a/doc/image-guide/source/virt-install.rst b/doc/image-guide/source/virt-install.rst index 903f2266e3..c32365b027 100644 --- a/doc/image-guide/source/virt-install.rst +++ b/doc/image-guide/source/virt-install.rst @@ -11,8 +11,7 @@ console from a VNC client installed on your local machine. Because VNC is a standard protocol, there are multiple clients available that implement the VNC spec, including -`TigerVNC `_ (multiple platforms), +`TigerVNC `_ (multiple platforms), `TightVNC `_ (multiple platforms), `RealVNC `_ (multiple platforms), `Chicken `_ (Mac OS X), diff --git a/releasenotes/source/mitaka.rst b/releasenotes/source/mitaka.rst index a756f07839..4d4dc9aa1b 100644 --- a/releasenotes/source/mitaka.rst +++ b/releasenotes/source/mitaka.rst @@ -13,19 +13,19 @@ Configuration Reference High Availability Guide ~~~~~~~~~~~~~~~~~~~~~~~ -* Added the `Highly available Shared File Systems API `_ +* Added the `Highly available Shared File Systems API `_ section. -* Improved `Pacemaker/Corosync cluster `_ - installation and configuration details. +* Improved Pacemaker/Corosync cluster installation and configuration + details. -* Documented the `Pacemaker cluster manager `_ - and Keepalived architecture details and limitations. +* Documented the Pacemaker cluster manager and Keepalived architecture + details and limitations. -* Added the `MariaDB Galera cluster `_ - installation, configuration, and management details. +* Added the MariaDB Galera cluster installation, configuration, and + management details. -* Improved the `RabbitMQ section `_. +* Improved the RabbitMQ section. Installation Guide ~~~~~~~~~~~~~~~~~~