Workflow documentation is now in infra-manual

Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: I7513a141c95f3126ad348ed679b2baa335bdf45f
This commit is contained in:
Jeremy Stanley 2014-12-05 03:30:40 +00:00 committed by Matthew Oliver
parent d89e08f722
commit 79fb53190e
2 changed files with 3 additions and 4 deletions

View File

@ -1,10 +1,9 @@
If you would like to contribute to the development of OpenStack, If you would like to contribute to the development of OpenStack,
you must follow the steps in the "If you're a developer" you must follow the steps in this page: [http://docs.openstack.org/infra/manual/developers.html](http://docs.openstack.org/infra/manual/developers.html)
section of this page: [http://wiki.openstack.org/HowToContribute](http://wiki.openstack.org/HowToContribute#If_you.27re_a_developer)
Once those steps have been completed, changes to OpenStack Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following should be submitted for review via the Gerrit tool, following
the workflow documented at [http://wiki.openstack.org/GerritWorkflow](http://wiki.openstack.org/GerritWorkflow). the workflow documented at [http://docs.openstack.org/infra/manual/developers.html#development-workflow](http://docs.openstack.org/infra/manual/developers.html#development-workflow).
Gerrit is the review system used in the OpenStack projects. We're sorry, but Gerrit is the review system used in the OpenStack projects. We're sorry, but
we won't be able to respond to pull requests submitted through GitHub. we won't be able to respond to pull requests submitted through GitHub.

View File

@ -11,7 +11,7 @@ __ http://docs.openstack.org/developer/python-swiftclient/
Development takes place via the usual OpenStack processes as outlined Development takes place via the usual OpenStack processes as outlined
in the `OpenStack wiki`__. The master repository is on GitHub__. in the `OpenStack wiki`__. The master repository is on GitHub__.
__ http://wiki.openstack.org/HowToContribute __ http://docs.openstack.org/infra/manual/developers.html
__ http://github.com/openstack/python-swiftclient __ http://github.com/openstack/python-swiftclient
This code is based on original the client previously included with This code is based on original the client previously included with