diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 96041b9..efc56c0 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -64,7 +64,7 @@ title = 'OpenStack-Ansible Release Notes: ' + 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) ) # Release notes do not need a version number in the title, they diff --git a/tests/test-repo-server-functional.yml b/tests/test-repo-server-functional.yml index f4493b0..aa351b4 100644 --- a/tests/test-repo-server-functional.yml +++ b/tests/test-repo-server-functional.yml @@ -48,7 +48,7 @@ - name: Clone repo for testing git: - repo: "https://git.openstack.org/openstack/openstack-ansible-repo_server" + repo: "https://opendev.org/openstack/openstack-ansible-repo_server" dest: /var/www/repo/openstackgit/repo_server version: master