diff --git a/README.rst b/README.rst index c606d1c..c474a04 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ Environment setup We've created an "easy button" for Ubuntu, Centos, RHEL and openSUSE. 1. Make sure you have ``git`` installed -2. Get the refstack client: ``git clone https://github.com/openstack/refstack-client`` +2. Get the refstack client: ``git clone https://opendev.org/osf/refstack-client.git`` 3. Go into the refstack-client directory: ``cd refstack-client`` 4. Run the "easy button" setup: ``./setup_env`` @@ -141,7 +141,7 @@ Usage -i Intructions for uploading data with signature can be found at - https://github.com/openstack/refstack/blob/master/doc/source/uploading_private_results.rst + https://opendev.org/osf/refstack/src/branch/master/doc/source/uploading_private_results.rst 7. Create a JSON web token to use for authentication to your privately uploaded data diff --git a/refstack_client/refstack_client.py b/refstack_client/refstack_client.py index fbde4e0..d6f820f 100755 --- a/refstack_client/refstack_client.py +++ b/refstack_client/refstack_client.py @@ -354,7 +354,7 @@ class RefstackClient: def _form_result_content(self, cpid, duration, results): '''This method will create the content for the request. The spec at - 'https://github.com/openstack/refstack/blob/master/specs/prior' + 'https://opendev.org/osf/refstack/src/branch/master/specs/prior' '/implemented/api-v1.md'. defines the format expected by the API.''' content = {} diff --git a/tempest-additional-requirements.txt b/tempest-additional-requirements.txt index 3b356b1..5555bd2 100644 --- a/tempest-additional-requirements.txt +++ b/tempest-additional-requirements.txt @@ -3,4 +3,4 @@ # So tempest can find plugins with additional tests # Examples of how to define packages: #ec2-api>=1.0.0 -#git+https://github.com/openstack/swift.git@master#egg=swift +#git+https://opendev.org/openstack/swift.git@master#egg=swift