From 49a805cdaafe24947adfe36dccaff20875b43e68 Mon Sep 17 00:00:00 2001 From: Sanjeev Gupta Date: Tue, 30 May 2017 00:38:13 +0800 Subject: [PATCH] Update HTTP url to HTTPS Also, avoid a redirect, by specifying target URL. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e903fbad1bc..1e027ec8ed3 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ .. image:: https://img.shields.io/pypi/v/sphinx.svg - :target: http://pypi.python.org/pypi/sphinx + :target: https://pypi.python.org/pypi/Sphinx .. image:: https://readthedocs.org/projects/sphinx/badge/ :target: http://www.sphinx-doc.org/ :alt: Documentation Status