summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@gmail.com>2018-12-13 18:30:33 +0200
committerPeter Dimov <pdimov@gmail.com>2018-12-13 18:30:33 +0200
commite60dd07cec0dd87d414143f013bb3942a0d97466 (patch)
tree32f93648892aa0aea8c963b3f3b679bb25e45c95
parentd0e98e16ec1488fb8bc4026932ae4f6bdc6af1db (diff)
downloadboost-e60dd07cec0dd87d414143f013bb3942a0d97466.tar.gz
Fix bootstrap links to Boost.Build documentation
-rw-r--r--bootstrap.bat2
-rwxr-xr-xbootstrap.sh2
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