From 5c3aa7fc2151e2670646e9452190d16909a34cd3 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 5 Dec 2014 03:30:41 +0000 Subject: [PATCH] Workflow documentation is now in infra-manual Replace URLs for workflow documentation to appropriate parts of the OpenStack Project Infrastructure Manual. Change-Id: I972d2aa54bf70b58cf5d0f8ed1ec67be42f484a6 --- doc/source/development-environment.rst | 2 +- doc/source/first_patch.rst | 6 +++--- doc/source/gerrit.rst | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/source/development-environment.rst b/doc/source/development-environment.rst index e9e528416..f25cd9570 100644 --- a/doc/source/development-environment.rst +++ b/doc/source/development-environment.rst @@ -181,4 +181,4 @@ Once your work is complete, you may wish to contribute it to the project. Zaqar uses the Gerrit code review system. For information on how to submit your branch to Gerrit, see GerritWorkflow_. -.. _GerritWorkflow: http://wiki.openstack.org/GerritWorkflow \ No newline at end of file +.. _GerritWorkflow: http://docs.openstack.org/infra/manual/developers.html#development-workflow \ No newline at end of file diff --git a/doc/source/first_patch.rst b/doc/source/first_patch.rst index 74cbcd341..731ea6c86 100644 --- a/doc/source/first_patch.rst +++ b/doc/source/first_patch.rst @@ -34,9 +34,9 @@ to get more information on setting up your accounts. .. _Launchpad: http://launchpad.net/ .. _Gerrit: http://review.openstack.org/ -.. _`Contributors License Agreement`: https://wiki.openstack.org/wiki/How_To_Contribute#Contributor_License_Agreement +.. _`Contributors License Agreement`: http://docs.openstack.org/infra/manual/developers.html#account-setup .. _`join the OpenStack Foundation`: http://openstack.org/join -.. _`Gerrit Workflow's account setup`: https://wiki.openstack.org/wiki/Gerrit_Workflow#Account_Setup +.. _`Gerrit Workflow's account setup`: http://docs.openstack.org/infra/manual/developers.html#account-setup SSH setup ######### @@ -158,7 +158,7 @@ convention when working on bugs is to name the branch bug/BUG-NUMBER Read more about the commit syntax in the `Gerrit workflow`_ wiki. -.. _`Gerrit workflow`: https://wiki.openstack.org/wiki/Gerrit_Workflow +.. _`Gerrit workflow`: http://docs.openstack.org/infra/manual/developers.html#development-workflow Design principles ################# diff --git a/doc/source/gerrit.rst b/doc/source/gerrit.rst index 04b3ad2ee..e5da3d3a1 100644 --- a/doc/source/gerrit.rst +++ b/doc/source/gerrit.rst @@ -8,9 +8,9 @@ Gerrit is a complete replacement for GitHub pull requests. `All GitHub pull requests to the Zaqar repository will be ignored`. See `Gerrit Workflow Quick Reference`_ for information about how to get -started using Gerrit. See `Gerrit, Jenkins and GitHub`_ for more detailed +started using Gerrit. See `Development Workflow`_ for more detailed documentation on how to work with Gerrit. .. _Gerrit: http://code.google.com/p/gerrit -.. _Gerrit, Jenkins and GitHub: http://wiki.openstack.org/GerritJenkinsGit -.. _Gerrit Workflow Quick Reference: http://wiki.openstack.org/GerritWorkflow \ No newline at end of file +.. _Development Workflow: http://docs.openstack.org/infra/manual/developers.html#development-workflow +.. _Gerrit Workflow Quick Reference: http://docs.openstack.org/infra/manual/developers.html#development-workflow \ No newline at end of file