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
This commit is contained in:
Joe Gordon 2014-05-07 16:06:24 -07:00
parent a38cf065f2
commit 538be2ddd7
1 changed files with 3 additions and 3 deletions

View File

@ -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 always base their work on the latest Nova code, available from
the master GIT repository at: 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, Developers should also join the discussion on the mailing list,
at: 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 Any new code must follow the development guidelines detailed
in the HACKING.rst file, and pass all unit tests. Further in the HACKING.rst file, and pass all unit tests. Further
developer focused documentation is available at: 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 For information on how to contribute to Nova, please see the
contents of the CONTRIBUTING.rst file. contents of the CONTRIBUTING.rst file.