Skip to content

Commit a4f5b76

Browse files
authored
Update base URL for PEPs (#61)
1 parent 10bf1b1 commit a4f5b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
),
2020
dict(
2121
pattern=r'PEP[- ](?P<pep_number>\d+)',
22-
url='https://www.python.org/dev/peps/pep-{pep_number:0>4}/',
22+
url='https://peps.python.org/pep-{pep_number:0>4}/',
2323
),
2424
],
2525
)

0 commit comments

Comments
 (0)