From 5406ad337dca3ea78339bfea75e8f12b05c8c1ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Ferdinand=20Rivera=20Morell?= Date: Mon, 1 Mar 2021 11:14:29 -0600 Subject: [PATCH] Repoint B2 refs to new non-boostorg home closes #2175 --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 ```