Skip to content

Commit d923079

Browse files
hugovkAA-Turner
andauthored
Prefix
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 4814f00 commit d923079

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

peps/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
# https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html
8686
_repo = "python/cpython"
8787
extlinks = {
88-
"issue": (f"https://github.com/{_repo}/issues/%s", f"{_repo}#%s"),
89-
"pr": (f"https://github.com/{_repo}/pull/%s", f"{_repo}#%s"),
88+
"cpython-issue": (f"https://github.com/{_repo}/issues/%s", f"{_repo}#%s"),
89+
"cpython-pr": (f"https://github.com/{_repo}/pull/%s", f"{_repo}#%s"),
9090
"pypi": ("https://pypi.org/project/%s/", "%s"),
9191
}
9292

peps/pep-0749.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ This allows the following implementation strategy:
825825
* The generated ``__annotate__`` function uses the set to determine
826826
which annotations were defined in the class or module body, and return only those.
827827

828-
This was implemented in :pr:`130935`.
828+
This was implemented in :cpython-pr:`130935`.
829829

830830
Specification
831831
-------------

0 commit comments

Comments
 (0)