From 7a3d97a2fc3abeb8a22d7ddb0eafbd4cf34e9f4e Mon Sep 17 00:00:00 2001 From: Marko Tibold Date: Mon, 2 Jan 2012 18:42:22 +0100 Subject: :mod: directive is nicer here --- docs/examples/permissions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples/permissions.rst') diff --git a/docs/examples/permissions.rst b/docs/examples/permissions.rst index cfd7b446..eafc3255 100644 --- a/docs/examples/permissions.rst +++ b/docs/examples/permissions.rst @@ -60,7 +60,7 @@ both:: permissions = (PerUserThrottling, Isauthenticated) -To see what other throttles are available, have a look at the :doc:`../library/permissions` module. +To see what other throttles are available, have a look at the :mod:`permissions` module. -If you want to implement your own authentication method, then refer to the :doc:`../library/authentication` +If you want to implement your own authentication method, then refer to the :mod:`authentication` module. -- cgit v1.2.3