aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/quickstart.md
diff options
context:
space:
mode:
authorTom Christie2013-05-30 11:11:42 +0100
committerTom Christie2013-05-30 11:12:19 +0100
commit8d4bcb4b4c837f9deb5f81d7af6a397405aa07fa (patch)
treec9ee8a50b932c27c65633f4896a79b7c40960b85 /docs/tutorial/quickstart.md
parentc98ac3e83e537577cb90b2840c022e13e1c3c2b1 (diff)
downloaddjango-rest-framework-8d4bcb4b4c837f9deb5f81d7af6a397405aa07fa.tar.bz2
Fix quickstart urls module name. Closes #902
Diffstat (limited to 'docs/tutorial/quickstart.md')
-rw-r--r--docs/tutorial/quickstart.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/quickstart.md b/docs/tutorial/quickstart.md
index a80e31c0..f15e75c0 100644
--- a/docs/tutorial/quickstart.md
+++ b/docs/tutorial/quickstart.md
@@ -91,7 +91,7 @@ We can easily break these down into individual views if we need to, but using vi
## URLs
-Okay, now let's wire up the API URLs. On to `quickstart/urls.py`...
+Okay, now let's wire up the API URLs. On to `tutorial/urls.py`...
from django.conf.urls import patterns, url, include
from rest_framework import routers