From 325715c01f72a43f22b973439ef5d3d0560961a5 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 13 Nov 2012 10:08:41 +0100 Subject: [PATCH] doc: rename stackforge to openstack Change-Id: I31b0b7107742950e82473a9e776461994ab342f7 Signed-off-by: Julien Danjou --- doc/source/contributing/resources.rst | 4 ++-- doc/source/contributing/source.rst | 6 +++--- doc/source/install.rst | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/source/contributing/resources.rst b/doc/source/contributing/resources.rst index 58935fa4..b9e29dd8 100644 --- a/doc/source/contributing/resources.rst +++ b/doc/source/contributing/resources.rst @@ -22,8 +22,8 @@ :Bug tracker: http://launchpad.net/ceilometer :Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev (prefix subjects with ``[metering]`` for faster responses) :Wiki: http://wiki.openstack.org/EfficientMetering -:Code Hosting: https://github.com/stackforge/ceilometer -:Code Review: https://review.openstack.org/#/q/status:open+project:stackforge/ceilometer,n,z +:Code Hosting: https://github.com/openstack/ceilometer +:Code Review: https://review.openstack.org/#/q/status:open+project:openstack/ceilometer,n,z .. seealso:: diff --git a/doc/source/contributing/source.rst b/doc/source/contributing/source.rst index df92b52f..be598b1a 100644 --- a/doc/source/contributing/source.rst +++ b/doc/source/contributing/source.rst @@ -28,12 +28,12 @@ Setting up a Development Sandbox 2. Clone the ceilometer project to the machine:: $ cd /opt/stack - $ git clone https://github.com/stackforge/ceilometer.git + $ git clone https://github.com/openstack/ceilometer.git $ cd ./ceilometer 3. Once this is done, you need to setup the review process:: - $ git remote add gerrit ssh://@review.openstack.org:29418/stackforge/ceilometer.git + $ git remote add gerrit ssh://@review.openstack.org:29418/openstack/ceilometer.git 4. If you are preparing a patch, create a topic branch and switch to it before making any changes:: @@ -77,4 +77,4 @@ through gerrit. * http://wiki.openstack.org/GerritWorkflow * `OpenStack Gerrit instance`_. -.. _OpenStack Gerrit instance: https://review.openstack.org/#/q/status:open+project:stackforge/ceilometer,n,z +.. _OpenStack Gerrit instance: https://review.openstack.org/#/q/status:open+project:openstack/ceilometer,n,z diff --git a/doc/source/install.rst b/doc/source/install.rst index d7644714..164a7b75 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -91,7 +91,7 @@ Installing the Collector 4. Clone the ceilometer git repository to the management server:: $ cd /opt/stack - $ git clone https://github.com/stackforge/ceilometer.git + $ git clone https://github.com/openstack/ceilometer.git 5. As a user with ``root`` permissions or ``sudo`` privileges, run the ceilometer installer:: @@ -159,7 +159,7 @@ Installing the Compute Agent 2. Clone the ceilometer git repository to the server:: $ cd /opt/stack - $ git clone https://github.com/stackforge/ceilometer.git + $ git clone https://github.com/openstack/ceilometer.git 4. As a user with ``root`` permissions or ``sudo`` privileges, run the ceilometer installer:: @@ -211,7 +211,7 @@ Installing the API Server 2. Clone the ceilometer git repository to the server:: $ cd /opt/stack - $ git clone https://github.com/stackforge/ceilometer.git + $ git clone https://github.com/openstack/ceilometer.git 4. As a user with ``root`` permissions or ``sudo`` privileges, run the ceilometer installer::