diff options
author | Jonathan Corbet <corbet@lwn.net> | 2020-12-14 13:14:22 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-12-14 13:14:22 -0700 |
commit | 47e44ed01434e51e2e42b188482d837c01e5d16e (patch) | |
tree | ef49c5553fc51a2ec4d29a8939ebef86fd134668 /Documentation | |
parent | 13fef8ef9fb81d338761430003726cd256e28d34 (diff) |
docs: fix broken cross reference in translations/zh_CN
Commit 09028e60fcea ("doc: zh_CN: add translatation for tmpfs") introduced
a cross reference without adding the appropriate target tag, leading to
this docs-build warning:
Documentation/translations/zh_CN/filesystems/tmpfs.rst:5: WARNING: undefined label: tmpfs_index (if the link has no caption the label must precede a section header)
With automarkup, we don't actually need an explicit reference here at all,
so just take it out.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 09028e60fcea ("doc: zh_CN: add translatation for tmpfs")
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/translations/zh_CN/filesystems/tmpfs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/translations/zh_CN/filesystems/tmpfs.rst b/Documentation/translations/zh_CN/filesystems/tmpfs.rst index cf3ccab20e50..6fd9d83b2db5 100644 --- a/Documentation/translations/zh_CN/filesystems/tmpfs.rst +++ b/Documentation/translations/zh_CN/filesystems/tmpfs.rst @@ -2,7 +2,7 @@ .. include:: ../disclaimer-zh_CN.rst -:Original: :ref:`Documentation/filesystems/tmpfs.rst <tmpfs_index>` +:Original: Documentation/filesystems/tmpfs.rst translated by Wang Qing<wangqing@vivo.com> |