From 8a639c6c06c6da827ddc9e8948848970de4c3a1f Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Mon, 9 Apr 2018 10:48:18 -0400 Subject: [PATCH] Update link to django-rest-marshmallow docs (#5925) --- docs/api-guide/serializers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/serializers.md b/docs/api-guide/serializers.md index ef1f41984..07921f2d9 100644 --- a/docs/api-guide/serializers.md +++ b/docs/api-guide/serializers.md @@ -1174,7 +1174,7 @@ The [drf-writable-nested][drf-writable-nested] package provides writable nested [model-managers]: https://docs.djangoproject.com/en/stable/topics/db/managers/ [encapsulation-blogpost]: https://www.dabapps.com/blog/django-models-and-encapsulation/ [thirdparty-writable-nested]: serializers.md#drf-writable-nested -[django-rest-marshmallow]: https://tomchristie.github.io/django-rest-marshmallow/ +[django-rest-marshmallow]: https://marshmallow-code.github.io/django-rest-marshmallow/ [marshmallow]: https://marshmallow.readthedocs.io/en/latest/ [serpy]: https://github.com/clarkduvall/serpy [mongoengine]: https://github.com/umutbozkurt/django-rest-framework-mongoengine