Commit 47e44ed0 authored by Jonathan Corbet's avatar Jonathan Corbet
Browse files

docs: fix broken cross reference in translations/zh_CN



Commit 09028e60 ("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: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Fixes: 09028e60 ("doc: zh_CN: add translatation for tmpfs")
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 13fef8ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>