From 66d32a7dffe1b859bbcc33a43a6a8ea4d1de7c4d Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 16 Apr 2024 07:03:56 +1000 Subject: [PATCH] Updated installation links --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 823ea76d0c5..b4c6d2987ff 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ The core image library is designed for fast access to data stored in a few basic ## More Information - [Documentation](https://pillow.readthedocs.io/) - - [Installation](https://pillow.readthedocs.io/en/latest/installation.html) + - [Installation](https://pillow.readthedocs.io/en/latest/installation/basic-installation.html) - [Handbook](https://pillow.readthedocs.io/en/latest/handbook/index.html) - [Contribute](https://github.com/python-pillow/Pillow/blob/main/.github/CONTRIBUTING.md) - [Issues](https://github.com/python-pillow/Pillow/issues) diff --git a/setup.py b/setup.py index ac401dde754..7d8e1c1ee21 100644 --- a/setup.py +++ b/setup.py @@ -1018,7 +1018,7 @@ def debug_build(): a required dependency when compiling Pillow from source. Please see the install instructions at: - https://pillow.readthedocs.io/en/latest/installation.html + https://pillow.readthedocs.io/en/latest/installation/basic-installation.html """ sys.stderr.write(msg)