From 01c06ad6c68dfa4174a37eb385aea9d0a0968707 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 9 Jun 2018 20:47:46 -0700 Subject: [PATCH] Update Python 2 doc URLs to Python 3 Python 3 docs are more actively maintained and are the future. --- Makefile | 2 +- docs/reference/Image.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1e888ee35..1803e617d 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ sdist: test: pytest -qq -# https://docs.python.org/2/distutils/packageindex.html#the-pypirc-file +# https://docs.python.org/3/distutils/packageindex.html#the-pypirc-file upload-test: # [test] # username: diff --git a/docs/reference/Image.rst b/docs/reference/Image.rst index 9a9bf57d7..388116a10 100644 --- a/docs/reference/Image.rst +++ b/docs/reference/Image.rst @@ -59,7 +59,7 @@ Functions documentation`_ to have warnings output to the logging facility instead of stderr. .. _decompression bombs: https://en.wikipedia.org/wiki/Zip_bomb - .. _the logging documentation: https://docs.python.org/2/library/logging.html?highlight=logging#integration-with-the-warnings-module + .. _the logging documentation: https://docs.python.org/3/library/logging.html#integration-with-the-warnings-module Image processing ^^^^^^^^^^^^^^^^