From b24ee3d683c577018da54656d94d3b9ccac64467 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Wed, 17 Apr 2024 00:30:30 +0300 Subject: [PATCH] Updated link to library docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 215de69..4728191 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Section 3.3 Scope guard support \[scopeguard\]. The implementation also provides ### More information -* Read the [documentation](https://boostorg.github.io/scope/libs/scope/doc/html/index.html). +* Read the [documentation](https://www.boost.org/libs/scope/). * [Report bugs](https://github.com/boostorg/scope/issues/new). Be sure to mention Boost version, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well. * Submit your patches as [pull requests](https://github.com/boostorg/scope/compare) against **develop** branch. Note that by submitting patches you agree to license your modifications under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt).