diff --git a/README.rst b/README.rst index ddb1141..540e5eb 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ Release notes for the project can be found at: https://docs.openstack.org/releasenotes/openstack-ansible-memcached_server/ The project source code repository is located at: - https://git.openstack.org/cgit/openstack/openstack-ansible-memcached_server/ + https://opendev.org/openstack/openstack-ansible-memcached_server/ The project home is at: https://launchpad.net/openstack-ansible diff --git a/doc/source/conf.py b/doc/source/conf.py index 8dd844f..71ae97c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -70,7 +70,7 @@ title = 'OpenStack-Ansible Documentation: ' + role_name + 'role' # The link to the browsable source code (for the left hand menu) oslosphinx_cgit_link = ( - 'https://git.openstack.org/cgit/openstack/{}'.format(target_name) + 'https://opendev.org/openstack/{}'.format(target_name) ) # The version info for the project you're documenting, acts as replacement for diff --git a/tox.ini b/tox.ini index 9a9e608..d5d9cc1 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ envlist = docs,linters,functional [testenv] usedevelop = True install_command = - pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} + pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages} commands = /usr/bin/find . -type f -name "*.pyc" -delete passenv =