[PATCH v2] Documentation: fix dev-tools broken links in translations

Ally Heev posted 1 patch 3 months, 2 weeks ago
Documentation/translations/zh_CN/admin-guide/README.rst             | 2 +-
Documentation/translations/zh_CN/dev-tools/gdb-kernel-debugging.rst | 2 +-
Documentation/translations/zh_TW/admin-guide/README.rst             | 2 +-
Documentation/translations/zh_TW/dev-tools/gdb-kernel-debugging.rst | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
Re: [PATCH v2] Documentation: fix dev-tools broken links in translations
Posted by Jonathan Corbet 3 months, 2 weeks ago
Ally Heev <allyheev@gmail.com> writes:

> 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
>
> ---
> Link: https://lore.kernel.org/all/20241210000041.305477-1-rdunlap@infradead.org/
> Signed-off-by: Ally Heev <allyheev@gmail.com>
> ---
> Changes in v2:
> - fix kgdb doc path in zh_TW/admin-guide/README.rst
> - Please drop v1 of the patch. It is malformed. Link to v1: https://lore.kernel.org/r/20251020-aheev-fix-docs-dev-tools-broken-links-v1-1-5d127efec0b2@gmail.com

Putting your signoff after the "---" line caused the tooling to not
include it in the resulting commit.  I've fixed that up this time, and
added a Fixes: tag as well.

Applied, thanks,

jon
Re: [PATCH v2] Documentation: fix dev-tools broken links in translations
Posted by ally heev 3 months, 2 weeks ago
On Tue, 2025-10-21 at 14:16 -0600, Jonathan Corbet wrote:
> Ally Heev <allyheev@gmail.com> writes:
> 
> > 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
> > 
> > ---
> > Link: https://lore.kernel.org/all/20241210000041.305477-1-rdunlap@infradead.org/
> > Signed-off-by: Ally Heev <allyheev@gmail.com>
> > ---
> > Changes in v2:
> > - fix kgdb doc path in zh_TW/admin-guide/README.rst
> > - Please drop v1 of the patch. It is malformed. Link to v1: https://lore.kernel.org/r/20251020-aheev-fix-docs-dev-tools-broken-links-v1-1-5d127efec0b2@gmail.com
> Putting your signoff after the "---" line caused the tooling to not
> include it in the resulting commit.  I've fixed that up this time, and
> added a Fixes: tag as well.
> Applied, thanks,
> 
> jon

Sorry for that. b4 messed up the formatting

Regards,
Ally