We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10bf1b1 commit a4f5b76Copy full SHA for a4f5b76
docs/conf.py
@@ -19,7 +19,7 @@
19
),
20
dict(
21
pattern=r'PEP[- ](?P<pep_number>\d+)',
22
- url='https://www.python.org/dev/peps/pep-{pep_number:0>4}/',
+ url='https://peps.python.org/pep-{pep_number:0>4}/',
23
24
],
25
)
0 commit comments