summaryrefslogtreecommitdiffstats
path: root/docs/development/overview/testing.rst
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2018-09-14 17:04:41 -0400
committerTomi Juvonen <tomi.juvonen@nokia.com>2018-10-29 12:50:18 +0000
commitbec932db65949fb4c8356c590efc85eda6845c00 (patch)
tree6f17983a44c4391ba41f2c055009da670563de29 /docs/development/overview/testing.rst
parentf81f379cfafb8f18a5ccd7300256e3fdbca1417c (diff)
Fix links to remove references to submodules
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> (cherry picked from commit 8d8fa3f09075f21dcc03738a0bf688ac448aa803)
Diffstat (limited to 'docs/development/overview/testing.rst')
-rw-r--r--docs/development/overview/testing.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/development/overview/testing.rst b/docs/development/overview/testing.rst
index ba0546eb..a4b9ffa6 100644
--- a/docs/development/overview/testing.rst
+++ b/docs/development/overview/testing.rst
@@ -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.