diff options
author | 2018-11-09 14:39:46 -0800 | |
---|---|---|
committer | 2018-11-12 09:34:44 -0800 | |
commit | 12e0e154f16d57e664ff32a3c28b873530f2ab2e (patch) | |
tree | 0fe480f5601997749cc69cb171a88e3ed3ff1d36 | |
parent | 43c5611b50afca132262f9984fafaf08f01478e6 (diff) |
Fix Several Links
- Fuel's label of the ovs scenario contains a '1' the end for some reason.
- StorPerf doesn't have a direct label of their release notes.
- Container4NFV doesn't have a label on their user guide.
- FDS isn't part of the release, so it can be removed.
- Yardstick and Bottlnecks don't have configuration guides.
Change-Id: I1fe9a2c267cdb029bd7c704c0b8b986488ce10be
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
-rw-r--r-- | docs/release/installation.introduction.rst | 2 | ||||
-rw-r--r-- | docs/release/release-notes.rst | 4 | ||||
-rw-r--r-- | docs/release/userguide.introduction.rst | 4 | ||||
-rw-r--r-- | docs/testing/testing-user.rst | 2 |
4 files changed, 4 insertions, 8 deletions
diff --git a/docs/release/installation.introduction.rst b/docs/release/installation.introduction.rst index 00a124373..8413ee7c1 100644 --- a/docs/release/installation.introduction.rst +++ b/docs/release/installation.introduction.rst @@ -51,7 +51,7 @@ description documents provided: - :ref:`k8-nosdn-stor4nfv-ha <stor4nfv:k8-nosdn-stor4nfv-ha>` - :ref:`os-nosdn-bar-ha <os-nosdn-bar-ha>` - :ref:`os-nosdn-stor4nfv-ha <os-nosdn-stor4nfv-ha>` -- :ref:`os-nosdn-ovs-noha <os-nosdn-ovs-noha>` +- :ref:`os-nosdn-ovs-noha <os-nosdn-ovs-noha1>` - :ref:`os-nosdn-vpp-noha <os-nosdn-vpp-noha>` - :ref:`os-nosdn-vpp-ha <os-nosdn-vpp-ha>` - :ref:`os-odl-ovs-noha <os-odl-ovs-noha>` diff --git a/docs/release/release-notes.rst b/docs/release/release-notes.rst index 691c6d270..7d6dc4dd4 100644 --- a/docs/release/release-notes.rst +++ b/docs/release/release-notes.rst @@ -30,8 +30,6 @@ Project release notes: :ref:`Doctor Release Notes <doctor-releasenotes>` -:ref:`FDS Release Notes <fds-releasenotes>` - :ref:`Fuel Release Notes <fuel-releasenotes>` :ref:`Functest Release Notes <functest-releasenotes>` @@ -54,7 +52,7 @@ Project release notes: :ref:`SFC Release Notes <sfc-releasenotes>` -:ref:`StorPerf Release Notes <storperf-releasenotes>` +:doc:`StorPerf Release Notes <storperf:release/release-notes/index>` :ref:`VSPERF Release Notes <vswitchperf-releasenotes>` diff --git a/docs/release/userguide.introduction.rst b/docs/release/userguide.introduction.rst index b48f37da8..0590a915a 100644 --- a/docs/release/userguide.introduction.rst +++ b/docs/release/userguide.introduction.rst @@ -76,8 +76,8 @@ Feature User Guides - :ref:`Auto User Guide <auto-userguide>` - :ref:`Barometer User Guide <barometer-userguide>` -- :ref:`Clover User Guide <clover-userguide>` -- :ref:`Container4NFV User Guide <xyz-userguide>` +- :ref:`Clover User Guide <clover:clover_userguide>` +- :doc:`Container4NFV User Guide <container4nfv:release/userguide/index>` - :ref:`Doctor User Guide <doctor-userguide>` - :ref:`IPv6 User Guide <ipv6-userguide>` - :ref:`OpenContrail Virtual Networking User Guide <ovno-userguide>` diff --git a/docs/testing/testing-user.rst b/docs/testing/testing-user.rst index b933c7eba..7d55a2a52 100644 --- a/docs/testing/testing-user.rst +++ b/docs/testing/testing-user.rst @@ -15,7 +15,6 @@ Bottlenecks .. toctree:: :maxdepth: 1 -* :doc:`Bottlenecks Config Guide <bottlenecks:testing/user/configguide/index>` * :doc:`Bottlenecks User Guide <bottlenecks:testing/user/userguide/index>` @@ -71,7 +70,6 @@ Yardstick .. toctree:: :maxdepth: 1 -* :doc:`Yardstick Configuration Guide <yardstick:testing/user/configguide/index>` * :doc:`Yardstick User Guide <yardstick:testing/user/userguide/index>` |