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/release/installation/baremetal.rst | |
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/release/installation/baremetal.rst')
-rw-r--r-- | docs/release/installation/baremetal.rst | 4 |
1 files changed, 2 insertions, 2 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 |