Skip to content
Snippets Groups Projects
Verified Commit c748b944 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOCS: fix broken link in src/doc/roles.md

parent 233f3ce5
Branches
Tags
No related merge requests found
Pipeline #32007 passed
...@@ -10,7 +10,7 @@ users may have the same role, and there may be roles without any users. ...@@ -10,7 +10,7 @@ users may have the same role, and there may be roles without any users.
The user and their roles are always returned by the server in answers to requests The user and their roles are always returned by the server in answers to requests
and can thus be interpreted and used by clients. The most important use though and can thus be interpreted and used by clients. The most important use though
is [permission](permissions.rst) checking in the server: Access and is [permission](permissions) checking in the server: Access and
modification of modification of
entities can be controlled via roles, so that users of a given role are allowed entities can be controlled via roles, so that users of a given role are allowed
or denied certain actions. Incidentally, the permission to edit the permissions or denied certain actions. Incidentally, the permission to edit the permissions
...@@ -32,4 +32,4 @@ There are some special roles, which are automatically assigned to users: ...@@ -32,4 +32,4 @@ There are some special roles, which are automatically assigned to users:
Except for the `anonymous` role, these special roles are not returned by the Except for the `anonymous` role, these special roles are not returned by the
server, but can nevertheless be used to define server, but can nevertheless be used to define
[permissions](permissions.rst). [permissions](permissions).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment