Skip to content

Commit

Permalink
doc/zh_CN: resolve undefined label warning in admin-guide index
Browse files Browse the repository at this point in the history
Documentation generation warns:

  Documentation/translations/zh_CN/admin-guide/index.rst:3:
  WARNING: undefined label: documentation/admin-guide/index.rst

Use doc reference for .rst files to resolve the warning.

Fixes: 37a607c ("doc/zh_CN: add admin-guide index")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20200802161956.18268-1-lukas.bulwahn@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
  • Loading branch information
Lukas Bulwahn authored and Jonathan Corbet committed Aug 11, 2020
1 parent ccfaed7 commit e176b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/translations/zh_CN/admin-guide/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. include:: ../disclaimer-zh_CN.rst

:Original: :ref:`Documentation/admin-guide/index.rst`
:Original: :doc:`../../../admin-guide/index`
:Translator: Alex Shi <alex.shi@linux.alibaba.com>


Expand Down

0 comments on commit e176b7a

Please sign in to comment.