From 44061cf333dccd936f9b8acc80ca075f2bb98972 Mon Sep 17 00:00:00 2001 From: inspurericzhang Date: Fri, 25 May 2018 17:10:37 +0800 Subject: [PATCH] Update pypi url to new url Pypi url update to "https://pypi.org/" Change-Id: I0bc9d7fc6111cb32db212d6ef3dab144fdd31c17 --- doc/source/admin/ways-to-install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/ways-to-install.rst b/doc/source/admin/ways-to-install.rst index f0233dbdc..5bfe4d769 100644 --- a/doc/source/admin/ways-to-install.rst +++ b/doc/source/admin/ways-to-install.rst @@ -19,7 +19,7 @@ The source install instructions specifically avoid using platform specific packages, instead using the source for the code and the Python Package Index (PyPi_). -.. _PyPi: https://pypi.python.org/pypi +.. _PyPi: https://pypi.org/ It's expected that your system already has python2.7_, latest version of pip_, and git_ available.