[Buildroot] [git commit] core/br2-external: fix link to manual for converting old trees

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Oct 19 21:20:18 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=e30fa61d80b957fea9e22667bf83a2ccc3f35726
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 <benoit.allard at greenbone.net>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Cc: Benoît Allard <benoit.allard at greenbone.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 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 848c851..055dc08 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


More information about the buildroot mailing list