From b8ab9433348156c336b0185056fb9760f1398e8d Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 5 Dec 2014 03:30:35 +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: I2d859aba74a7f6c55435f2d56e8676e6bf9c4430 --- doc/source/contribute/getting_involved.rst | 2 +- doc/source/setup/devstack.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/contribute/getting_involved.rst b/doc/source/contribute/getting_involved.rst index 48064f674..94bdd15c7 100644 --- a/doc/source/contribute/getting_involved.rst +++ b/doc/source/contribute/getting_involved.rst @@ -68,4 +68,4 @@ review system for all code reviews. If you're unfamiliar with using the OpenStack Gerrit review system, please review the `Gerrit Workflow`_ wiki documentation. -.. _`Gerrit Workflow`: https://wiki.openstack.org/wiki/Gerrit_Workflow +.. _`Gerrit Workflow`: http://docs.openstack.org/infra/manual/developers.html#development-workflow diff --git a/doc/source/setup/devstack.rst b/doc/source/setup/devstack.rst index 9a14be3b0..c2c04383b 100644 --- a/doc/source/setup/devstack.rst +++ b/doc/source/setup/devstack.rst @@ -81,7 +81,7 @@ Installation sudo apt-get install -y python-pip python-dev libffi-dev libssl-dev git # Clone DevStack and Barbican - git clone https://github.com/openstack-dev/devstack.git + git clone https://git.openstack.org/cgit/openstack-dev/devstack.git git clone https://github.com/openstack/barbican.git # Patch DevStack with Barbican setup files