From 79d36bb526a37605ae389b802613012cbaad5994 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sat, 29 Jul 2017 12:42:04 -0700 Subject: [PATCH] Use off-site doc link --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a48a7a..4bfa1429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Version 92: * Update repository links in source comments * Ignore Content-Length in some cases * Tidy up doc snippet paths +* Use off-site doc link -------------------------------------------------------------------------------- diff --git a/README.md b/README.md index e1e5b8f7..88b88cac 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ without conditions. The first official release of Beast will appear in Boost 1.66.0, due in December. * [Official Site](https://github.com/boostorg/beast) -* [Documentation](http://www.boost.org/doc/libs/master/libs/bind/doc/html/beast.html) +* [Documentation](http://vinniefalco.github.io/beast/index.html) * [Autobahn.testsuite results](http://vinniefalco.github.io/autobahn/index.html) ## Requirements