Skip to content

Commit f5ad1ab

Browse files
authored
Merge pull request #18 from Flamefire/test-link-update
Update Link to regression test matrix in README
2 parents a75e848 + ab4a5eb commit f5ad1ab

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
@@ -20,8 +20,8 @@ Boost.Sync, part of collection of the [Boost C++ Libraries](https://github.com/b
2020

2121
Branch | GitHub Actions | AppVeyor | Test Matrix | Dependencies |
2222
:-------------: | -------------- | -------- | ----------- | ------------ |
23-
[`master`](https://github.com/boostorg/sync/tree/master) | [![GitHub Actions](https://github.com/boostorg/sync/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/boostorg/sync/actions?query=branch%3Amaster) | [![AppVeyor](https://ci.appveyor.com/api/projects/status/x5m5lueci0iu4udr/branch/master?svg=true)](https://ci.appveyor.com/project/Lastique/sync/branch/master) | [![Tests](https://img.shields.io/badge/matrix-master-brightgreen.svg)](http://www.boost.org/development/tests/master/developer/sync.html) | [![Dependencies](https://img.shields.io/badge/deps-master-brightgreen.svg)](https://pdimov.github.io/boostdep-report/master/sync.html)
24-
[`develop`](https://github.com/boostorg/sync/tree/develop) | [![GitHub Actions](https://github.com/boostorg/sync/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/boostorg/sync/actions?query=branch%3Adevelop) | [![AppVeyor](https://ci.appveyor.com/api/projects/status/x5m5lueci0iu4udr/branch/develop?svg=true)](https://ci.appveyor.com/project/Lastique/sync/branch/develop) | [![Tests](https://img.shields.io/badge/matrix-develop-brightgreen.svg)](http://www.boost.org/development/tests/develop/developer/sync.html) | [![Dependencies](https://img.shields.io/badge/deps-develop-brightgreen.svg)](https://pdimov.github.io/boostdep-report/develop/sync.html)
23+
[`master`](https://github.com/boostorg/sync/tree/master) | [![GitHub Actions](https://github.com/boostorg/sync/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/boostorg/sync/actions?query=branch%3Amaster) | [![AppVeyor](https://ci.appveyor.com/api/projects/status/x5m5lueci0iu4udr/branch/master?svg=true)](https://ci.appveyor.com/project/Lastique/sync/branch/master) | [![Tests](https://img.shields.io/badge/matrix-master-brightgreen.svg)](https://regression.boost.io/master/developer/sync.html) | [![Dependencies](https://img.shields.io/badge/deps-master-brightgreen.svg)](https://pdimov.github.io/boostdep-report/master/sync.html)
24+
[`develop`](https://github.com/boostorg/sync/tree/develop) | [![GitHub Actions](https://github.com/boostorg/sync/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/boostorg/sync/actions?query=branch%3Adevelop) | [![AppVeyor](https://ci.appveyor.com/api/projects/status/x5m5lueci0iu4udr/branch/develop?svg=true)](https://ci.appveyor.com/project/Lastique/sync/branch/develop) | [![Tests](https://img.shields.io/badge/matrix-develop-brightgreen.svg)](https://regression.boost.io/develop/developer/sync.html) | [![Dependencies](https://img.shields.io/badge/deps-develop-brightgreen.svg)](https://pdimov.github.io/boostdep-report/develop/sync.html)
2525

2626
### License
2727

0 commit comments

Comments
 (0)