From 2a2588d5df13c329d442b613960bc0ba7e606543 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Fri, 5 Apr 2024 05:09:11 +1100 Subject: [PATCH] Use extlink Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- docs/handbook/image-file-formats.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/handbook/image-file-formats.rst b/docs/handbook/image-file-formats.rst index bff056b75..fbef08bce 100644 --- a/docs/handbook/image-file-formats.rst +++ b/docs/handbook/image-file-formats.rst @@ -1489,7 +1489,7 @@ QOI .. versionadded:: 9.5.0 Pillow reads images in Quite OK Image format, using a Python decoder. If you wish to -write code specifically for this format, https://pypi.org/project/qoi is an alternative +write code specifically for this format, :pypi:`qoi` is an alternative library that uses C to decode the image, and interfaces with NumPy. SUN