From 0472715e0ca72d294a3713ab5d3a86a35bb93553 Mon Sep 17 00:00:00 2001 From: zhengwei6082 Date: Mon, 23 Oct 2017 14:57:17 +0800 Subject: [PATCH] Optimize the link address Use https instead of http to ensure the safety without containing our account/password information Change-Id: I16bdf6067fba4ea841071100d68edae7750946de --- doc/source/contributor/environment.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/contributor/environment.rst b/doc/source/contributor/environment.rst index 4d6d0ce34..2f5ca9534 100644 --- a/doc/source/contributor/environment.rst +++ b/doc/source/contributor/environment.rst @@ -69,8 +69,8 @@ itself. These dependencies can be installed from PyPi_ using the Python tool pip_. -.. _PyPi: http://pypi.python.org/ -.. _pip: http://pypi.python.org/pypi/pip +.. _PyPi: https://pypi.python.org/ +.. _pip: https://pypi.python.org/pypi/pip However, your system *may* need additional dependencies that `pip` (and by extension, PyPi) cannot satisfy. These dependencies should be installed @@ -125,7 +125,7 @@ You can re-activate this virtualenv for your current shell using: For more information on virtual environments, see virtualenv_. -.. _virtualenv: http://www.virtualenv.org/ +.. _virtualenv: https://www.virtualenv.org/