From cb71cb3ec02fbbff5f2eb41dc56dfcd86db76b25 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 5 Dec 2014 03:30:37 +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: I77aa4152a903a0f1f47de20bb1a006d29f5a1bf2 --- CONTRIBUTING.rst | 4 ++-- TESTING.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 1e1421b62..7f62f3f6f 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,13 +1,13 @@ If you would like to contribute to the development of OpenStack, you must follow the steps documented at: - https://wiki.openstack.org/wiki/How_To_Contribute#If_you.27re_a_developer + http://docs.openstack.org/infra/manual/developers.html#development-workflow Once those steps have been completed, changes to OpenStack should be submitted for review via the Gerrit tool, following the workflow documented at: - https://wiki.openstack.org/GerritWorkflow + http://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. diff --git a/TESTING.rst b/TESTING.rst index d99696f8b..9c0d167e9 100644 --- a/TESTING.rst +++ b/TESTING.rst @@ -27,7 +27,7 @@ current tests should be passing. Virtual environments ~~~~~~~~~~~~~~~~~~~~ -Testing OpenStack projects, including Neutron, is made easier with `DevStack `_. +Testing OpenStack projects, including Neutron, is made easier with `DevStack `_. Create a machine (such as a VM or Vagrant box) running a distribution supported by DevStack and install DevStack there. For example, there is a Vagrant script