On Mon,  1 Apr 2019 22:44:07 +0800
Alex Shi <[email protected]> wrote:

> This patch series add a few new docs in Chinese, updated 
> submitting-patches and howto docs, All docs rebased on Jon's
> docs-next branch.
> 
>     make htmldocs result show at:
>     http://176.122.172.82/translations/zh_CN/index.html

OK, I have applied the set.  A couple of notes/requests:

 - This set introduced this build error:

        Documentation/translations/zh_CN/process/coding-style.rst:3:
        WARNING: undefined label: codingsytle (if the link has no caption
        the label must precede a section header)

   I added the patch below to fix that.  Please be sure to build the docs
   after a series like this to ensure that no new warnings have been added.

 - This is a *lot* of stuff.  In the future, keeping each series smaller
   would be appreciated.

Thanks,

jon

>From 5e3ec254e086f348346df3f00a6d372defd10d4e Mon Sep 17 00:00:00 2001
From: Jonathan Corbet <[email protected]>
Date: Tue, 2 Apr 2019 09:58:08 -0600
Subject: [PATCH] docs: Fix a build error in coding-style.rst

A reference typo caused an unsightly build error; fix it.

Signed-off-by: Jonathan Corbet <[email protected]>
---
 Documentation/translations/zh_CN/process/coding-style.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/translations/zh_CN/process/coding-style.rst 
b/Documentation/translations/zh_CN/process/coding-style.rst
index cab9ceafa267..5479c591c2f7 100644
--- a/Documentation/translations/zh_CN/process/coding-style.rst
+++ b/Documentation/translations/zh_CN/process/coding-style.rst
@@ -1,6 +1,6 @@
 .. include:: ../disclaimer-zh_CN.rst
 
-:Original: :ref:`Documentation/process/coding-style.rst <codingsytle>`
+:Original: :ref:`Documentation/process/coding-style.rst <codingstyle>`
 
 .. _cn_codingstyle:
 
-- 
2.20.1


Reply via email to