mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-09 16:10:50 +03:00
Fix broken links in documenting API section
The changed links were not working on the documentation site. I'm not 100% sure that these changes are correct but they generate working links in the GitHub previews.
This commit is contained in:
parent
c252c3dfa5
commit
30ca04df83
|
@ -209,8 +209,8 @@ To implement a hypermedia API you'll need to decide on an appropriate media type
|
||||||
[cite]: https://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven
|
[cite]: https://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven
|
||||||
|
|
||||||
[hypermedia-docs]: rest-hypermedia-hateoas.md
|
[hypermedia-docs]: rest-hypermedia-hateoas.md
|
||||||
[metadata-docs]: ../api-guide/metadata/
|
[metadata-docs]: ../api-guide/metadata.md
|
||||||
[schemas-examples]: ../api-guide/schemas/#examples
|
[schemas-examples]: ../api-guide/schemas.md#examples
|
||||||
|
|
||||||
[image-drf-yasg]: ../img/drf-yasg.png
|
[image-drf-yasg]: ../img/drf-yasg.png
|
||||||
[image-self-describing-api]: ../img/self-describing.png
|
[image-self-describing-api]: ../img/self-describing.png
|
||||||
|
|
Loading…
Reference in New Issue
Block a user