From 6d4c9a98172b26cf5163cd4d9d76e383cf1ce6a3 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Sun, 20 Sep 2015 18:53:01 +0200 Subject: [PATCH] Link the "Developer's Guide" in the CONTRIBUTING file Change-Id: I38f045792b74bbfb323fadff8f52f3909d6208a0 --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 8ff91cc..73cc4a8 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: - http://wiki.openstack.org/HowToContribute#If_you.27re_a_developer + http://docs.openstack.org/infra/manual/developers.html#getting-started Once those steps have been completed, changes to OpenStack should be submitted for review via the Gerrit tool, following the workflow documented at: - http://wiki.openstack.org/GerritWorkflow + http://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored.