diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2020-05-31 20:35:56 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-06-08 09:24:58 -0600 |
commit | a5001484e203377e553326bc8f3f91e4ea80bcc2 (patch) | |
tree | ff0e5e45afd44b426cd41ededb62b32650f43e1c /Documentation/translations | |
parent | 99702304745941271c73ad7de18f38d93844929c (diff) |
doc: zh_CN: use doc reference to resolve undefined label warning
Documentation generation warns:
Documentation/translations/zh_CN/filesystems/debugfs.rst:5:
WARNING: undefined label: debugfs_index
Use doc reference for files rather than introducing a label to refer to.
This resolves the warning above.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: Alex Shi <alex.shi@linux.alibaba.com>
Link: https://lore.kernel.org/r/20200531183556.5751-1-lukas.bulwahn@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations')
-rw-r--r-- | Documentation/translations/zh_CN/filesystems/debugfs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/translations/zh_CN/filesystems/debugfs.rst b/Documentation/translations/zh_CN/filesystems/debugfs.rst index f8a28793c277..822c4d42fdf9 100644 --- a/Documentation/translations/zh_CN/filesystems/debugfs.rst +++ b/Documentation/translations/zh_CN/filesystems/debugfs.rst @@ -2,7 +2,7 @@ .. include:: ../disclaimer-zh_CN.rst -:Original: :ref:`Documentation/filesystems/debugfs.txt <debugfs_index>` +:Original: :doc:`../../../filesystems/debugfs` ======= Debugfs |