diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-25 20:42:14 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-25 20:44:51 +0100 |
commit | daf01598d6030a29ccddc3023ee94fe9b0e3b320 (patch) | |
tree | 3f8478b49b58f9f0a2b8cc5a81f591d45d136a8e /docs | |
parent | e47c0b38b2b5bc156bfed2e3a63ce7aed9196baf (diff) |
Fix other broken links
https://git.opnfv.org/cgit doesn't provide a correct certificate and
then sphinx linkcheck fails [1].
[1] https://travis-ci.org/collivier/functest/jobs/510587514
Change-Id: I884535766c39839927ea863d7fac62684ebb5dac
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/testing/developer/devguide/index.rst | 2 | ||||
-rw-r--r-- | docs/testing/user/configguide/ci.rst | 2 | ||||
-rw-r--r-- | docs/testing/user/configguide/index.rst | 2 | ||||
-rw-r--r-- | docs/testing/user/userguide/index.rst | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/testing/developer/devguide/index.rst b/docs/testing/developer/devguide/index.rst index 8565cb6aa..9ca010b95 100644 --- a/docs/testing/developer/devguide/index.rst +++ b/docs/testing/developer/devguide/index.rst @@ -260,7 +260,7 @@ _`[1]`: http://artifacts.opnfv.org/functest/docs/configguide/index.html Functest _`[2]`: http://artifacts.opnfv.org/functest/docs/userguide/index.html functest user guide -_`[3]`: https://git.opnfv.org/releng-testresults/tree/reporting +_`[3]`: https://github.com/opnfv/releng-testresults/tree/master/reporting _`[4]`: http://docs.opnfv.org/en/latest/testing/testing-dev.html diff --git a/docs/testing/user/configguide/ci.rst b/docs/testing/user/configguide/ci.rst index 483fb4d6e..c5456390b 100644 --- a/docs/testing/user/configguide/ci.rst +++ b/docs/testing/user/configguide/ci.rst @@ -13,4 +13,4 @@ container from Jenkins. See `[2]`_ for details. -.. _`[2]`: https://git.opnfv.org/releng/tree/jjb/functest/functest-daily-jobs.yaml +.. _`[2]`: https://github.com/opnfv/releng/blob/master/jjb/functest/functest-daily-jobs.yaml diff --git a/docs/testing/user/configguide/index.rst b/docs/testing/user/configguide/index.rst index e749cb225..b355fc3a0 100644 --- a/docs/testing/user/configguide/index.rst +++ b/docs/testing/user/configguide/index.rst @@ -27,6 +27,6 @@ References IRC support channel: #opnfv-functest .. _`[1]`: https://ask.openstack.org/en/question/68144/keystone-unable-to-use-the-public-endpoint/ -.. _`[2]`: https://git.opnfv.org/releng/tree/jjb/functest/functest-daily-jobs.yaml +.. _`[2]`: https://github.com/opnfv/releng/blob/master/jjb/functest/functest-daily-jobs.yaml .. _`[3]`: http://www.opnfv.org .. _`[4]`: https://wiki.opnfv.org/display/functest/Opnfv+Functional+Testing diff --git a/docs/testing/user/userguide/index.rst b/docs/testing/user/userguide/index.rst index d57215f59..bfe8c95b2 100644 --- a/docs/testing/user/userguide/index.rst +++ b/docs/testing/user/userguide/index.rst @@ -73,5 +73,5 @@ IRC support chan: #opnfv-functest .. _`Functest page`: https://wiki.opnfv.org/display/functest/Opnfv+Functional+Testing .. _`OpenRC`: http://docs.openstack.org/user-guide/common/cli_set_environment_variables_using_openstack_rc.html .. _`Rally installation procedure`: https://rally.readthedocs.org/en/latest/tutorial/step_0_installation.html -.. _`config_functest.yaml` : https://git.opnfv.org/cgit/functest/tree/functest/ci/config_functest.yaml +.. _`config_functest.yaml` : https://github.com/opnfv/functest/blob/master/functest/ci/config_functest.yaml .. _`Functest reporting`: http://testresults.opnfv.org/reporting/master/functest/status-apex.html |