linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] doc/zh_CN: resolve undefined label warning in admin-guide index
@ 2020-08-02 16:19 Lukas Bulwahn
  2020-08-11 16:52 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Bulwahn @ 2020-08-02 16:19 UTC (permalink / raw)
  To: Alex Shi, Jonathan Corbet, linux-doc
  Cc: Harry Wei, linux-kernel, Lukas Bulwahn

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: 37a607cf2318 ("doc/zh_CN: add admin-guide index")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Alex, please ack.

Jonathan, please pick this quick minor warning fix.

applies on your docs-next and next-20200731

 Documentation/translations/zh_CN/admin-guide/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/translations/zh_CN/admin-guide/index.rst b/Documentation/translations/zh_CN/admin-guide/index.rst
index 7d502fa5da64..ed5ab7e37f38 100644
--- a/Documentation/translations/zh_CN/admin-guide/index.rst
+++ b/Documentation/translations/zh_CN/admin-guide/index.rst
@@ -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>
 
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc/zh_CN: resolve undefined label warning in admin-guide index
  2020-08-02 16:19 [PATCH] doc/zh_CN: resolve undefined label warning in admin-guide index Lukas Bulwahn
@ 2020-08-11 16:52 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2020-08-11 16:52 UTC (permalink / raw)
  To: Lukas Bulwahn; +Cc: Alex Shi, linux-doc, Harry Wei, linux-kernel

On Sun,  2 Aug 2020 18:19:56 +0200
Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:

> 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: 37a607cf2318 ("doc/zh_CN: add admin-guide index")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-11 16:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-02 16:19 [PATCH] doc/zh_CN: resolve undefined label warning in admin-guide index Lukas Bulwahn
2020-08-11 16:52 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).