Rename git default branch to "main"

This commit is contained in:
medmunds
2020-08-14 17:58:06 -07:00
parent 9095974d4a
commit 7d726734eb
7 changed files with 10 additions and 10 deletions

View File

@@ -99,7 +99,7 @@ class SendinBlueBackendIntegrationTests(AnymailTestMixin, SimpleTestCase):
'attachment': [{
'name': 'attachment1.txt',
# URL where Sendinblue can download the attachment content while sending:
'url': 'https://raw.githubusercontent.com/anymail/django-anymail/master/AUTHORS.txt',
'url': 'https://raw.githubusercontent.com/anymail/django-anymail/main/AUTHORS.txt',
}]
}