aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2013-01-28 07:52:22 +0000
committerTom Christie2013-01-28 07:52:22 +0000
commitb1ae82b498b51f898ef6c767a5280c5db57c8afc (patch)
tree6021870c45c79d3351851dc711b602ff430781f3 /docs
parentb11628f429a241120c37981a17bbc375c23bb7ee (diff)
downloaddjango-rest-framework-b1ae82b498b51f898ef6c767a5280c5db57c8afc.tar.bz2
And link to quickstart.
Diffstat (limited to 'docs')
-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 03c7ad71..5f292211 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.
---