summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Bechtold <tbechtold@suse.com>2019-11-05 09:28:44 +0100
committerThomas Bechtold <tbechtold@suse.com>2019-11-05 09:29:26 +0100
commitc56e325217a7488fa57eaf53c5d5f37d80a0051c (patch)
tree913a0e89e253e863f43659016f4af843e63322eb
parent57e0ab29425866f4e03b31d7d6df7b91ce2c5490 (diff)
downloadpython-jenkins-job-builder-c56e325217a7488fa57eaf53c5d5f37d80a0051c.tar.gz
python-jenkins-job-builder-c56e325217a7488fa57eaf53c5d5f37d80a0051c.tar.xz
python-jenkins-job-builder-c56e325217a7488fa57eaf53c5d5f37d80a0051c.zip
Fix repository location in README.rst
It's nowadays opendev.org so use that. Change-Id: I91382e8d18deec6c91e84d9232f013792631e66a
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index bc270ac0..3c8c94e9 100644
--- a/README.rst
+++ b/README.rst
@@ -23,11 +23,11 @@ Bug report:
Repository:
-* https://git.openstack.org/cgit/openstack-infra/jenkins-job-builder
+* https://opendev.org/jjb/jenkins-job-builder
Cloning::
- git clone https://git.openstack.org/openstack-infra/jenkins-job-builder
+ git clone https://opendev.org/jjb/jenkins-job-builder.git
Install pre-commit from https://pre-commit.com/#intro in order to run some
minimal testing on your commits.
@@ -41,7 +41,7 @@ Job Builder may be installed from the top level directory::
Patches are submitted via Gerrit at:
-* https://review.openstack.org/
+* https://review.opendev.org
Please do not submit GitHub pull requests, they will be automatically closed.