From 14d0dbd8f49b91f84ee9c2b99cf7de33f1ce0277 Mon Sep 17 00:00:00 2001 From: TaoBeier Date: Tue, 24 Jan 2017 17:39:37 +0800 Subject: [PATCH] Fix document download url on pypi. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a12e7a4df..1aaee07e4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -88,7 +88,7 @@ latex_documents = [ # this link must be referenced as :current_tarball:`z` extlinks = { 'current_tarball': ( - 'https://pypi.python.org/packages/source/t/tornado/tornado-%s.tar.g%%s' % version, + 'https://pypi.org/packages/source/t/tornado/tornado-%s.tar.g%%s' % version, 'tornado-%s.tar.g' % version), } -- 2.47.2