From b043f80a3ba965b979439fb893d17c8820fae1d4 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Thu, 17 Dec 2020 22:26:46 -0800 Subject: [PATCH] Fix broken links and redirects This repository is hosted on opendev.org's gitea server, and doesn't get mirrored to github currently (we may add mirroring in the future). We can swap a bunch of URLs that assume the content is on github and older infra cgit servers with correct URLs. Change-Id: Ica0a7ba08d9c437f94fbc9ab282bd929f01df8ff --- README.rst | 10 +++++----- doc/source/refstack.rst | 4 ++-- doc/source/uploading_private_results.rst | 2 +- .../components/guidelines/partials/testListModal.html | 2 +- .../app/components/profile/importPubKeyModal.html | 2 +- specs/newton/implemented/defcore-guideline-api.rst | 8 ++++---- specs/newton/implemented/vendor-registration-api.rst | 2 +- specs/pike/approved/upload-subunit-tests.rst | 4 ++-- specs/prior/approved/refstack-org-gearman-tester.rst | 6 +++--- .../refstack-org-test-result-json-schema.rst | 2 +- specs/queens/approved/subunit-data-api.rst | 3 +-- specs/template.rst | 2 +- tools/update-rs-db.rst | 3 ++- 13 files changed, 25 insertions(+), 25 deletions(-) diff --git a/README.rst b/README.rst index 017341a5..fda5ed90 100644 --- a/README.rst +++ b/README.rst @@ -48,16 +48,16 @@ after their software has been incorporated into the distro or cloud. vendors. It can be used by vendors in house to compare interoperability data over time. - * API and UI install docs: http://github.com/openstack/refstack/blob/master/doc/source/refstack.rst - * repository: http://git.openstack.org/cgit/openstack/refstack - * reviews: https://review.opendev.org/#/q/status:open+project:openstack/refstack + * API and UI install docs: https://opendev.org/osf/refstack/src/master/doc/source/refstack.rst + * repository: https://opendev.org/osf/refstack + * reviews: https://review.opendev.org/#/q/status:open+project:osf/refstack * **refstack-client** refstack-client contains the tools you will need to run the Interop Working Group tests. - * repository: http://git.openstack.org/cgit/openstack/refstack-client - * reviews: https://review.opendev.org/#/q/status:open+project:openstack/refstack-client + * repository: https://opendev.org/osf/refstack-client + * reviews: https://review.opendev.org/#/q/status:open+project:osf/refstack-client Get involved! ############# diff --git a/doc/source/refstack.rst b/doc/source/refstack.rst index 225a7b72..5e6b12a8 100644 --- a/doc/source/refstack.rst +++ b/doc/source/refstack.rst @@ -56,7 +56,7 @@ or using hash value for your password Clone the repository ^^^^^^^^^^^^^^^^^^^^ -``git clone http://github.com/openstack/refstack`` +``git clone https://opendev.org/osf/refstack`` ``cd refstack`` @@ -181,7 +181,7 @@ above. RefStack, by default, points to this endpoint. Instructions for setting this up are outside of the scope of this doc, but you can get started at -`Openstackid project `__ . +`Openstackid project `__ . You would then need to modify the ``openstack_openid_endpoint`` field in the ``[osid]`` section in refstack.conf to match the local endpoint. diff --git a/doc/source/uploading_private_results.rst b/doc/source/uploading_private_results.rst index 61da1f4d..d53f31a5 100644 --- a/doc/source/uploading_private_results.rst +++ b/doc/source/uploading_private_results.rst @@ -53,7 +53,7 @@ Sign Key with RefStack Client complete this step. Generate a signature for your public key using your private key with -`refstack-client `__ +`refstack-client `__ - ``./refstack-client sign /path-of-sshkey-folder/key-file-name`` diff --git a/refstack-ui/app/components/guidelines/partials/testListModal.html b/refstack-ui/app/components/guidelines/partials/testListModal.html index 46813f6f..7cda51d5 100644 --- a/refstack-ui/app/components/guidelines/partials/testListModal.html +++ b/refstack-ui/app/components/guidelines/partials/testListModal.html @@ -2,7 +2,7 @@