Merge "1. modify the http link to https link 2. fix 'a' to 'an'"

This commit is contained in:
Zuul 2018-12-27 20:24:32 +00:00 committed by Gerrit Code Review
commit 78b085c07f
4 changed files with 4 additions and 4 deletions

View File

@ -153,7 +153,7 @@ to install PLUMgrid will be required. This will be deployer documentation.
References
==========
* http://www.plumgrid.com/
* https://www.vmware.com/products/nsx.html
* https://wiki.openstack.org/wiki/PLUMgrid-Neutron

View File

@ -142,7 +142,7 @@ Pip will always check all locations before deciding which to use for the
installation. This means that if there are multiple indexes used, it queries
them all. This can be slow if any of those are not local to the environment.
.. _Python wheels: http://pythonwheels.com
.. _Python wheels: https://pythonwheels.com/
.. _Python virtualenvs: https://virtualenv.pypa.io
Proposed change

View File

@ -173,4 +173,4 @@ downtime will also need to be documented.
References
==========
http://uwsgi-docs.readthedocs.io/en/latest/Fastrouter.html
https://uwsgi-docs.readthedocs.io/en/latest/Fastrouter.html

View File

@ -163,7 +163,7 @@ The deployer will have a different user configuration to deal with
(static files)
Hopefully it shouldn't be too hard to understand for an existing
openstack-ansible user, or a experienced ansible user.
openstack-ansible user, or an experienced ansible user.
Developer impact
----------------