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//*/*;