aboutsummaryrefslogtreecommitdiffstats
path: root/docs/examples/permissions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/permissions.rst')
-rw-r--r--docs/examples/permissions.rst4
1 files changed, 2 insertions, 2 deletions
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.