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