Skip to content

Commit 8f123cd

Browse files
authored
Update redirected URL (#8919)
2 parents 348589a + 8fe7a7a commit 8f123cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/releasenotes/10.1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ size and font_size arguments when using default font
7171

7272
Pillow has had a "better than nothing" default font, which can only be drawn at
7373
one font size. Now, if FreeType support is available, a version of
74-
`Aileron Regular <https://dotcolon.net/font/aileron>`_ is loaded, which can be
74+
`Aileron Regular <https://dotcolon.net/fonts/aileron>`_ is loaded, which can be
7575
drawn at chosen font sizes.
7676

7777
The following ``size`` and ``font_size`` arguments can now be used to specify a

src/PIL/ImageFont.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ def load_default_imagefont() -> ImageFont:
10931093

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

0 commit comments

Comments
 (0)