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 -