Fix link to implementation of inline_serializer

This commit is contained in:
Radoslav Georgiev 2023-10-22 17:19:38 +03:00
parent a9883d4a5a
commit d7d50a9d93

View File

@ -1269,7 +1269,7 @@ class Serializer(serializers.Serializer):
})
```
The implementation of `inline_serializer` can be found [here](https://github.com/HackSoftware/Styleguide-Example/blob/master/styleguide_example/common/utils.py#L34), in the [Styleguide-Example](https://github.com/HackSoftware/Styleguide-Example) repo.
The implementation of `inline_serializer` can be found [here](https://github.com/HackSoftware/Django-Styleguide-Example/blob/master/styleguide_example/api/utils.py), in the [Styleguide-Example](https://github.com/HackSoftware/Styleguide-Example) repo.
### Advanced serialization