mirror of https://github.com/torvalds/linux.git
Documentation: fix dev-tools broken links in translations
gdb and kgdb debugging documentation were moved to Documentation/process/debugging/ as a part of Commitd5af79c05e("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:d5af79c05e("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>
This commit is contained in:
parent
96b546c241
commit
d0ef999061
|
|
@ -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 。
|
||||
|
|
|
|||
|
|
@ -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调试内核和模块
|
||||
|
|
|
|||
|
|
@ -291,5 +291,5 @@ 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 。
|
||||
|
||||
|
|
|
|||
|
|
@ -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調試內核和模塊
|
||||
|
|
|
|||
Loading…
Reference in New Issue