Fix git.openstack.org -> opendev.org on Doc
Change-Id: I139ff6fce336ba8bbf7104df888958efd7c9c1e4
This commit is contained in:
parent
c208e4b70f
commit
a3e9245f36
@ -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.
|
||||
|
@ -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>/*/*;
|
||||
|
Loading…
Reference in New Issue
Block a user