From 66f0d4568c7498b5c1bbcf1eff03f892565d4acc Mon Sep 17 00:00:00 2001 From: MaoyangLiu Date: Sat, 24 Nov 2018 10:12:12 +0800 Subject: [PATCH] 1. modify the http link to https link 2. fix 'a' to 'an' Change-Id: Ic732ca1d7838e465f9fb1c5be5a9ab08651627c8 --- specs/liberty/plumgrid-support-liberty.rst | 2 +- specs/queens/python-build-install-simplification.rst | 2 +- specs/rocky/centralized-nginx.rst | 2 +- specs/rocky/refactor-inventory.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/specs/liberty/plumgrid-support-liberty.rst b/specs/liberty/plumgrid-support-liberty.rst index f7a535f..b5380ea 100644 --- a/specs/liberty/plumgrid-support-liberty.rst +++ b/specs/liberty/plumgrid-support-liberty.rst @@ -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 diff --git a/specs/queens/python-build-install-simplification.rst b/specs/queens/python-build-install-simplification.rst index ef86afa..8bff4d8 100644 --- a/specs/queens/python-build-install-simplification.rst +++ b/specs/queens/python-build-install-simplification.rst @@ -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 diff --git a/specs/rocky/centralized-nginx.rst b/specs/rocky/centralized-nginx.rst index 7b1c2b5..e92f9f9 100644 --- a/specs/rocky/centralized-nginx.rst +++ b/specs/rocky/centralized-nginx.rst @@ -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 diff --git a/specs/rocky/refactor-inventory.rst b/specs/rocky/refactor-inventory.rst index 241d0f4..81a67c2 100644 --- a/specs/rocky/refactor-inventory.rst +++ b/specs/rocky/refactor-inventory.rst @@ -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 ----------------