Fix links to remove references to submodules 45/62345/1
authorAric Gardner <agardner@linuxfoundation.org>
Fri, 14 Sep 2018 21:04:41 +0000 (17:04 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Fri, 14 Sep 2018 21:05:00 +0000 (17:05 -0400)
All references to submodules must be removed for docs to
work going forward.

Can be tested once your project has a local tox file

Change-Id: I3f04ea564b98cc100ea1438f08b1afe3c4c4416d
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
docs/development/manuals/monitors.rst
docs/development/overview/testing.rst

index 0d22b1d..eeb5e22 100644 (file)
@@ -23,7 +23,8 @@ calculated by using the difference of time at which compute node sends notificat
 control node and the time at which consumer is notified. The time on control and compute
 node has to be synchronized for this reason. For further details on setting up collectd
 on the compute node, use the following link:
-http://docs.opnfv.org/en/stable-danube/submodules/barometer/docs/release/userguide/feature.userguide.html#id18
+:doc:`<barometer:release/userguide/feature.userguide>`
+
 
 Collectd monitors an interface managed by OVS. If the interface is not be assigned
 an IP, the user has to provide the name of interface to be monitored. The command to
index ba0546e..a4b9ffa 100644 (file)
@@ -88,7 +88,8 @@ Functest container. You can run the Doctor test with the following steps:
 
 See `Functest Userguide`_ for more information.
 
-.. _Functest Userguide: http://docs.opnfv.org/en/latest/submodules/functest/docs/testing/user/userguide/index.html
+.. _Functest Userguide: :doc:`<functest:testing/user/userguide>`
+
 
 For testing with stable version, change DOCKER_TAG to 'stable' or other release
 tag identifier.