Skip to content

Commit 3d708ac

Browse files
Fix broken docs link (#7473)
1 parent 1e383f1 commit 3d708ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/rest-hypermedia-hateoas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ REST framework also includes [serialization] and [parser]/[renderer] components
3434

3535
What REST framework doesn't do is give you machine readable hypermedia formats such as [HAL][hal], [Collection+JSON][collection], [JSON API][json-api] or HTML [microformats] by default, or the ability to auto-magically create fully HATEOAS style APIs that include hypermedia-based form descriptions and semantically labelled hyperlinks. Doing so would involve making opinionated choices about API design that should really remain outside of the framework's scope.
3636

37-
[cite]: https://vimeo.com/channels/restfest/page:2
37+
[cite]: https://vimeo.com/channels/restfest/49503453
3838
[dissertation]: https://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm
3939
[hypertext-driven]: https://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven
4040
[restful-web-apis]: http://restfulwebapis.org/

0 commit comments

Comments
 (0)