mirror of
https://github.com/django/django.git
synced 2025-10-09 10:10:28 +00:00
Used extlinks for GitHub commits.
This commit is contained in:
parent
75d627888b
commit
c34c6d0a2f
3 changed files with 172 additions and 173 deletions
|
@ -44,6 +44,7 @@ extensions = [
|
|||
]
|
||||
|
||||
extlinks = {
|
||||
'commit': ('https://github.com/django/django/commit/%s', ''),
|
||||
'cve': ('https://nvd.nist.gov/view/vuln/detail?vulnId=%s', 'CVE-'),
|
||||
'ticket': ('https://code.djangoproject.com/ticket/%s', '#'),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue