Optimize the link address
Use https instead of http to ensure the safety without containing our account/password information Change-Id: Ia36674a2ec437142484fb952f95c2830356abc0a
This commit is contained in:
parent
d9f0550df5
commit
b47ed142e9
@ -1,13 +1,13 @@
|
||||
If you would like to contribute to the development of OpenStack,
|
||||
you must follow the steps in this page:
|
||||
|
||||
http://docs.openstack.org/infra/manual/developers.html
|
||||
https://docs.openstack.org/infra/manual/developers.html
|
||||
|
||||
Once those steps have been completed, changes to OpenStack
|
||||
should be submitted for review via the Gerrit tool, following
|
||||
the workflow documented at:
|
||||
|
||||
http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
|
||||
Pull requests submitted through GitHub will be ignored.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
oslo.cache Style Commandments
|
||||
======================================================
|
||||
|
||||
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
|
||||
Read the OpenStack Style Commandments https://docs.openstack.org/developer/hacking/
|
||||
|
14
README.rst
14
README.rst
@ -2,8 +2,8 @@
|
||||
Team and repository tags
|
||||
========================
|
||||
|
||||
.. image:: http://governance.openstack.org/badges/oslo.cache.svg
|
||||
:target: http://governance.openstack.org/reference/tags/index.html
|
||||
.. image:: https://governance.openstack.org/badges/oslo.cache.svg
|
||||
:target: https://governance.openstack.org/reference/tags/index.html
|
||||
|
||||
.. Change things from this point on
|
||||
|
||||
@ -21,13 +21,13 @@ oslo.cache
|
||||
|
||||
`oslo.cache` aims to provide a generic caching mechanism for OpenStack projects
|
||||
by wrapping the `dogpile.cache
|
||||
<http://dogpilecache.readthedocs.org/en/latest/>`_ library. The dogpile.cache
|
||||
<https://dogpilecache.readthedocs.org/en/latest/>`_ library. The dogpile.cache
|
||||
library provides support memoization, key value storage and interfaces to common
|
||||
caching backends such as `Memcached <http://www.memcached.org/>`_.
|
||||
caching backends such as `Memcached <https://www.memcached.org/>`_.
|
||||
|
||||
|
||||
|
||||
* Free software: Apache license
|
||||
* Documentation: http://docs.openstack.org/developer/oslo.cache
|
||||
* Source: http://git.openstack.org/cgit/openstack/oslo.cache
|
||||
* Bugs: http://bugs.launchpad.net/oslo.cache
|
||||
* Documentation: https://docs.openstack.org/developer/oslo.cache
|
||||
* Source: https://git.openstack.org/cgit/openstack/oslo.cache
|
||||
* Bugs: https://bugs.launchpad.net/oslo.cache
|
||||
|
Loading…
Reference in New Issue
Block a user