Fix git.openstack.org -> opendev.org on Doc

Change-Id: I139ff6fce336ba8bbf7104df888958efd7c9c1e4
This commit is contained in:
Ian Y. Choi 2019-08-27 09:31:22 +09:00
parent c208e4b70f
commit a3e9245f36
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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/<cycle>/<project_name>/<email_address>
containing the candidate statement.
* Commit the candidacy: git add candidates/<cycle>/*/*;