diff options
author | Orgad Shaneh <orgads@gmail.com> | 2019-01-27 20:45:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-27 20:45:55 +0200 |
commit | 1da84604d720bfdfadc4eac742cbb1aaba4d5c96 (patch) | |
tree | 2c9ddbcf9c82e66326188a6359c3a6f71c906823 /more | |
parent | c2b09a229768fd1efe6e85fca5304e120c88547a (diff) | |
download | boost-1da84604d720bfdfadc4eac742cbb1aaba4d5c96.tar.gz |
Build instructions: Fix broken link
Diffstat (limited to 'more')
-rw-r--r-- | more/getting_started/detail/build-from-source-head.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/more/getting_started/detail/build-from-source-head.rst b/more/getting_started/detail/build-from-source-head.rst index 4fdeb8d896..f72fecb086 100644 --- a/more/getting_started/detail/build-from-source-head.rst +++ b/more/getting_started/detail/build-from-source-head.rst @@ -28,7 +28,7 @@ First, find the toolset corresponding to your compiler in the following table (an up-to-date list is always available `in the Boost.Build documentation`__). -__ http://www.boost.org/build/doc/html/bbv2/reference/tools.html +__ https://boostorg.github.io/build/manual/develop/index.html#bbv2.reference.tools .. Note:: If you previously chose a toolset for the purposes of `building b2`_, you should assume it won't work and instead |