[3.2.x] Updated Git branch "master" to "main".

This change follows a long discussion on django-develops:

https://groups.google.com/g/django-developers/c/tctDuKUGosc/

Backport of d9a266d657 from main
This commit is contained in:
Markus Holtermann 2021-02-25 10:52:48 +01:00 committed by Mariusz Felisiak
parent 3fd83c48db
commit e078747290
15 changed files with 65 additions and 60 deletions

View file

@ -106,7 +106,7 @@ extlinks = {
'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.
'source': ('https://github.com/django/django/blob/master/%s', ''),
'source': ('https://github.com/django/django/blob/main/%s', ''),
'ticket': ('https://code.djangoproject.com/ticket/%s', '#'),
}