From ab4a5eb6acba63bbdb765be7683f7b262f979ffb Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Mon, 25 Aug 2025 17:26:43 +0200 Subject: [PATCH] Update Link to regression test matrix in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a85f967..92c065d 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Boost.Sync, part of collection of the [Boost C++ Libraries](https://github.com/b Branch | GitHub Actions | AppVeyor | Test Matrix | Dependencies | :-------------: | -------------- | -------- | ----------- | ------------ | -[`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) -[`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) +[`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) +[`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) ### License