Re: [PATCH] doc: zh_CN: use doc reference to resolve undefined label warning

From: Alex Shi
Date: Wed Jun 03 2020 - 03:38:19 EST




在 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 <alex.shi@xxxxxxxxxxxxxxxxx>

>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx>
> ---
> 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
>