From 324063f684202a42d53e4b9f2b5a01ae8cb21925 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 5 Dec 2014 03:30:36 +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: I250e85a46f779cc24d67754c3a9c43179611de4c --- README.md | 2 +- doc/source/devstack.rst | 2 +- doc/source/getting-involved.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5458717d..27718a25 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ IRC: #openstack-dns Installation: http://docs.openstack.org/developer/designate/getting-started.html # Development -Designate follows the [OpenStack Gerrit Workflow](https://wiki.openstack.org/wiki/Gerrit_Workflow) +Designate follows the [OpenStack Gerrit Workflow](http://docs.openstack.org/infra/manual/developers.html#development-workflow) ## Setup Setup a working environment: diff --git a/doc/source/devstack.rst b/doc/source/devstack.rst index f1cf9622..292ab3c2 100644 --- a/doc/source/devstack.rst +++ b/doc/source/devstack.rst @@ -28,7 +28,7 @@ Instructions 2. Clone Designate and DevStack inside the VM:: - $ 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/designate.git 3. Install the Designate extension for DevStack:: diff --git a/doc/source/getting-involved.rst b/doc/source/getting-involved.rst index c6e32510..76f2c086 100644 --- a/doc/source/getting-involved.rst +++ b/doc/source/getting-involved.rst @@ -49,6 +49,6 @@ You can use tox to check your code locally by running # For tests + flake8 tox -.. _Gerrit workflow: https://wiki.openstack.org/wiki/Gerrit_Workflow +.. _Gerrit workflow: http://docs.openstack.org/infra/manual/developers.html#development-workflow .. _blueprint: https://blueprints.launchpad.net/designate .. _bug: https://bugs.launchpad.net/designate