diff options
| author | Tom Christie | 2013-05-20 13:49:42 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-05-20 13:49:42 +0100 |
| commit | 26e037d41582ba110beac003b0c3f1bf5bfd4891 (patch) | |
| tree | 6ff31b81a60bc8dff9957385fef6afea1d5c1b9f /docs/topics/rest-hypermedia-hateoas.md | |
| parent | 3aad12220df39545e81cf93694df3c690e44005e (diff) | |
| download | django-rest-framework-26e037d41582ba110beac003b0c3f1bf5bfd4891.tar.bz2 | |
Fix broken docs links. Closes #873
Diffstat (limited to 'docs/topics/rest-hypermedia-hateoas.md')
| -rw-r--r-- | docs/topics/rest-hypermedia-hateoas.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/rest-hypermedia-hateoas.md b/docs/topics/rest-hypermedia-hateoas.md index 43e5a8c6..aeba579f 100644 --- a/docs/topics/rest-hypermedia-hateoas.md +++ b/docs/topics/rest-hypermedia-hateoas.md @@ -37,8 +37,8 @@ What REST framework doesn't do is give you is machine readable hypermedia format [cite]: http://vimeo.com/channels/restfest/page:2 [dissertation]: http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm [hypertext-driven]: http://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven -[restful-web-services]: -[building-hypermedia-apis]: … +[restful-web-services]: http://www.amazon.com/Restful-Web-Services-Leonard-Richardson/dp/0596529260 +[building-hypermedia-apis]: http://www.amazon.com/Building-Hypermedia-APIs-HTML5-Node/dp/1449306578 [designing-hypermedia-apis]: http://designinghypermediaapis.com/ [restisover]: http://blog.steveklabnik.com/posts/2012-02-23-rest-is-over [readinglist]: http://blog.steveklabnik.com/posts/2012-02-27-hypermedia-api-reading-list |
