Used extlinks for GitHub commits.

This commit is contained in:
Tim Graham 2019-02-01 15:42:48 -05:00 committed by Carlton Gibson
parent 75d627888b
commit c34c6d0a2f
3 changed files with 172 additions and 173 deletions

View file

@ -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', '#'),
}