Skip to content

Commit d312227

Browse files
mchehabJonathan Corbet
authored andcommitted
docs: security: landlock.rst: avoid using ReST :doc:foo markup
The :doc:`foo` tag is auto-generated via automarkup.py. So, use the filename at the sources, instead of :doc:`foo`. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/9174021ef2c87f395a4cc0895a4b2f7fd97db626.1623824363.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 9912d0b commit d312227

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Documentation/security/landlock.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ Any user can enforce Landlock rulesets on their processes. They are merged and
2525
evaluated according to the inherited ones in a way that ensures that only more
2626
constraints can be added.
2727

28-
User space documentation can be found here: :doc:`/userspace-api/landlock`.
28+
User space documentation can be found here:
29+
Documentation/userspace-api/landlock.rst.
2930

3031
Guiding principles for safe access controls
3132
===========================================

0 commit comments

Comments
 (0)