diff options
author | Tomofumi Hayashi <s1061123@gmail.com> | 2018-02-01 18:48:52 +0900 |
---|---|---|
committer | Tomofumi Hayashi <tohayash@redhat.com> | 2018-02-01 18:51:51 +0900 |
commit | dbbc444dfe743d2849f30ac0d31e4bc71a4fc62a (patch) | |
tree | e986e18e3cd30096080089f4f78cc41c3b84b434 /docs | |
parent | 7e365bcfc02900ca1a7da341f47aabcf3123c99f (diff) |
Fix URL anchor in apex document.
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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release/installation/baremetal.rst | 4 | ||||
-rw-r--r-- | docs/release/installation/virtual.rst | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/release/installation/baremetal.rst b/docs/release/installation/baremetal.rst index 17223df0..703d1692 100644 --- a/docs/release/installation/baremetal.rst +++ b/docs/release/installation/baremetal.rst @@ -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 diff --git a/docs/release/installation/virtual.rst b/docs/release/installation/virtual.rst index 2da8ccf6..af8aece2 100644 --- a/docs/release/installation/virtual.rst +++ b/docs/release/installation/virtual.rst @@ -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 |