From 3eeed23751f75d0cf27e11bc73eba9e9ae5e321c 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: Idf519ff362731c106bbd9b63135f8dab4c7b7b92 --- HACKING.rst | 2 +- doc/source/contributing.rst | 6 +++--- doc/source/faq.rst | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index b7d9a49458..dcde141782 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -20,7 +20,7 @@ in `How To Contribute`__ in the OpenStack wiki. `DevStack's LaunchPad project`_ contains the usual links for blueprints, bugs, etc. __ contribute_ -.. _contribute: http://wiki.openstack.org/HowToContribute +.. _contribute: http://docs.openstack.org/infra/manual/developers.html __ lp_ .. _lp: https://launchpad.net/~devstack diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index b2a219b596..50c0100578 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -3,9 +3,9 @@ Contributing ============ DevStack uses the standard OpenStack contribution process as outlined in -`the OpenStack wiki 'How To -Contribute' `__. This -means that you will need to meet the requirements of the Contributors +`the OpenStack developer +guide `__. This +means that you will need to meet the requirements of the Contribututors License Agreement (CLA). If you have already done that for another OpenStack project you are good to go. diff --git a/doc/source/faq.rst b/doc/source/faq.rst index f10c2eec36..fd9c736736 100644 --- a/doc/source/faq.rst +++ b/doc/source/faq.rst @@ -46,8 +46,8 @@ Q: I'd like to help! `git.openstack.org `__ and bug reports go to `LaunchPad `__. Contributions - follow the usual process as described in the `OpenStack - wiki `__. This Sphinx + follow the usual process as described in the `developer + guide `__. This Sphinx documentation is housed in the doc directory. Q: Why not use packages? A: Unlike packages, DevStack leaves your cloud ready to develop -