diff --git a/CHANGELOG.md b/CHANGELOG.md index 33f7e0da..19b107eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +* Repoint B2 refs to new non-boostorg home. * Limit async_write instantiations in websocket ops. * Add Drone CI status. diff --git a/README.md b/README.md index 00afe955..2cb964f8 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Using [brew](https://github.com/Homebrew/brew): brew install openssl export OPENSSL_ROOT=$(brew --prefix openssl) # install bjam tool user specific configuration file to read OPENSSL_ROOT -# see https://boostorg.github.io/build/manual/develop/index.html +# see https://www.bfgroup.xyz/b2/manual/release/index.html cp ./libs/beast/tools/user-config.jam $HOME ```