diff options
author | Joe Gordon <joe.gordon0@gmail.com> | 2014-05-07 16:06:24 -0700 |
---|---|---|
committer | Joe Gordon <joe.gordon0@gmail.com> | 2014-05-07 16:06:24 -0700 |
commit | 538be2ddd7a760d2412cb3c17315bd6d3a175d4c (patch) | |
tree | f4ce2dfa202773b791df7b84746051eb416a2ab3 /README.rst | |
parent | a38cf065f28f7161bdc4711b5cc22c6f20ea82b6 (diff) | |
download | nova-538be2ddd7a760d2412cb3c17315bd6d3a175d4c.tar.gz |
Update links in README
* github to git.openstack.org
* ML openstack to openstack-dev as that is where development discussions
happen
* nova.openstack.org to docs.openstack.org/developer/nova as that is
the nova.openstack.org just redirects to there
Change-Id: I884bb2dff3d026618c0bce202f938c7e87bffe04
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst index 1ac25cbbd0..317ab1e00a 100644 --- a/README.rst +++ b/README.rst @@ -42,18 +42,18 @@ Developers wishing to work on the OpenStack Nova project should always base their work on the latest Nova code, available from the master GIT repository at: - http://github.com/openstack/nova + https://git.openstack.org/cgit/openstack/nova Developers should also join the discussion on the mailing list, at: - http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack + http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev Any new code must follow the development guidelines detailed in the HACKING.rst file, and pass all unit tests. Further developer focused documentation is available at: - http://nova.openstack.org/ + http://docs.openstack.org/developer/nova/ For information on how to contribute to Nova, please see the contents of the CONTRIBUTING.rst file. |