aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial
diff options
context:
space:
mode:
authorTom Christie2012-10-30 13:59:31 +0000
committerTom Christie2012-10-30 13:59:31 +0000
commit4cdd0b845e10c433358f210c84a2b3fe28543c68 (patch)
treec27fb4b8a7600c321f4a76cca4006c8c5b1c8fdf /docs/tutorial
parent41ab18b13ec6d96906463a3b05680226c7245b6d (diff)
downloaddjango-rest-framework-4cdd0b845e10c433358f210c84a2b3fe28543c68.tar.bz2
Final docs tweaks for 2.0
Diffstat (limited to 'docs/tutorial')
-rw-r--r--docs/tutorial/1-serialization.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/1-serialization.md b/docs/tutorial/1-serialization.md
index 19fc28a5..77a7641f 100644
--- a/docs/tutorial/1-serialization.md
+++ b/docs/tutorial/1-serialization.md
@@ -4,7 +4,7 @@
This tutorial will cover creating a simple pastebin code highlighting Web API. Along the way it will introduce the various components that make up REST framework, and give you a comprehensive understanding of how everything fits together.
-The tutorial is fairly in-depth, so you should probably get a cookie and a cup of your favorite brew before getting started. If you just want a quick overview, you should head over to the [quickstart] documentation instead.
+The tutorial is fairly in-depth, so you should probably get a cookie and a cup of your favorite brew before getting started.<!-- If you just want a quick overview, you should head over to the [quickstart] documentation instead. -->
---