Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation: fix dev-tools broken links in translations

gdb and kgdb debugging documentation were moved to
Documentation/process/debugging/ as a part of
Commit d5af79c05e9382d38b8546dc5362381ce07ba3d1 ("Documentation: move
dev-tools debugging files to process/debugging/"), but translations/
were not updated. Fix them

Signed-off-by: Ally Heev <allyheev@gmail.com>
Fixes: d5af79c05e938 ("Documentation: move dev-tools debugging files to process/debugging/")
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251020-aheev-fix-docs-dev-tools-broken-links-v2-1-7db64bf0405a@gmail.com>

authored by

Ally Heev and committed by
Jonathan Corbet
d0ef9990 96b546c2

+4 -4
+1 -1
Documentation/translations/zh_CN/admin-guide/README.rst
··· 288 288 289 289 更多用GDB调试内核的信息,请参阅: 290 290 Documentation/translations/zh_CN/dev-tools/gdb-kernel-debugging.rst 291 - 和 Documentation/dev-tools/kgdb.rst 。 291 + 和 Documentation/process/debugging/kgdb.rst 。
+1 -1
Documentation/translations/zh_CN/dev-tools/gdb-kernel-debugging.rst
··· 2 2 3 3 .. include:: ../disclaimer-zh_CN.rst 4 4 5 - :Original: Documentation/dev-tools/gdb-kernel-debugging.rst 5 + :Original: Documentation/process/debugging/gdb-kernel-debugging.rst 6 6 :Translator: 高超 gao chao <gaochao49@huawei.com> 7 7 8 8 通过gdb调试内核和模块
+1 -1
Documentation/translations/zh_TW/admin-guide/README.rst
··· 291 291 292 292 更多用GDB調試內核的信息,請參閱: 293 293 Documentation/translations/zh_CN/dev-tools/gdb-kernel-debugging.rst 294 - 和 Documentation/dev-tools/kgdb.rst 。 294 + 和 Documentation/process/debugging/kgdb.rst 。 295 295
+1 -1
Documentation/translations/zh_TW/dev-tools/gdb-kernel-debugging.rst
··· 2 2 3 3 .. include:: ../disclaimer-zh_TW.rst 4 4 5 - :Original: Documentation/dev-tools/gdb-kernel-debugging.rst 5 + :Original: Documentation/process/debugging/gdb-kernel-debugging.rst 6 6 :Translator: 高超 gao chao <gaochao49@huawei.com> 7 7 8 8 通過gdb調試內核和模塊