From 750aa01fc60e294c5096745b79f9ec3605e11b20 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Mon, 7 Oct 2013 15:16:00 +0400 Subject: [PATCH] Update stackforge links to openstack Change-Id: I451bb6fa5e3d6de03829f670b88fae65ff1d1ed1 --- doc/source/devref/development.environment.rst | 2 +- doc/source/devref/how_to_participate.rst | 9 +++++---- doc/source/horizon/dev.environment.guide.rst | 4 ++-- doc/source/userdoc/diskimagebuilder.rst | 6 +++--- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/doc/source/devref/development.environment.rst b/doc/source/devref/development.environment.rst index ded2e59d54..4b853a8ace 100644 --- a/doc/source/devref/development.environment.rst +++ b/doc/source/devref/development.environment.rst @@ -46,7 +46,7 @@ On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux): .. sourcecode:: console - $ git clone git://github.com/stackforge/savanna.git + $ git clone git://github.com/openstack/savanna.git $ cd savanna 3. Prepare virtual environment: diff --git a/doc/source/devref/how_to_participate.rst b/doc/source/devref/how_to_participate.rst index 6976e1f597..c3590fda96 100644 --- a/doc/source/devref/how_to_participate.rst +++ b/doc/source/devref/how_to_participate.rst @@ -4,7 +4,7 @@ How to Participate Getting started --------------- -* Create account on `Github `_ +* Create account on `Github `_ (if you don't have one) * Make sure that your local git is properly configured by executing @@ -28,8 +28,9 @@ Getting started * Subscribe to code-reviews. Go to your settings on http://review.openstack.org * Go to ``watched projects`` - * Add ``stackforge/savanna``, ``stackforge/savanna-dashboard``, - ``stackforge/savanna-extra``, ``stackforge/python-savannaclient`` + * Add ``openstack/savanna``, ``openstack/savanna-dashboard``, + ``openstack/savanna-extra``, ``openstack/python-savannaclient``, + ``openstack/savanna-image-elements`` How to stay in touch with the community? @@ -48,7 +49,7 @@ How to stay in touch with the community? How to send your first patch on review? --------------------------------------- -* Checkout Savanna code from `Github `_ +* Checkout Savanna code from `Github `_ * Carefully read https://wiki.openstack.org/wiki/Gerrit_Workflow diff --git a/doc/source/horizon/dev.environment.guide.rst b/doc/source/horizon/dev.environment.guide.rst index 408a2d01f8..cee83c9877 100644 --- a/doc/source/horizon/dev.environment.guide.rst +++ b/doc/source/horizon/dev.environment.guide.rst @@ -66,11 +66,11 @@ If you are using Neutron instead of Nova Network: SAVANNA_USE_NEUTRON = True -5. Clone savanna-dashboard sources from ``https://github.com/stackforge/savanna-dashboard.git`` +5. Clone savanna-dashboard sources from ``https://github.com/openstack/savanna-dashboard.git`` .. sourcecode:: console - $ git clone https://github.com/stackforge/savanna-dashboard.git + $ git clone https://github.com/openstack/savanna-dashboard.git 6. Export SAVANNA_DASHBOARD_HOME environment variable with path to savanna-dashboard folder. E.g.: diff --git a/doc/source/userdoc/diskimagebuilder.rst b/doc/source/userdoc/diskimagebuilder.rst index 32be332f76..cafc636e73 100644 --- a/doc/source/userdoc/diskimagebuilder.rst +++ b/doc/source/userdoc/diskimagebuilder.rst @@ -9,7 +9,7 @@ simplify task of building such images we use code that alters how the image is built, or runs within the chroot to prepare the image. -Elements for building vanilla images are stored in `Savanna extra repository `_ +Elements for building vanilla images are stored in `Savanna extra repository `_ .. note:: @@ -22,7 +22,7 @@ Elements for building vanilla images are stored in `Savanna extra repository