diff --git a/doc/source/stackforge.rst b/doc/source/stackforge.rst index 02a41e96d1..f749df1bb3 100644 --- a/doc/source/stackforge.rst +++ b/doc/source/stackforge.rst @@ -37,8 +37,8 @@ and official integration. As such, the target audience for this document is current OpenStack developers who are assumed to already be familiar with how changes are uploaded and reviewed within OpenStack projects. As an introduction to OpenStack contribution, it is recommend to first read -https://wiki.openstack.org/wiki/How_To_Contribute and in particular the -https://wiki.openstack.org/wiki/Gerrit_Workflow article linked from it. +https://wiki.openstack.org/wiki/How_To_Contribute and then +the `Developer's Guide `_. Add a Project to StackForge *************************** diff --git a/doc/source/sysadmin.rst b/doc/source/sysadmin.rst index 83d1c882e9..467903641d 100644 --- a/doc/source/sysadmin.rst +++ b/doc/source/sysadmin.rst @@ -93,10 +93,11 @@ system-config repository:: That should turn the system you are logged into into an etherpad server with the same configuration as that used by the OpenStack project. You can edit the contents of the system-config repo and -iterate as needed. When you're ready to propose the change for review, -you can propose the change with git-review. See the `Gerrit Workflow wiki -article `_ for more -information. +iterate as needed. When you're ready to propose the change for +review, you can propose the change with git-review. See the +`Development workflow section in the Developer's Guide +`_ +for more information. Adding a New Server ===================