1. modify the http link to https link

2. fix 'a' to 'an'

Change-Id: Ic732ca1d7838e465f9fb1c5be5a9ab08651627c8
This commit is contained in:
MaoyangLiu 2018-11-24 10:12:12 +08:00
parent 3d239974bb
commit 66f0d4568c
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
----------------