Re: [PATCH] doc: zh_CN: use doc reference to resolve undefined label warning
From: Alex Shi <hidden>
Date: 2020-06-03 07:38:19
Also in:
lkml
在 2020/6/1 上午2:35, Lukas Bulwahn 写道:
Documentation generation warns: Documentation/translations/zh_CN/filesystems/debugfs.rst:5: WARNING: undefined label: debugfs_index
It's due to debugfs.txt changed to debugfs.rst.
Use doc reference for files rather than introducing a label to refer to. This resolves the warning above.
Anyway this fix is also fine for me. Reviewed-by: Alex Shi <redacted>
quoted hunk ↗ jump to hunk
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> --- Jonathan, please pick this quick warning fix. applies on your doc-next and next-20200529 Documentation/translations/zh_CN/filesystems/debugfs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)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