diff options
| author | Tom Christie | 2015-03-16 11:57:42 +0000 | 
|---|---|---|
| committer | Tom Christie | 2015-03-16 11:57:42 +0000 | 
| commit | 4cd49d5de38b860e4b2260d7fa82dbdf9256c6e8 (patch) | |
| tree | 139e2ae4df198e3d672e7b47ef875e48cf1311da /docs/tutorial/2-requests-and-responses.md | |
| parent | c573e7b4a8b4fedfe70b934571284d84e9a81103 (diff) | |
| parent | 1c0db6dda8235bc0bfab2370ea6c6d0fd08a1da5 (diff) | |
| download | django-rest-framework-4cd49d5de38b860e4b2260d7fa82dbdf9256c6e8.tar.bz2 | |
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Diffstat (limited to 'docs/tutorial/2-requests-and-responses.md')
| -rw-r--r-- | docs/tutorial/2-requests-and-responses.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/tutorial/2-requests-and-responses.md b/docs/tutorial/2-requests-and-responses.md index e2c173d6..2cad1e5d 100644 --- a/docs/tutorial/2-requests-and-responses.md +++ b/docs/tutorial/2-requests-and-responses.md @@ -200,7 +200,7 @@ See the [browsable api][browsable-api] topic for more information about the brow  In [tutorial part 3][tut-3], we'll start using class based views, and see how generic views reduce the amount of code we need to write. -[json-url]: http://example.com/api/items/4.json +[json-url]: http://example.com/api/items/4/.json  [devserver]: http://127.0.0.1:8000/snippets/  [browsable-api]: ../topics/browsable-api.md  [tut-1]: 1-serialization.md | 
