From 374e9d4d8d2388a772cc2b94523d10a0a3dea66a Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Fri, 2 Mar 2018 15:47:26 -0500 Subject: [PATCH] Use https --- docs/api-guide/relations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api-guide/relations.md b/docs/api-guide/relations.md index a3eefb429..e48c30868 100644 --- a/docs/api-guide/relations.md +++ b/docs/api-guide/relations.md @@ -596,8 +596,8 @@ The [rest-framework-generic-relations][drf-nested-relations] library provides re [cite]: https://lwn.net/Articles/193245/ [reverse-relationships]: https://docs.djangoproject.com/en/stable/topics/db/queries/#following-relationships-backward -[routers]: http://www.django-rest-framework.org/api-guide/routers#defaultrouter +[routers]: https://www.django-rest-framework.org/api-guide/routers#defaultrouter [generic-relations]: https://docs.djangoproject.com/en/stable/ref/contrib/contenttypes/#id1 [drf-nested-routers]: https://github.com/alanjds/drf-nested-routers [drf-nested-relations]: https://github.com/Ian-Foote/rest-framework-generic-relations -[MultiPartRenderer]: http://www.django-rest-framework.org/api-guide/renderers/#multipartrenderer +[MultiPartRenderer]: https://www.django-rest-framework.org/api-guide/renderers/#multipartrenderer