Workflow documentation is now in infra-manual

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

Change-Id: I23c3e20ce674f69890f80bd2dba4e70cd768b9ad
This commit is contained in:
Jeremy Stanley 2014-12-05 03:30:43 +00:00
parent d13037dc81
commit fb2d30a306
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ Example::
Before Committing
-----------------
- Follow the general OpenStack submission workflow
(https://wiki.openstack.org/wiki/Gerrit_Workflow). This means all
(http://docs.openstack.org/infra/manual/developers.html#development-workflow). This means all
all submissions should be squashed into one commit with one commit id
and be submitted from a feature branch, not master.
- Always run a PEP8 check on your modified code before committing.