From 8d1679e11a2fda4ff9cbdb7c0179406106907d2a Mon Sep 17 00:00:00 2001 From: "Q.hongtao" Date: Wed, 18 Sep 2019 19:46:43 +0800 Subject: [PATCH] Update invalid link for Conf Change-Id: I36181655461b75de7fead107744c02048e556446 --- doc/source/conf.py | 2 +- releasenotes/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 38e89537..074eeae6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -68,7 +68,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/cgit/openstack/{}'.format(target_name) ) # The version info for the project you're documenting, acts as replacement for diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 7f03240f..7ace5169 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/cgit/openstack/{}'.format(target_name) ) # Release notes do not need a version number in the title, they