From 183f84294c7e02588d5fa0a0d2ae4e1248cf4a3f Mon Sep 17 00:00:00 2001 From: Jonathan Sundqvist Date: Fri, 26 Apr 2019 08:03:47 +0200 Subject: [PATCH] Remove dead link and update outdated link --- README.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 28844ec..12b1e33 100644 --- a/README.rst +++ b/README.rst @@ -201,7 +201,7 @@ Predicates can do pretty much anything with the given arguments, but must always return ``True`` if the condition they check is true, ``False`` otherwise. ``rules`` comes with several predefined predicates that you may read about later on in `API Reference`_, that are mostly useful when dealing -with `authorization in Django`_. +with authorization in Django. Setting up rules @@ -321,8 +321,6 @@ whole app (except in the ``rules.templatetags`` module). ``rules`` however can integrate tightly with Django to provide authorization. -.. _authorization in Django: - Using Rules with Django ======================= @@ -470,7 +468,7 @@ You can customise the object either by overriding ``get_object`` or For more information refer to the `Django documentation`_ and the ``rules.contrib.views`` module. -.. _Django documentation: https://docs.djangoproject.com/en/1.9/topics/auth/default/#limiting-access-to-logged-in-users +.. _Django documentation: https://docs.djangoproject.com/en/dev/topics/auth/default/#limiting-access-to-logged-in-users Rules and permissions in templates ----------------------------------