From b3dbb231b03f446a19c758e939945738675b88ec Mon Sep 17 00:00:00 2001 From: jamaalscarlett Date: Sat, 28 Oct 2023 22:06:44 -0400 Subject: [PATCH] Fixes twine reported warnings when building package. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index b65872c7..b9811033 100644 --- a/README.rst +++ b/README.rst @@ -299,6 +299,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 :: @@ -317,6 +318,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 ::