From a1f58969fca4be25c73fb33e854d348d3cd037c2 Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Sun, 8 Apr 2018 16:56:56 -0400 Subject: [PATCH] Update link to django-rest-marshmallow docs --- 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