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:45:17 +0100 |
commit | cde3b25eef5d7081cd0e8268110b354934240436 (patch) | |
tree | cec1e78387e7ec13464fbbfd791b0a88a8239e34 /docs/testing/user/configguide | |
parent | c479208474238ccf4e6b61e1e60f9510f9d0fc78 (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>
(cherry picked from commit daf01598d6030a29ccddc3023ee94fe9b0e3b320)
Diffstat (limited to 'docs/testing/user/configguide')
-rw-r--r-- | docs/testing/user/configguide/ci.rst | 2 | ||||
-rw-r--r-- | docs/testing/user/configguide/index.rst | 2 |
2 files changed, 2 insertions, 2 deletions
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 |