diff options
author | Tomofumi Hayashi <tohayash@redhat.com> | 2016-10-31 22:54:31 +0900 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-11-01 10:59:48 +0000 |
commit | 9b83bfd2bbdb955bb820f3a06a44b5151e22d979 (patch) | |
tree | e5adca6d00fe932d647d8c669598820c8d1ff2ba /docs/installationprocedure | |
parent | 5ed365a7185d8c1637a41f6d67b0328a8d7863b1 (diff) |
Fix links in Apex install manual
JIRA: APEX-338
Due to the change of DOCS-156, OPNFV document html is now
'single HTML' file, instead of multiple HTMLs. This fix changes
hyperlinks of document.
Change-Id: Ifbb12cdeb8edad1b7444f8c7d25ced0eef94eb14
Signed-off-by: Tomofumi Hayashi <tohayash@redhat.com>
(cherry picked from commit 3a9b81fc790b2d4432a0772d23ee27e8bc8a9fd7)
Diffstat (limited to 'docs/installationprocedure')
-rw-r--r-- | docs/installationprocedure/baremetal.rst | 4 | ||||
-rw-r--r-- | docs/installationprocedure/virtualinstall.rst | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/installationprocedure/baremetal.rst b/docs/installationprocedure/baremetal.rst index 1cf8f680..b1032139 100644 --- a/docs/installationprocedure/baremetal.rst +++ b/docs/installationprocedure/baremetal.rst @@ -247,5 +247,5 @@ Follow the steps below to execute: 3. When the deployment is complete the undercloud IP and ovecloud dashboard url will be printed. OPNFV has now been deployed using Apex. -.. _`Execution Requirements (Bare Metal Only)`: requirements.html#execution-requirements-bare-metal-only -.. _`Network Requirements`: requirements.html#network-requirements +.. _`Execution Requirements (Bare Metal Only)`: index.html#execution-requirements-bare-metal-only +.. _`Network Requirements`: index.html#network-requirements diff --git a/docs/installationprocedure/virtualinstall.rst b/docs/installationprocedure/virtualinstall.rst index 01971893..95f5b981 100644 --- a/docs/installationprocedure/virtualinstall.rst +++ b/docs/installationprocedure/virtualinstall.rst @@ -65,5 +65,5 @@ Verifying the Setup - VMs To verify the set you can follow the instructions in the `Verifying the Setup`_ section. -.. _`Install Bare Metal Jumphost`: baremetal.html -.. _`Verifying the Setup`: verification.html +.. _`Install Bare Metal Jumphost`: index.html#install-bare-metal-jumphost +.. _`Verifying the Setup`: index.html#verifying-the-setup |