Merge "Optimize the link address for fetching git code"

This commit is contained in:
Jenkins 2017-04-11 19:02:08 +00:00 committed by Gerrit Code Review
commit 609f3a0c46
2 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@ Installing with Devstack
[[local|localrc]]
...
enable_plugin ceilometer http://git.openstack.org/openstack/ceilometer
enable_plugin ceilometer-powervm http://git.openstack.org/openstack/ceilometer-powervm
enable_plugin ceilometer git.openstack.org/openstack/ceilometer
enable_plugin ceilometer-powervm git.openstack.org/openstack/ceilometer-powervm
3. See ceilometer-powervm/doc/source/devref/usage.rst, then configure
the installation through options in local.conf as needed::

View File

@ -26,8 +26,8 @@ however if you aren't please see `this Git tutorial`_ for an introduction
to using Git and `this guide`_ for a tutorial on using Gerrit and Git for
code contribution to Openstack projects.
.. _this Git tutorial: http://git-scm.com/book/en/Getting-Started
.. _this guide: http://docs.openstack.org/infra/manual/developers.html#development-workflow
.. _this Git tutorial: https://git-scm.com/book/en/Getting-Started
.. _this guide: https://docs.openstack.org/infra/manual/developers.html#development-workflow
Getting the code
----------------