Use docs link instead of absolute URL

This commit is contained in:
Ryan P Kilby 2020-03-04 16:46:48 -08:00 committed by GitHub
parent 94134547e2
commit 62422cc09b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -451,5 +451,5 @@ class CustomView(APIView):
[openapi-reference]: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#referenceObject
[openapi-generator]: https://github.com/OpenAPITools/openapi-generator
[swagger-codegen]: https://github.com/swagger-api/swagger-codegen
[nested-serializer]: https://www.django-rest-framework.org/api-guide/serializers/#dealing-with-nested-objects
[serializer-method-field]: https://www.django-rest-framework.org/api-guide/fields/#serializermethodfield
[nested-serializer]: serializers.md#dealing-with-nested-objects
[serializer-method-field]: fields.md#serializermethodfield