From faffbe7a892211ca451a40f00362c7337905b09d Mon Sep 17 00:00:00 2001 From: Alexandra Settle Date: Tue, 8 Nov 2016 14:50:37 +0000 Subject: [PATCH] [DOCS] Fix broken links Change-Id: Ib9b70d44ccbd4b6ce8b24937d0b7508fa32ef6f5 Closes-bug: 1637742 --- doc/source/developer-docs/additional-roles.rst | 2 +- doc/source/developer-docs/extending.rst | 2 +- doc/source/developer-docs/quickstart-aio.rst | 2 +- doc/source/install-guide/deploymenthost.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/developer-docs/additional-roles.rst b/doc/source/developer-docs/additional-roles.rst index f55ce495ed..d6f928a10e 100644 --- a/doc/source/developer-docs/additional-roles.rst +++ b/doc/source/developer-docs/additional-roles.rst @@ -132,7 +132,7 @@ Deploying the Role .. _Adding Galaxy roles: extending.html#adding-galaxy-roles .. _env.d: extending.html#env-d .. _conf.d: extending.html#conf-d -.. _as described in the Install Guide: ../install-guide/configure-creds.html#configuring-service-credentials +.. _as described in the Install Guide: ../install-guide/configure.html#configuring-service-credentials .. _Extending OpenStack-Ansible: extending.html#user-yml-files Role development maturity diff --git a/doc/source/developer-docs/extending.rst b/doc/source/developer-docs/extending.rst index 6b706f2a3a..f23e88fbcf 100644 --- a/doc/source/developer-docs/extending.rst +++ b/doc/source/developer-docs/extending.rst @@ -145,7 +145,7 @@ Practical guidance for using this feature is available in the `Install Guide`_. This module has been `submitted for consideration`_ into Ansible Core. -.. _Install Guide: ../install-guide/configure-openstack.html +.. _Install Guide: ../install-guide/app-advanced-config-override.html .. _submitted for consideration: https://github.com/ansible/ansible/pull/12555 diff --git a/doc/source/developer-docs/quickstart-aio.rst b/doc/source/developer-docs/quickstart-aio.rst index d6ea61c720..cd954e4f6f 100644 --- a/doc/source/developer-docs/quickstart-aio.rst +++ b/doc/source/developer-docs/quickstart-aio.rst @@ -210,7 +210,7 @@ This is done by executing the following: If this fails to get the database cluster back into a running state, then please make use of the `Galera Cluster Recovery`_ page in the Install Guide. -.. _Galera Cluster Recovery: ../install-guide/ops-galera-recovery.html +.. _Galera Cluster Recovery: http://docs.openstack.org/developer/openstack-ansible/developer-docs/ops-galera-recovery.html Rebuilding an AIO ----------------- diff --git a/doc/source/install-guide/deploymenthost.rst b/doc/source/install-guide/deploymenthost.rst index 8efb056eae..580eed821b 100644 --- a/doc/source/install-guide/deploymenthost.rst +++ b/doc/source/install-guide/deploymenthost.rst @@ -16,7 +16,7 @@ deployment host. To use a target host as a deployment host, follow the steps in `Prepare target hosts`_ on the deployment host. -.. _Prepare target hosts: +.. _Prepare target hosts: http://docs.openstack.org/developer/openstack-ansible/install-guide/targethosts.html Install the operating system ~~~~~~~~~~~~~~~~~~~~~~~~~~~~