diff options
author | VincentDanno <vincent.danno@orange.com> | 2019-05-10 17:24:05 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-06-01 11:15:44 +0200 |
commit | ff54445d53b9e45773b8b56eb24732cdab73d76d (patch) | |
tree | bd388f186c97dbaa1096c4f55bef667fcc7f368c /docs/testing/user/configguide | |
parent | 1ef1967404e449d40b74064cfcb0297bc9e98c72 (diff) |
correct permanent redirects in documentation
Change-Id: I5bcb402f51541483a2797629c44485e5d75913e3
Signed-off-by: VincentDanno <vincent.danno@orange.com>
Diffstat (limited to 'docs/testing/user/configguide')
-rw-r--r-- | docs/testing/user/configguide/configguide.rst | 2 | ||||
-rw-r--r-- | docs/testing/user/configguide/prerequisites.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/testing/user/configguide/configguide.rst b/docs/testing/user/configguide/configguide.rst index 8ebab03ca..6a32b8bd6 100644 --- a/docs/testing/user/configguide/configguide.rst +++ b/docs/testing/user/configguide/configguide.rst @@ -550,7 +550,7 @@ docker container:: Note: In a Jumphost node based on the CentOS family OS, the **nc** commands might not work. You can use the **curl** command instead. - curl http://www.opnfv.org:80 + curl https://www.opnfv.org/ <HTML><HEAD><meta http-equiv="content-type" . diff --git a/docs/testing/user/configguide/prerequisites.rst b/docs/testing/user/configguide/prerequisites.rst index 6fc162a43..c02568b61 100644 --- a/docs/testing/user/configguide/prerequisites.rst +++ b/docs/testing/user/configguide/prerequisites.rst @@ -3,7 +3,7 @@ Prerequisites ============= The OPNFV deployment is out of the scope of this document but it can be -found in http://docs.opnfv.org. +found in https://docs.opnfv.org. The OPNFV platform is considered as the SUT in this document. Several prerequisites are needed for Functest: |