diff --git a/docs/index.md b/docs/index.md index 6b7574b1e..125efa791 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