aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index 6b7574b1..125efa79 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -49,7 +49,7 @@ If you're intending to use the browserable API you'll want to add REST framework
urlpatterns = patterns('',
...
- url(r'^auth', include('djangorestframework.urls', namespace='djangorestframework'))
+ url(r'^api-auth/', include('djangorestframework.urls', namespace='djangorestframework'))
)
## Quickstart