Update review server link

Since we switched to another gerrit review server, the link needs.
to be updated in doc/source/contributing/source.rst. As suggested
by dhellmann, also updated the list ordering in the file.

Bug #1023061

Change-Id: I46d8483966670de78dd468624a3a3cce62ffd1ea
This commit is contained in:
Nicolas Barcet (nijaba) 2012-07-10 19:10:28 +02:00
parent 7526cf6aff
commit fd86091c69
1 changed files with 3 additions and 3 deletions

View File

@ -31,11 +31,11 @@ Setting up a Development Sandbox
$ git clone https://github.com/stackforge/ceilometer.git
$ cd ./ceilometer
2. Once this is done, you need to setup the review process::
3. Once this is done, you need to setup the review process::
$ git remote add gerrit ssh://<username>@review.stackforge.org:29418/stackforge/ceilometer.git
$ git remote add gerrit ssh://<username>@review.openstack.org:29418/stackforge/ceilometer.git
3. If you are preparing a patch, create a topic branch and switch to
4. If you are preparing a patch, create a topic branch and switch to
it before making any changes::
$ git checkout -b TOPIC-BRANCH