Optimize the link address
Update link address to ensure safety and preciseness Change-Id: I40b1430ef268b7f367e5a808b9544745971969a5
This commit is contained in:
parent
25bcf9b2b7
commit
319647d64d
@ -15,7 +15,7 @@ ways you can contribute to the Castellan project:
|
||||
|
||||
Before you start contributing take a look at the `Openstack Developers Guide`_.
|
||||
|
||||
.. _`Openstack Developers Guide`: http://docs.openstack.org/infra/manual/developers.html
|
||||
.. _`Openstack Developers Guide`: https://docs.openstack.org/infra/manual/developers.html
|
||||
|
||||
Freenode IRC (Chat)
|
||||
-------------------
|
||||
@ -56,7 +56,7 @@ review system for all code reviews. If you're unfamiliar with using
|
||||
the OpenStack Gerrit review system, please review the `Gerrit Workflow`_
|
||||
wiki documentation.
|
||||
|
||||
.. _`Gerrit Workflow`: http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
.. _`Gerrit Workflow`: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
|
||||
.. note::
|
||||
|
||||
|
@ -2,7 +2,7 @@ Castellan Style Commandments
|
||||
===============================================
|
||||
|
||||
- Step 1: Read the OpenStack Style Commandments
|
||||
http://docs.openstack.org/developer/hacking/
|
||||
https://docs.openstack.org/developer/hacking/
|
||||
- Step 2: Read on
|
||||
|
||||
Castellan Specific Commandments
|
||||
@ -38,5 +38,5 @@ installed locally already. In this case, you can interact with the testr
|
||||
command directly. Running ``testr run`` will run the entire test suite. ``testr
|
||||
run --parallel`` will run it in parallel (this is the default incantation tox
|
||||
uses.) More information about testr can be found at:
|
||||
http://wiki.openstack.org/testr
|
||||
https://wiki.openstack.org/testr
|
||||
|
||||
|
10
README.rst
10
README.rst
@ -2,8 +2,8 @@
|
||||
Team and repository tags
|
||||
========================
|
||||
|
||||
.. image:: http://governance.openstack.org/badges/castellan.svg
|
||||
:target: http://governance.openstack.org/reference/tags/index.html
|
||||
.. image:: https://governance.openstack.org/badges/castellan.svg
|
||||
:target: https://governance.openstack.org/reference/tags/index.html
|
||||
|
||||
.. Change things from this point on
|
||||
|
||||
@ -14,6 +14,6 @@ Castellan
|
||||
Generic Key Manager interface for OpenStack.
|
||||
|
||||
* License: Apache License, Version 2.0
|
||||
* Documentation: http://docs.openstack.org/developer/castellan
|
||||
* Source: http://git.openstack.org/cgit/openstack/castellan
|
||||
* Bugs: http://bugs.launchpad.net/castellan
|
||||
* Documentation: https://docs.openstack.org/developer/castellan
|
||||
* Source: https://git.openstack.org/cgit/openstack/castellan
|
||||
* Bugs: https://bugs.launchpad.net/castellan
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
"""oslo.i18n integration module.
|
||||
|
||||
See http://docs.openstack.org/developer/oslo.i18n/usage.html .
|
||||
See https://docs.openstack.org/developer/oslo.i18n/usage.html .
|
||||
|
||||
"""
|
||||
|
||||
|
@ -71,4 +71,4 @@ latex_documents = [
|
||||
]
|
||||
|
||||
# Example configuration for intersphinx: refer to the Python standard library.
|
||||
#intersphinx_mapping = {'http://docs.python.org/': None}
|
||||
#intersphinx_mapping = {'https://docs.python.org/3/': None}
|
||||
|
@ -44,8 +44,8 @@ Keystone services to be running in order to execute. For more
|
||||
information on this please see `Setting up a Barbican development environment`_
|
||||
and `Using Keystone Middleware with Barbican`_
|
||||
|
||||
.. _`Setting up a Barbican development environment`: http://docs.openstack.org/developer/barbican/setup/dev.html
|
||||
.. _`Using Keystone Middleware with Barbican`: http://docs.openstack.org/developer/barbican/setup/keystone.html
|
||||
.. _`Setting up a Barbican development environment`: https://docs.openstack.org/developer/barbican/setup/dev.html
|
||||
.. _`Using Keystone Middleware with Barbican`: https://docs.openstack.org/developer/barbican/setup/keystone.html
|
||||
|
||||
Castellan uses ``/etc/castellan/castellan-functional.conf`` in order to
|
||||
run functional tests. A sample file can be generated by running:
|
||||
|
@ -320,4 +320,4 @@ by the castellan package.*
|
||||
castellan.config = castellan.options:list_opts
|
||||
|
||||
For more information on the oslo configuration generator, please see
|
||||
http://docs.openstack.org/developer/oslo.config/generator.html
|
||||
https://docs.openstack.org/developer/oslo.config/generator.html
|
||||
|
@ -5,7 +5,7 @@ description-file =
|
||||
README.rst
|
||||
author = OpenStack
|
||||
author-email = openstack-dev@lists.openstack.org
|
||||
home-page = http://docs.openstack.org/developer/castellan/
|
||||
home-page = https://docs.openstack.org/developer/castellan/
|
||||
classifier =
|
||||
Environment :: OpenStack
|
||||
Intended Audience :: Information Technology
|
||||
|
Loading…
Reference in New Issue
Block a user