diff --git a/README.md b/README.md index c1eb4c7d4..9a6ede24b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Designate follows the [OpenStack Gerrit Workflow](https://wiki.openstack.org/wik Setup a working environment: ```` -git clone git@github.com:stackforge/designate.git +git clone git@github.com:openstack/designate.git cd designate virtualenv .venv . .venv/bin/activate diff --git a/contrib/designate-ext-samplehandler/requirements.txt b/contrib/designate-ext-samplehandler/requirements.txt index e3296ecab..41b94a09f 100644 --- a/contrib/designate-ext-samplehandler/requirements.txt +++ b/contrib/designate-ext-samplehandler/requirements.txt @@ -1,2 +1,2 @@ pbr>=0.6,<1.0 --e git+https://github.com/stackforge/designate.git#egg=designate +-e git+https://github.com/openstack/designate.git#egg=designate diff --git a/contrib/devstack/lib/designate b/contrib/devstack/lib/designate index 6721d09a9..d172bd817 100644 --- a/contrib/devstack/lib/designate +++ b/contrib/devstack/lib/designate @@ -23,9 +23,9 @@ set +o xtrace DESIGNATE_PLUGINS=$TOP_DIR/lib/designate_plugins # Set up default repos -DESIGNATE_REPO=${DESIGNATE_REPO:-${GIT_BASE}/stackforge/designate.git} +DESIGNATE_REPO=${DESIGNATE_REPO:-${GIT_BASE}/openstack/designate.git} DESIGNATE_BRANCH=${DESIGNATE_BRANCH:-master} -DESIGNATECLIENT_REPO=${DESIGNATECLIENT_REPO:-${GIT_BASE}/stackforge/python-designateclient.git} +DESIGNATECLIENT_REPO=${DESIGNATECLIENT_REPO:-${GIT_BASE}/openstack/python-designateclient.git} DESIGNATECLIENT_BRANCH=${DESIGNATECLIENT_BRANCH:-master} # Set up default paths diff --git a/doc/source/devstack.rst b/doc/source/devstack.rst index e96385693..0d5316897 100644 --- a/doc/source/devstack.rst +++ b/doc/source/devstack.rst @@ -29,7 +29,7 @@ Instructions 2. Clone Designate and DevStack inside the VM:: $ git clone https://github.com/openstack-dev/devstack.git - $ git clone https://github.com/stackforge/designate.git + $ git clone https://github.com/openstack/designate.git 3. Install the Designate extension for DevStack:: diff --git a/doc/source/getting-started.rst b/doc/source/getting-started.rst index 45b2ae2b4..2c3100be8 100644 --- a/doc/source/getting-started.rst +++ b/doc/source/getting-started.rst @@ -48,11 +48,11 @@ Installing Designate $ apt-get install rabbitmq-server $ apt-get build-dep python-lxml -2. Clone the Designate repo off of Stackforge +2. Clone the Designate repo from GitHub :: - $ git clone https://github.com/stackforge/designate.git + $ git clone https://github.com/openstack/designate.git $ cd designate diff --git a/doc/source/index.rst b/doc/source/index.rst index 23bc80417..bb5cf5cee 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -46,4 +46,4 @@ Indices and tables .. _OpenStack Wiki: https://wiki.openstack.org/wiki/Designate -.. _source tree: https://github.com/stackforge/designate +.. _source tree: https://github.com/openstack/designate diff --git a/doc/source/install/ubuntu.rst b/doc/source/install/ubuntu.rst index 73f30c98b..04c90b9dc 100644 --- a/doc/source/install/ubuntu.rst +++ b/doc/source/install/ubuntu.rst @@ -116,7 +116,7 @@ Installing using Source (Git) :: - $ git clone git://github.com/stackforge/designate designate + $ git clone git://github.com/openstack/designate designate 3. Change directory to the newly cloned repository @@ -208,4 +208,4 @@ API:: $ designate-api -You should now be able to create zones and use nslookup or dig towards localhost to query pdns for it. \ No newline at end of file +You should now be able to create zones and use nslookup or dig towards localhost to query pdns for it. diff --git a/doc/source/related.rst b/doc/source/related.rst index 0b2925194..3d23d329d 100644 --- a/doc/source/related.rst +++ b/doc/source/related.rst @@ -38,7 +38,7 @@ Related Projects .. _Bug Tracker: https://bugs.launchpad.net/designate .. _Blueprints: https://blueprints.launchpad.net/designate -.. _GitHub: https://github.com/stackforge/designate +.. _GitHub: https://github.com/openstack/designate .. _Chef Cookbook: https://github.com/moniker-dns/designate-cookbook .. _Debian Packaging: https://github.com/moniker-dns/debian-designate .. _Launchpad PPA: https://launchpad.net/~designate-ppa/+archive/havana