From c0296ac2c71c0cdb56b62b32bf01a04a8c5e4e98 Mon Sep 17 00:00:00 2001 From: Catherine Farman Date: Tue, 6 Jun 2017 10:40:14 -0400 Subject: [PATCH] fix source code repo link --- docs/tutorial/1-serialization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/1-serialization.md b/docs/tutorial/1-serialization.md index 558797816..8a8e39b0a 100644 --- a/docs/tutorial/1-serialization.md +++ b/docs/tutorial/1-serialization.md @@ -373,7 +373,7 @@ Our API views don't do anything particularly special at the moment, beyond servi We'll see how we can start to improve things in [part 2 of the tutorial][tut-2]. [quickstart]: quickstart.md -[repo]: https://github.com/encode/rest-framework-tutorial +[repo]: https://github.com/tomchristie/rest-framework-tutorial [sandbox]: http://restframework.herokuapp.com/ [virtualenv]: http://www.virtualenv.org/en/latest/index.html [tut-2]: 2-requests-and-responses.md