summaryrefslogtreecommitdiff
path: root/docs/internals/howto-release-django.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-03-03 09:06:36 +0100
committerGitHub <noreply@github.com>2021-03-03 09:06:36 +0100
commit2b1de3dd242b473cd084e7ff9b9b10d488dcabad (patch)
tree766e0b1a8db2f2d0ecb8e99df320847c3a6684cf /docs/internals/howto-release-django.txt
parent7ca7f4495ba746279b734695a8dd137bf7ee0bab (diff)
Updated links to djangoproject.com/code.djangoproject.com repositories.
Diffstat (limited to 'docs/internals/howto-release-django.txt')
-rw-r--r--docs/internals/howto-release-django.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt
index d7fcf896fc..11ced7d80b 100644
--- a/docs/internals/howto-release-django.txt
+++ b/docs/internals/howto-release-django.txt
@@ -373,7 +373,7 @@ Now you're ready to actually put the release out there. To do this:
$ git pull
$ python manage_translations.py robots_txt
- __ https://github.com/django/djangoproject.com/blob/master/djangoproject/static/robots.docs.txt
+ __ https://github.com/django/djangoproject.com/blob/main/djangoproject/static/robots.docs.txt
#. Post the release announcement to the |django-announce|, |django-developers|,
and |django-users| mailing lists. This should include a link to the
@@ -404,7 +404,7 @@ You're almost done! All that's left to do now is:
version should be added after the alpha release and the default version
should be updated after "dot zero" release.
- __ https://github.com/django/code.djangoproject.com/blob/master/trac-env/conf/trac.ini
+ __ https://github.com/django/code.djangoproject.com/blob/main/trac-env/conf/trac.ini
#. If this was a security release, update :doc:`/releases/security` with
details of the issues addressed.