diff options
author | Peter Dimov <pdimov@gmail.com> | 2018-12-13 18:30:33 +0200 |
---|---|---|
committer | Peter Dimov <pdimov@gmail.com> | 2018-12-13 18:37:13 +0200 |
commit | ed72044fb340054b454fdc3b556caf34e8c06969 (patch) | |
tree | 7281387a565e12c24307cced4bbc7b7c951ce6be /bootstrap.bat | |
parent | ddcbcae481f7ed6bdd94fa5a30ffdd1f69e934a2 (diff) | |
download | boost-ed72044fb340054b454fdc3b556caf34e8c06969.tar.gz |
Fix bootstrap links to Boost.Build documentation
Diffstat (limited to 'bootstrap.bat')
-rw-r--r-- | bootstrap.bat | 2 |
1 files changed, 1 insertions, 1 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 |