Replace git.openstack.org URLs with opendev.org URLs.

Replace the old url by the new one in the README.rst file. Fix the title
format in several files.

Change-Id: I8777c0b9e09b91ae3ca89d562bf5fa2c24720616
This commit is contained in:
jacky06 2019-04-23 13:25:13 +08:00 committed by Natal Ngétal
parent 4fb6e078ee
commit fcce95b66f
6 changed files with 16 additions and 16 deletions

View File

@ -29,6 +29,6 @@ caching backends such as `Memcached <https://www.memcached.org/>`_.
* Free software: Apache license * Free software: Apache license
* Documentation: https://docs.openstack.org/oslo.cache/latest/ * Documentation: https://docs.openstack.org/oslo.cache/latest/
* Source: https://git.openstack.org/cgit/openstack/oslo.cache/ * Source: https://opendev.org/openstack/oslo.cache/
* Bugs: https://bugs.launchpad.net/oslo.cache * Bugs: https://bugs.launchpad.net/oslo.cache
* Release notes: https://docs.openstack.org/releasenotes/oslo.cache/ * Release notes: https://docs.openstack.org/releasenotes/oslo.cache/

View File

@ -1,6 +1,6 @@
======================= =====================
Configuration Options Configuration Options
======================= =====================
oslo.cache uses oslo.config to define and manage configuration options oslo.cache uses oslo.config to define and manage configuration options
to allow the deployer to control how an application uses this library. to allow the deployer to control how an application uses this library.

View File

@ -1,5 +1,5 @@
============== ============
Contributing Contributing
============== ============
.. include:: ../../../CONTRIBUTING.rst .. include:: ../../../CONTRIBUTING.rst

View File

@ -1,6 +1,6 @@
============ ==========
oslo.cache oslo.cache
============ ==========
Cache storage for OpenStack projects. Cache storage for OpenStack projects.

View File

@ -1,6 +1,6 @@
============== ============
Installation Installation
============== ============
At the command line:: At the command line::

View File

@ -1,6 +1,6 @@
======= =====
Usage Usage
======= =====
A simple example of oslo.cache in use:: A simple example of oslo.cache in use::