summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2018-09-14 17:03:43 -0400
committerAric Gardner <agardner@linuxfoundation.org>2018-09-14 17:04:23 -0400
commitd37f3d89a45c6cb74714aa39b0fbb15506745ea6 (patch)
tree243b5b2b619421942cc8eb1c88c35c53282b4846
parent3de127959e70d9ec1c97e78af7b3a047a2ed7669 (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: I8b0077a26e6f6209df1bae607ed07423f5fed333 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
-rw-r--r--docs/arm/container4nfv_on_arm.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/arm/container4nfv_on_arm.rst b/docs/arm/container4nfv_on_arm.rst
index 854f17f..52a6d3e 100644
--- a/docs/arm/container4nfv_on_arm.rst
+++ b/docs/arm/container4nfv_on_arm.rst
@@ -242,7 +242,8 @@ Functest
--------
.. _functest: https://wiki.opnfv.org/display/functest/Opnfv+Functional+Testing
-.. _Danube: http://docs.opnfv.org/en/stable-danube/submodules/functest/docs/testing/user/userguide/index.html
+.. _Danube: :doc:`<functest:testing/user/userguide>`
+
The Functest project provides comprehensive testing methodology, test suites and test cases to test and verify OPNFV Platform functionality
that covers the VIM and NFVI components.