Skip to content

Commit b9cc0aa

Browse files
committed
Update README
1 parent 58c947f commit b9cc0aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ described in [this post](https://pdimov.github.io/blog/2020/07/22/a-c14-lambda-l
55

66
It has no dependencies and consists of a [single header](include/boost/lambda2/lambda2.hpp).
77

8-
See [the documentation](https://www.boost.org/doc/libs/develop/libs/lambda2/) for more information.
8+
See [the documentation](https://www.boost.org/libs/lambda2/) for more information.
99

1010
## Supported Compilers
1111

1212
* g++ 5 or later with `-std=c++14` or above
1313
* clang++ 3.5 or later with `-std=c++14` or above
1414
* Visual Studio 2015, 2017, 2019
1515

16-
Tested on [Travis](https://travis-ci.org/github/pdimov/lambda2/) and
16+
Tested on [Github Actions](https://github.com/boostorg/lambda2/actions) and
1717
[Appveyor](https://ci.appveyor.com/project/pdimov/lambda2).
1818

1919
## License

0 commit comments

Comments
 (0)