diff --git a/README.rst b/README.rst index 0b1ee6aa..abcf1cc2 100644 --- a/README.rst +++ b/README.rst @@ -339,6 +339,7 @@ When creating an ``APNSDevice``, the ``registration_id`` is validated to be a 64 Routes can be added one of two ways: - Routers_ (include all views) + .. _Routers: http://www.django-rest-framework.org/tutorial/6-viewsets-and-routers#using-routers :: @@ -357,6 +358,7 @@ Routes can be added one of two ways: ) - Using as_view_ (specify which views to include) + .. _as_view: http://www.django-rest-framework.org/tutorial/6-viewsets-and-routers#binding-viewsets-to-urls-explicitly ::