From 538be2ddd7a760d2412cb3c17315bd6d3a175d4c Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 7 May 2014 16:06:24 -0700 Subject: [PATCH] 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 --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 1ac25cbbd071..317ab1e00ae4 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.