[PATCH] Documentation: fix dev-tools broken links in translations
#UpdatedFrom:Ally Heev <allyheev@gmail.com>
Date:
Message-ID:<20251020-aheev-fix-docs-dev-tools-broken-links-v1-1-5d127efec0b2@gmail.com>
Patch:v1 · 1/1
Language:Mixed
Patch-ID:97afac75c88904117398b06b333b9b30e945c2c3
Files:
Documentation/translations/zh_CN/admin-guide/README.rstDocumentation/translations/zh_CN/dev-tools/gdb-kernel-debugging.rstDocumentation/translations/zh_TW/dev-tools/gdb-kernel-debugging.rstLinks:lore message ↗ · raw mail ↗
Patch content 3 changed files
---gdb and kgdb debugging documentation were moved toDocumentation/process/debugging/ as a part of Commitd5af79c05e9382d38b8546dc5362381ce07ba3d1 (Documentation: move dev-toolsdebugging files to process/debugging/), but translations/ were notupdated. Fix them Link: https://lore.kernel.org/all/20241210000041.305477-1-rdunlap@infradead.org/Signed-off-by: Ally Heev <allyheev@gmail.com>--- Documentation/translations/zh_CN/admin-guide/README.rst | 2 +- Documentation/translations/zh_CN/dev-tools/gdb-kernel-debugging.rst | 2 +- Documentation/translations/zh_TW/dev-tools/gdb-kernel-debugging.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/translations/zh_CN/admin-guide/README.rst b/Documentation/translations/zh_CN/admin-guide/README.rstindex 82e628b77efdea1e98af310229aadc8bbd60824f..7c2ffe7e87c7e649b0eea1e3bb9fd2fb06900c78 100644--- a/Documentation/translations/zh_CN/admin-guide/README.rst+++ b/Documentation/translations/zh_CN/admin-guide/README.rst@@ -288,4 +288,4 @@ Documentation/translations/zh_CN/admin-guide/bug-hunting.rst 。 更多用GDB调试内核的信息,请参阅: Documentation/translations/zh_CN/dev-tools/gdb-kernel-debugging.rst-和 Documentation/dev-tools/kgdb.rst 。+和 Documentation/process/debugging/kgdb.rst 。diff --git a/Documentation/translations/zh_CN/dev-tools/gdb-kernel-debugging.rst b/Documentation/translations/zh_CN/dev-tools/gdb-kernel-debugging.rstindex 282aacd334428508afb67b7258be236be1fcdf2f..0b382a32b3fec6f4c0d2dc95b5345ca639b5daa8 100644--- a/Documentation/translations/zh_CN/dev-tools/gdb-kernel-debugging.rst+++ b/Documentation/translations/zh_CN/dev-tools/gdb-kernel-debugging.rst@@ -2,7 +2,7 @@ .. include:: ../disclaimer-zh_CN.rst -:Original: Documentation/dev-tools/gdb-kernel-debugging.rst+:Original: Documentation/process/debugging/gdb-kernel-debugging.rst :Translator: 高超 gao chao <gaochao49@huawei.com> 通过gdb调试内核和模块diff --git a/Documentation/translations/zh_TW/dev-tools/gdb-kernel-debugging.rst b/Documentation/translations/zh_TW/dev-tools/gdb-kernel-debugging.rstindex b595af59ba78595aacdb2d4b558d31bf11e17115..4fd1757c3036fd27c4e3dbbaa70f85123c59abf0 100644--- a/Documentation/translations/zh_TW/dev-tools/gdb-kernel-debugging.rst+++ b/Documentation/translations/zh_TW/dev-tools/gdb-kernel-debugging.rst@@ -2,7 +2,7 @@ .. include:: ../disclaimer-zh_TW.rst -:Original: Documentation/dev-tools/gdb-kernel-debugging.rst+:Original: Documentation/process/debugging/gdb-kernel-debugging.rst :Translator: 高超 gao chao <gaochao49@huawei.com> 通過gdb調試內核和模塊 ---base-commit: 9b332cece987ee1790b2ed4c989e28162fa47860change-id: 20251020-aheev-fix-docs-dev-tools-broken-links-55d246ba5224 Best regards,-- Ally Heev <allyheev@gmail.com>