diff options
author | Dongliang Mu <dzm91@hust.edu.cn> | 2024-07-30 07:36:40 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-07-30 16:41:49 +0200 |
commit | 8663dd38a7ba5b2bfd2c7b4271e6e63bc0ef1e42 (patch) | |
tree | f799fd23cb48c3c443d36617a387b54e3513d788 /Documentation/translations | |
parent | Documentation: Add detailed explanation for 'N' taint flag (diff) | |
download | linux-8663dd38a7ba5b2bfd2c7b4271e6e63bc0ef1e42.tar.xz linux-8663dd38a7ba5b2bfd2c7b4271e6e63bc0ef1e42.zip |
docs/zh_CN: fix a broken reference
Warning: Documentation/translations/zh_CN/kbuild/index.rst
references a file that doesn't exist: Documentation/kbuild/index
Fix this by adding its full name.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202407300812.1VvDFdxD-lkp@intel.com/
Signed-off-by: Dongliang Mu <dzm91@hust.edu.cn>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240730053652.4073433-1-dzm91@hust.edu.cn
Diffstat (limited to 'Documentation/translations')
-rw-r--r-- | Documentation/translations/zh_CN/kbuild/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/translations/zh_CN/kbuild/index.rst b/Documentation/translations/zh_CN/kbuild/index.rst index b9feb56b846a..d906a4e88d0f 100644 --- a/Documentation/translations/zh_CN/kbuild/index.rst +++ b/Documentation/translations/zh_CN/kbuild/index.rst @@ -2,7 +2,7 @@ .. include:: ../disclaimer-zh_CN.rst -:Original: Documentation/kbuild/index +:Original: Documentation/kbuild/index.rst :Translator: 慕冬亮 Dongliang Mu <dzm91@hust.edu.cn> ============ |