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

View File

@ -100,7 +100,7 @@ Example::
Before Committing Before Committing
----------------- -----------------
- Follow the general OpenStack submission workflow - 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 all submissions should be squashed into one commit with one commit id
and be submitted from a feature branch, not master. and be submitted from a feature branch, not master.
- Always run a PEP8 check on your modified code before committing. - Always run a PEP8 check on your modified code before committing.