Skip to content

Commit d7d50a9

Browse files
committed
Fix link to implementation of inline_serializer
1 parent a9883d4 commit d7d50a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@ class Serializer(serializers.Serializer):
12691269
})
12701270
```
12711271

1272-
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.
1272+
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.
12731273

12741274
### Advanced serialization
12751275

0 commit comments

Comments
 (0)