From ca3f0ec5e4ae35f2aa231a650852989b39e76d48 Mon Sep 17 00:00:00 2001 From: JAEGYUN JUNG Date: Mon, 20 Oct 2025 23:48:20 +0900 Subject: [PATCH] Update docs/topics/internationalization.md Co-authored-by: Bruno Alla --- docs/topics/internationalization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/internationalization.md b/docs/topics/internationalization.md index 538ea9792..5f4b719b5 100644 --- a/docs/topics/internationalization.md +++ b/docs/topics/internationalization.md @@ -107,7 +107,7 @@ For API clients the most appropriate of these will typically be to use the `Acce [Contributing to REST Framework]: ../community/contributing.md#development [django-translation]: https://docs.djangoproject.com/en/stable/topics/i18n/translation [custom-exception-handler]: ../api-guide/exceptions.md#custom-exception-handling -[django-po-source]: https://raw.githubusercontent.com/encode/django-rest-framework/master/rest_framework/locale/en_US/LC_MESSAGES/django.po +[django-po-source]: https://raw.githubusercontent.com/encode/django-rest-framework/main/rest_framework/locale/en_US/LC_MESSAGES/django.po [django-language-preference]: https://docs.djangoproject.com/en/stable/topics/i18n/translation/#how-django-discovers-language-preference [django-locale-paths]: https://docs.djangoproject.com/en/stable/ref/settings/#std:setting-LOCALE_PATHS [django-locale-name]: https://docs.djangoproject.com/en/stable/topics/i18n/#term-locale-name