From e30fa61d80b957fea9e22667bf83a2ccc3f35726 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Wed, 19 Oct 2016 21:58:30 +0200 Subject: [PATCH] core/br2-external: fix link to manual for converting old trees MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To be noted: that link will only be valid once we have a released manual. In the meantime, it's accessible on the nightly manual: http://nightly.buildroot.org/#br2-external-converting Reported-by: Benoît Allard Signed-off-by: "Yann E. MORIN" Cc: Benoît Allard Signed-off-by: Thomas Petazzoni --- support/scripts/br2-external | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/scripts/br2-external b/support/scripts/br2-external index 848c851ba9..055dc08555 100755 --- a/support/scripts/br2-external +++ b/support/scripts/br2-external @@ -8,7 +8,7 @@ declare -A BR2_EXT_DESCS # URL to manual for help in converting old br2-external trees. # Escape '#' so that make does not consider it a comment. -MANUAL_URL='https://buildroot.org/manual/manual.html\#br2-external-converting' +MANUAL_URL='https://buildroot.org/manual.html\#br2-external-converting' main() { local OPT OPTARG