diff --git a/README.rst b/README.rst index 41451b2..1e51ad5 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ Python bindings to the OpenStack Backup/Restore API (Freezer) This is a client library for Freezer built on the OpenStack Disaster Recovery API. It provides a Python API (the freezerclient module) and a command-line tool (freezer). This library fully supports the v1 Disaster Recovery API. -Development takes place via the usual OpenStack processes as outlined in the `developer guide `_. The master repository is in `Git `_. +Development takes place via the usual OpenStack processes as outlined in the `developer guide `_. The master repository is in `Git `_. * License: Apache License, Version 2.0 @@ -34,6 +34,6 @@ Development takes place via the usual OpenStack processes as outlined in the `de .. _Launchpad project: https://launchpad.net/python-freezerclient .. _Blueprints: https://blueprints.launchpad.net/python-freezerclient .. _Bugs: https://storyboard.openstack.org/#!/project/openstack/python-freezerclient -.. _Source: https://git.openstack.org/cgit/openstack/python-freezerclient +.. _Source: https://opendev.org/openstack/python-freezerclient .. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html .. _Release notes: https://docs.openstack.org/releasenotes/python-freezerclient/ diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst index 0421c3f..275c965 100644 --- a/doc/source/contributor/index.rst +++ b/doc/source/contributor/index.rst @@ -6,7 +6,7 @@ Code is hosted at `git.openstack.org`__. Submit bugs to the python-freezerclient project on `Launchpad`__. Submit code to the `openstack/python-freezerclient` project using `Gerrit`__. -__ https://git.openstack.org/cgit/openstack/python-freezerclient +__ https://opendev.org/openstack/python-freezerclient __ https://storyboard.openstack.org/#!/project/openstack/freezer-api __ https://docs.openstack.org/infra/manual/developers.html#development-workflow diff --git a/doc/source/contributor/testing.rst b/doc/source/contributor/testing.rst index df4e47e..99a311d 100644 --- a/doc/source/contributor/testing.rst +++ b/doc/source/contributor/testing.rst @@ -23,7 +23,7 @@ DevStack installation with a demo and an admin user/tenant - or clouds named Refer to `Consistent Testing Interface`__ for more details. -__ https://git.openstack.org/cgit/openstack/governance/tree/reference/project-testing-interface.rst +__ https://opendev.org/openstack/governance/src/branch/master/reference/project-testing-interface.rst Refer to `Tester Use`__ for more details. diff --git a/tox.ini b/tox.ini index fda40d4..f9de8dd 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ skipsdist = True [testenv] usedevelop = True deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt @@ -76,7 +76,7 @@ exclude = .venv,.tox,dist,doc,*egg,releasenotes [testenv:releasenotes] basepython = python3 deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html