diff --git a/CHANGELOG.md b/CHANGELOG.md index ac780fbe..8fbc9b57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Version 96: * Use property * Rename wsload compile target * Fix library.json +* Update boostorg links -------------------------------------------------------------------------------- diff --git a/README.md b/README.md index 28e03e90..d17ad64f 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Branch | Linux/OSX | Windows | Coverage | Documentation | Matrix ------------|-----------|---------|----------|---------------|-------- -[master](https://github.com/boostorg/beast/tree/master) | [![Build Status](https://travis-ci.org/boostorg/beast.svg?branch=master)](https://travis-ci.org/boostorg/beast) | [![Build status](https://ci.appveyor.com/api/projects/status/g0llpbvhpjuxjnlw/branch/master?svg=true)](https://ci.appveyor.com/project/vinniefalco/beast/branch/master) | [![codecov](https://codecov.io/gh/vinniefalco/Beast/branch/master/graph/badge.svg)](https://codecov.io/gh/boostorg/beast/branch/master) | [![Documentation](https://img.shields.io/badge/documentation-master-brightgreen.svg)](http://www.boost.org/doc/libs/master/doc/html/beast.html) | [![Matrix](https://img.shields.io/badge/matrix-master-brightgreen.svg)](http://www.boost.org/development/tests/master/developer/beast.html) -[develop](https://github.com/boostorg/beast/tree/develop) | [![Build Status](https://travis-ci.org/boostorg/beast.svg?branch=develop)](https://travis-ci.org/boostorg/beast) | [![Build status](https://ci.appveyor.com/api/projects/status/g0llpbvhpjuxjnlw/branch/develop?svg=true)](https://ci.appveyor.com/project/vinniefalco/beast/branch/develop) | [![codecov](https://codecov.io/gh/vinniefalco/Beast/branch/develop/graph/badge.svg)](https://codecov.io/gh/boostorg/beast/branch/develop) | [![Documentation](https://img.shields.io/badge/documentation-develop-brightgreen.svg)](http://www.boost.org/doc/libs/develop/doc/html/beast.html) | [![Matrix](https://img.shields.io/badge/matrix-develop-brightgreen.svg)](http://www.boost.org/development/tests/develop/developer/beast.html) +[master](https://github.com/boostorg/beast/tree/master) | [![Build Status](https://travis-ci.org/boostorg/beast.svg?branch=master)](https://travis-ci.org/boostorg/beast) | [![Build status](https://ci.appveyor.com/api/projects/status/g0llpbvhpjuxjnlw/branch/master?svg=true)](https://ci.appveyor.com/project/vinniefalco/beast/branch/master) | [![codecov](https://codecov.io/gh/boostorg/Beast/branch/master/graph/badge.svg)](https://codecov.io/gh/boostorg/beast/branch/master) | [![Documentation](https://img.shields.io/badge/documentation-master-brightgreen.svg)](http://www.boost.org/doc/libs/develop/libs/beast/) | [![Matrix](https://img.shields.io/badge/matrix-master-brightgreen.svg)](http://www.boost.org/development/tests/master/developer/beast.html) +[develop](https://github.com/boostorg/beast/tree/develop) | [![Build Status](https://travis-ci.org/boostorg/beast.svg?branch=develop)](https://travis-ci.org/boostorg/beast) | [![Build status](https://ci.appveyor.com/api/projects/status/g0llpbvhpjuxjnlw/branch/develop?svg=true)](https://ci.appveyor.com/project/vinniefalco/beast/branch/develop) | [![codecov](https://codecov.io/gh/boostorg/Beast/branch/develop/graph/badge.svg)](https://codecov.io/gh/boostorg/beast/branch/develop) | [![Documentation](https://img.shields.io/badge/documentation-develop-brightgreen.svg)](http://www.boost.org/doc/libs/develop/libs/beast/) | [![Matrix](https://img.shields.io/badge/matrix-develop-brightgreen.svg)](http://www.boost.org/development/tests/develop/developer/beast.html) ## Contents @@ -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://vinniefalco.github.io/beast/index.html) +* [Documentation](http://www.boost.org/doc/libs/develop/libs/beast/) * [Autobahn.testsuite results](http://vinniefalco.github.io/autobahn/index.html) ## Requirements @@ -126,7 +126,7 @@ The files in the repository are laid out thusly: These examples are complete, self-contained programs that you can build and run yourself (they are in the `example` directory). -http://vinniefalco.github.io/beast/beast/quick_start.html +http://www.boost.org/doc/libs/develop/libs/beast/doc/html/beast/quick_start.html ## License diff --git a/index.html b/index.html index 11fe5e2f..ebbd0efc 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ Automatic redirection failed, please go to - ../../doc/html/boost_beast.html + ./doc/html/beast.html
Boost.Beast