docs: Update links for other repository branch renames.

GitHub redirects these, but we should use the canonical URLs.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-08-31 14:32:37 -07:00
committed by Anders Kaseorg
parent 0dcb84a2e8
commit 1ce12191aa
13 changed files with 22 additions and 22 deletions

View File

@@ -787,7 +787,7 @@ def login_page(
# context_data attribute. This attribute doesn't exist otherwise. It is
# added in SimpleTemplateResponse class, which is a derived class of
# HttpResponse. See django.template.response.SimpleTemplateResponse,
# https://github.com/django/django/blob/master/django/template/response.py#L19.
# https://github.com/django/django/blob/2.0/django/template/response.py#L19
update_login_page_context(request, template_response.context_data)
assert isinstance(template_response, HttpResponse)