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 ----------------------------------