Optimize the link address

Use https instead of http to ensure the safety

Change-Id: I446b966c46d20b063d8665551344bb8b1465a12e
This commit is contained in:
Van Hung Pham 2017-06-02 20:10:58 +07:00
parent e73b214d73
commit c5a0d0ba79
4 changed files with 11 additions and 11 deletions

View File

@ -2,8 +2,8 @@
Team and repository tags
========================
.. image:: http://governance.openstack.org/badges/neutron-fwaas.svg
:target: http://governance.openstack.org/reference/tags/index.html
.. image:: https://governance.openstack.org/badges/neutron-fwaas.svg
:target: https://governance.openstack.org/reference/tags/index.html
.. Change things from this point on
@ -16,12 +16,12 @@ This package contains the code for the Neutron Firewall as a Service
External Resources:
===================
The homepage for Neutron is: http://launchpad.net/neutron. Use this
The homepage for Neutron is: https://launchpad.net/neutron. Use this
site for asking for help, and filing bugs. We use a single Launchpad
page for all Neutron projects.
Code is available on git.openstack.org at:
<http://git.openstack.org/cgit/openstack/neutron-fwaas>.
<https://git.openstack.org/cgit/openstack/neutron-fwaas>.
Please refer to Neutron documentation for more information:
`Neutron README.rst <http://git.openstack.org/cgit/openstack/neutron/tree/README.rst>`_
`Neutron README.rst <https://git.openstack.org/cgit/openstack/neutron/tree/README.rst>`_

View File

@ -3,7 +3,7 @@ neutron-fwaas in DevStack
This is setup as a DevStack plugin. For more information on DevStack plugins,
see the `DevStack Plugins documentation
<http://docs.openstack.org/developer/devstack/plugins.html>`_.
<https://docs.openstack.org/developer/devstack/plugins.html>`_.
Please note that the old 'q-fwaas' keyword still exists, and will run FWaaS V1.
This default will be changed during the Ocata cycle. The introduction of two

View File

@ -4,12 +4,12 @@ Contributing to neutron-fwaas
If you would like to contribute to the development of OpenStack, you must
follow the steps documented at:
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.
@ -18,7 +18,7 @@ Bugs should be filed on Launchpad in the 'neutron' project:
https://bugs.launchpad.net/neutron
Getting in touch with the neutron-fwaas community
==============================================
=================================================
To contribute to the neutron-fwaas project, look at the following resources:

View File

@ -35,5 +35,5 @@ Or, if you have virtualenvwrapper installed::
$ pip install neutron-fwaas
For information on what to do with FWaaS once it is installed, please check the
Networking Guide `Firewall-as-a-Service (FWaaS) v2 scenario <http://docs.openstack.org/newton/networking-guide/fwaas-v2-scenario.html>`_ or
the `Firewall-as-a-Service (FWaaS) v1 scenario <http://docs.openstack.org/newton/networking-guide/fwaas-v1-scenario.html>`_.
Networking Guide `Firewall-as-a-Service (FWaaS) v2 scenario <https://docs.openstack.org/newton/networking-guide/fwaas-v2-scenario.html>`_ or
the `Firewall-as-a-Service (FWaaS) v1 scenario <https://docs.openstack.org/newton/networking-guide/fwaas-v1-scenario.html>`_.