From eb150c51df0cce82d2e43dd1227609c058c4ba22 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 5 Dec 2014 03:30:36 +0000 Subject: [PATCH] Workflow documentation is now in infra-manual Replace URLs for workflow documentation to appropriate parts of the OpenStack Project Infrastructure Manual. Dropped sections that duplicate each other after the change. Co-Authored-By: Dmitry Tantsur Change-Id: I233df03368dbb4b7805d6dce28de00fa037353c7 --- CONTRIBUTING.rst | 8 +------- README.rst | 9 ++------- doc/source/dev/contributing.rst | 2 +- doc/source/dev/dev-quickstart.rst | 2 +- 4 files changed, 5 insertions(+), 16 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 4954e8937..1a2861ee8 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,13 +1,7 @@ If you would like to contribute to the development of OpenStack, you must follow the steps documented at: - https://wiki.openstack.org/wiki/HowToContribute#If_you.27re_a_developer - -Once those steps have been completed, changes to OpenStack -should be submitted for review via the Gerrit tool, following -the workflow documented at: - - https://wiki.openstack.org/GerritWorkflow + http://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. diff --git a/README.rst b/README.rst index 8c5f2effc..4a2c07369 100644 --- a/README.rst +++ b/README.rst @@ -26,11 +26,6 @@ Additional resources are linked from the project wiki page: https://wiki.openstack.org/wiki/Ironic Anyone wishing to contribute to an OpenStack project should -find plenty of helpful resources here: +find a good reference here: - https://wiki.openstack.org/wiki/HowToContribute - -All OpenStack projects use Gerrit for code reviews. -A good reference for that is here: - - https://wiki.openstack.org/wiki/GerritWorkflow + http://docs.openstack.org/infra/manual/developers.html diff --git a/doc/source/dev/contributing.rst b/doc/source/dev/contributing.rst index 08a41251b..37dc362c5 100644 --- a/doc/source/dev/contributing.rst +++ b/doc/source/dev/contributing.rst @@ -18,7 +18,7 @@ signed OpenStack's contributor's agreement. .. seealso:: - * http://wiki.openstack.org/HowToContribute + * http://docs.openstack.org/infra/manual/developers.html * http://wiki.openstack.org/CLA LaunchPad Project diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/dev-quickstart.rst index 416778fbb..aa18d70ea 100644 --- a/doc/source/dev/dev-quickstart.rst +++ b/doc/source/dev/dev-quickstart.rst @@ -10,7 +10,7 @@ an OpenStack project. .. seealso:: - https://wiki.openstack.org/wiki/GerritWorkflow + http://docs.openstack.org/infra/manual/developers.html#development-workflow Install prerequisites::