Fix URL anchor in apex document. 41/51441/1
authorTomofumi Hayashi <s1061123@gmail.com>
Thu, 1 Feb 2018 09:48:52 +0000 (18:48 +0900)
committerTomofumi Hayashi <tohayash@redhat.com>
Thu, 1 Feb 2018 09:51:51 +0000 (18:51 +0900)
The latest OPNFV document template makes html file separately,
hence index.html#<something> is invalid. This fix changes anchor
URL to support separate file.

Change-Id: Ic48c062e118d2faede53e8c9eaecbb99e58fddfb
Signed-off-by: Tomofumi Hayashi <tohayash@redhat.com>
docs/release/installation/baremetal.rst
docs/release/installation/virtual.rst

index 17223df..703d169 100644 (file)
@@ -238,5 +238,5 @@ Follow the steps below to execute:
 3.  When the deployment is complete the undercloud IP and overcloud dashboard
     url will be printed. OPNFV has now been deployed using Apex.
 
-.. _`Execution Requirements (Bare Metal Only)`: index.html#execution-requirements-bare-metal-only
-.. _`Network Requirements`: index.html#network-requirements
+.. _`Execution Requirements (Bare Metal Only)`: requirements.html#execution-requirements-bare-metal-only
+.. _`Network Requirements`: requirements.html#network-requirements
index 2da8ccf..af8aece 100644 (file)
@@ -98,5 +98,5 @@ Verifying the Setup - VMs
 To verify the set you can follow the instructions in the `Verifying the Setup`_
 section.
 
-.. _`Install Bare Metal Jump Host`: index.html#install-bare-metal-jump-host
-.. _`Verifying the Setup`: index.html#verifying-the-setup
+.. _`Install Bare Metal Jump Host`: baremetal.html#install-bare-metal-jump-host
+.. _`Verifying the Setup`: verification.html#verifying-the-setup