Skip to content

Commit ff35b97

Browse files
committed
Merge pull request #2671 from esmail/patch-2
Fix example of explicit format URL (for real).
2 parents 42ee8e1 + 2484dbf commit ff35b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/2-requests-and-responses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ See the [browsable api][browsable-api] topic for more information about the brow
200200

201201
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.
202202

203-
[json-url]: http://example.com/api/items/4.json
203+
[json-url]: http://example.com/api/items/4/.json
204204
[devserver]: http://127.0.0.1:8000/snippets/
205205
[browsable-api]: ../topics/browsable-api.md
206206
[tut-1]: 1-serialization.md

0 commit comments

Comments
 (0)