Update redirected URL (#8919)

This commit is contained in:
Hugo van Kemenade 2025-04-21 12:13:25 +03:00 committed by GitHub
commit 8f123cd692
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ size and font_size arguments when using default font
Pillow has had a "better than nothing" default font, which can only be drawn at
one font size. Now, if FreeType support is available, a version of
`Aileron Regular <https://dotcolon.net/font/aileron>`_ is loaded, which can be
`Aileron Regular <https://dotcolon.net/fonts/aileron>`_ is loaded, which can be
drawn at chosen font sizes.
The following ``size`` and ``font_size`` arguments can now be used to specify a

View File

@ -1093,7 +1093,7 @@ w7IkEbzhVQAAAABJRU5ErkJggg==
def load_default(size: float | None = None) -> FreeTypeFont | ImageFont:
"""If FreeType support is available, load a version of Aileron Regular,
https://dotcolon.net/font/aileron, with a more limited character set.
https://dotcolon.net/fonts/aileron, with a more limited character set.
Otherwise, load a "better than nothing" font.