diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 4954e89371..1a2861ee89 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 8c5f2effc8..4a2c073691 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 08a41251ba..37dc362c58 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 416778fbb5..aa18d70ea4 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::