Skip to content

Commit

Permalink
Update base URL for PEPs (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jun 5, 2022
1 parent 10bf1b1 commit a4f5b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
),
dict(
pattern=r'PEP[- ](?P<pep_number>\d+)',
url='https://www.python.org/dev/peps/pep-{pep_number:0>4}/',
url='https://peps.python.org/pep-{pep_number:0>4}/',
),
],
)
Expand Down

0 comments on commit a4f5b76

Please sign in to comment.