From be96cd2ddbf91797dbdd1b7d6a4c3e80bbbd6cc5 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Fri, 10 Jul 2026 16:46:51 +0200 Subject: [PATCH] docs-wide: fix broken path links Fix link that forget to add a leading '/', by looking at the output of 'grep -E -r --no-filename -o 'href="http.://[^/"]+' | sort | uniq' in the HTML output. (From yocto-docs rev: 5e1aade33c75ce58bfb20f0118a0c862b03f7b7b) Signed-off-by: Antonin Godard (cherry picked from commit 12a5d2add529e789480fa782af3803dada982869) [AG: fix conflicts: only applies to migration-guides/release-notes-3.4.2.rst] Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/migration-guides/release-notes-3.4.2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/migration-guides/release-notes-3.4.2.rst b/documentation/migration-guides/release-notes-3.4.2.rst index 60c14dc048..4b8f616492 100644 --- a/documentation/migration-guides/release-notes-3.4.2.rst +++ b/documentation/migration-guides/release-notes-3.4.2.rst @@ -200,7 +200,7 @@ openembedded-core meta-mingw -- Repository Location: :yocto_git:`meta-mingw` +- Repository Location: :yocto_git:`/meta-mingw` - Branch: :yocto_git:`honister ` - Tag: :yocto_git:`yocto-3.4.2 ` - Git Revision: :yocto_git:`f5d761cbd5c957e4405c5d40b0c236d263c916a8 `