diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 1c512b18..03bfb21b 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -252,4 +252,4 @@ dispatchers database The list of d A sample configuration file can be found in `ceilometer.conf.sample`_. -.. _ceilometer.conf.sample: https://github.com/openstack/ceilometer/blob/master/etc/ceilometer/ceilometer.conf.sample +.. _ceilometer.conf.sample: https://git.openstack.org/cgit/openstack/ceilometer/tree/etc/ceilometer/ceilometer.conf.sample diff --git a/doc/source/contributing/resources.rst b/doc/source/contributing/resources.rst index b9e29dd8..35670970 100644 --- a/doc/source/contributing/resources.rst +++ b/doc/source/contributing/resources.rst @@ -22,7 +22,7 @@ :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/openstack/ceilometer +:Code Hosting: https://git.openstack.org/cgit/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 3d52bd0f..90cc7669 100644 --- a/doc/source/contributing/source.rst +++ b/doc/source/contributing/source.rst @@ -28,7 +28,7 @@ Setting up a Development Sandbox 2. Clone the ceilometer project to the machine:: $ cd /opt/stack - $ git clone https://github.com/openstack/ceilometer.git + $ git clone https://git.openstack.org/openstack/ceilometer $ cd ./ceilometer 3. Once this is done, you need to setup the review process:: diff --git a/doc/source/glossary.rst b/doc/source/glossary.rst index d4f1efa7..0da263ff 100644 --- a/doc/source/glossary.rst +++ b/doc/source/glossary.rst @@ -99,5 +99,5 @@ An OpenStack user. .. [#] http://en.wikipedia.org/wiki/Ceilometer -.. [#] https://github.com/openstack/oslo-incubator/tree/master/openstack/common/notifier +.. [#] https://git.openstack.org/cgit/openstack/ceilometer/tree/ceilometer/openstack/common/notifier .. [#] http://en.wikipedia.org/wiki/Non-repudiation diff --git a/doc/source/install/manual.rst b/doc/source/install/manual.rst index 62f1f306..e68a1631 100644 --- a/doc/source/install/manual.rst +++ b/doc/source/install/manual.rst @@ -71,7 +71,7 @@ Installing the Collector 5. Clone the ceilometer git repository to the management server:: $ cd /opt/stack - $ git clone https://github.com/openstack/ceilometer.git + $ git clone https://git.openstack.org/openstack/ceilometer.git 6. As a user with ``root`` permissions or ``sudo`` privileges, run the ceilometer installer:: @@ -157,7 +157,7 @@ Installing the Compute Agent 2. Clone the ceilometer git repository to the server:: $ cd /opt/stack - $ git clone https://github.com/openstack/ceilometer.git + $ git clone https://git.openstack.org/openstack/ceilometer.git 4. As a user with ``root`` permissions or ``sudo`` privileges, run the ceilometer installer:: @@ -231,7 +231,7 @@ Installing the Central Agent 1. Clone the ceilometer git repository to the server:: $ cd /opt/stack - $ git clone https://github.com/openstack/ceilometer.git + $ git clone https://git.openstack.org/openstack/ceilometer.git 2. As a user with ``root`` permissions or ``sudo`` privileges, run the ceilometer installer:: @@ -298,7 +298,7 @@ Installing the API Server 1. Clone the ceilometer git repository to the server:: $ cd /opt/stack - $ git clone https://github.com/openstack/ceilometer.git + $ git clone https://git.openstack.org/openstack/ceilometer.git 2. As a user with ``root`` permissions or ``sudo`` privileges, run the ceilometer installer::