Skip to content

Commit 30ca04d

Browse files
authored
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.
1 parent c252c3d commit 30ca04d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/documenting-your-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ To implement a hypermedia API you'll need to decide on an appropriate media type
209209
[cite]: https://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven
210210

211211
[hypermedia-docs]: rest-hypermedia-hateoas.md
212-
[metadata-docs]: ../api-guide/metadata/
213-
[schemas-examples]: ../api-guide/schemas/#examples
212+
[metadata-docs]: ../api-guide/metadata.md
213+
[schemas-examples]: ../api-guide/schemas.md#examples
214214

215215
[image-drf-yasg]: ../img/drf-yasg.png
216216
[image-self-describing-api]: ../img/self-describing.png

0 commit comments

Comments
 (0)