Skip to content

Commit 96993d8

Browse files
konyskokonyskoCic
andauthored
Changed url to django docs so it points to the stable version (#7628)
Co-authored-by: Karol Onyśko <[email protected]>
1 parent 2b26689 commit 96993d8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/api-guide/relations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,6 @@ The [rest-framework-generic-relations][drf-nested-relations] library provides re
603603
[generic-relations]: https://docs.djangoproject.com/en/stable/ref/contrib/contenttypes/#id1
604604
[drf-nested-routers]: https://github.com/alanjds/drf-nested-routers
605605
[drf-nested-relations]: https://github.com/Ian-Foote/rest-framework-generic-relations
606-
[django-intermediary-manytomany]: https://docs.djangoproject.com/en/2.2/topics/db/models/#intermediary-manytomany
606+
[django-intermediary-manytomany]: https://docs.djangoproject.com/en/stable/topics/db/models/#intermediary-manytomany
607607
[dealing-with-nested-objects]: https://www.django-rest-framework.org/api-guide/serializers/#dealing-with-nested-objects
608608
[to_internal_value]: https://www.django-rest-framework.org/api-guide/serializers/#to_internal_valueself-data

docs/topics/internationalization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ You can find more information on how the language preference is determined in th
103103
For API clients the most appropriate of these will typically be to use the `Accept-Language` header; Sessions and cookies will not be available unless using session authentication, and generally better practice to prefer an `Accept-Language` header for API clients rather than using language URL prefixes.
104104

105105
[cite]: https://youtu.be/Wa0VfS2q94Y
106-
[django-translation]: https://docs.djangoproject.com/en/1.7/topics/i18n/translation
106+
[django-translation]: https://docs.djangoproject.com/en/stable/topics/i18n/translation
107107
[custom-exception-handler]: ../api-guide/exceptions.md#custom-exception-handling
108108
[transifex-project]: https://www.transifex.com/projects/p/django-rest-framework/
109109
[django-po-source]: https://raw.githubusercontent.com/encode/django-rest-framework/master/rest_framework/locale/en_US/LC_MESSAGES/django.po
110-
[django-language-preference]: https://docs.djangoproject.com/en/1.7/topics/i18n/translation/#how-django-discovers-language-preference
111-
[django-locale-paths]: https://docs.djangoproject.com/en/1.7/ref/settings/#std:setting-LOCALE_PATHS
112-
[django-locale-name]: https://docs.djangoproject.com/en/1.7/topics/i18n/#term-locale-name
110+
[django-language-preference]: https://docs.djangoproject.com/en/stable/topics/i18n/translation/#how-django-discovers-language-preference
111+
[django-locale-paths]: https://docs.djangoproject.com/en/stable/ref/settings/#std:setting-LOCALE_PATHS
112+
[django-locale-name]: https://docs.djangoproject.com/en/stable/topics/i18n/#term-locale-name

0 commit comments

Comments
 (0)