mirror of
https://github.com/django/django.git
synced 2025-07-07 03:09:22 +00:00
[4.0.x] Updated bpo link to use redirect URI.
Mirrors the change made in python/cpython#32342. Backport of 62ffc9883afdc0a9f9674702661062508230d7bf from main
This commit is contained in:
parent
bcfac538ae
commit
38f12b2a41
@ -127,7 +127,7 @@ else:
|
||||
django_next_version = "4.1"
|
||||
|
||||
extlinks = {
|
||||
"bpo": ("https://bugs.python.org/issue%s", "bpo-"),
|
||||
"bpo": ("https://bugs.python.org/issue?@action=redirect&bpo=%s", "bpo-"),
|
||||
"commit": ("https://github.com/django/django/commit/%s", ""),
|
||||
"cve": ("https://nvd.nist.gov/vuln/detail/CVE-%s", "CVE-"),
|
||||
# A file or directory. GitHub redirects from blob to tree if needed.
|
||||
|
Loading…
x
Reference in New Issue
Block a user