From a3e9245f36af24595f7fb088f5541d873fb9c13d Mon Sep 17 00:00:00 2001 From: "Ian Y. Choi" Date: Tue, 27 Aug 2019 09:31:22 +0900 Subject: [PATCH] Fix git.openstack.org -> opendev.org on Doc Change-Id: I139ff6fce336ba8bbf7104df888958efd7c9c1e4 --- doc/source/conf.py | 2 +- doc/source/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index ff0a947c..fd7a04ac 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -39,7 +39,7 @@ todo_include_todos = True # Define shorthand roles for making links to common destinations. extlinks = { - 'repo': ('https://git.openstack.org/cgit/%s', ''), + 'repo': ('https://opendev.org/openstack/%s', ''), } # Add any paths that contain templates here, relative to this directory. diff --git a/doc/source/index.rst b/doc/source/index.rst index afc3c9d3..8b5c8ce7 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -95,7 +95,7 @@ Candidacies now need to be submitted as a text file to the openstack/election repository. Here are the required steps: * Clone the election repository: - git clone https://git.openstack.org/openstack/election ; cd election + git clone https://opendev.org/openstack/election ; cd election * Create a new file candidates/// containing the candidate statement. * Commit the candidacy: git add candidates//*/*;