From e60dd07cec0dd87d414143f013bb3942a0d97466 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 13 Dec 2018 18:30:33 +0200 Subject: [PATCH] Fix bootstrap links to Boost.Build documentation --- bootstrap.bat | 2 +- bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.bat b/bootstrap.bat index eeb4a13982..0f5884093f 100644 --- a/bootstrap.bat +++ b/bootstrap.bat @@ -82,7 +82,7 @@ ECHO - Getting started guide: ECHO http://boost.org/more/getting_started/windows.html ECHO. ECHO - Boost.Build documentation: -ECHO http://www.boost.org/build/doc/html/index.html +ECHO http://www.boost.org/build/ ECHO. goto :end diff --git a/bootstrap.sh b/bootstrap.sh index e0549601d2..01f71479e3 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -412,6 +412,6 @@ Further information: http://www.boost.org/more/getting_started/unix-variants.html - Boost.Build documentation: - http://www.boost.org/build/doc/html/index.html + http://www.boost.org/build/ EOF