Skip to content

Commit d673266

Browse files
authored
Update Link to regression test matrix in README (#22)
* Update Link to regression test matrix in README * Use boost.org instead of boost.io
1 parent 76c84ce commit d673266

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
@@ -1,7 +1,7 @@
11
# Boost.Flyweight
22

3-
[![Branch](https://img.shields.io/badge/branch-master-brightgreen.svg)](https://github.com/boostorg/flyweight/tree/master) [![CI](https://github.com/boostorg/flyweight/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/boostorg/flyweight/actions/workflows/ci.yml) [![Drone status](https://img.shields.io/drone/build/boostorg/flyweight/master?server=https%3A%2F%2Fdrone.cpp.al&logo=drone&logoColor=%23CCCCCC&label=CI)](https://drone.cpp.al/boostorg/flyweight) [![Deps](https://img.shields.io/badge/deps-master-brightgreen.svg)](https://pdimov.github.io/boostdep-report/master/flyweight.html) [![Documentation](https://img.shields.io/badge/docs-master-brightgreen.svg)](https://www.boost.org/doc/libs/master/libs/flyweight) [![Enter the Matrix](https://img.shields.io/badge/matrix-master-brightgreen.svg)](http://www.boost.org/development/tests/master/developer/flyweight.html)<br/>
4-
[![Branch](https://img.shields.io/badge/branch-develop-brightgreen.svg)](https://github.com/boostorg/flyweight/tree/develop) [![CI](https://github.com/boostorg/flyweight/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/boostorg/flyweight/actions/workflows/ci.yml) [![Drone status](https://img.shields.io/drone/build/boostorg/flyweight/develop?server=https%3A%2F%2Fdrone.cpp.al&logo=drone&logoColor=%23CCCCCC&label=CI)](https://drone.cpp.al/boostorg/flyweight) [![Deps](https://img.shields.io/badge/deps-develop-brightgreen.svg)](https://pdimov.github.io/boostdep-report/develop/flyweight.html) [![Documentation](https://img.shields.io/badge/docs-develop-brightgreen.svg)](https://www.boost.org/doc/libs/develop/libs/flyweight) [![Enter the Matrix](https://img.shields.io/badge/matrix-develop-brightgreen.svg)](http://www.boost.org/development/tests/develop/developer/flyweight.html)<br/>
3+
[![Branch](https://img.shields.io/badge/branch-master-brightgreen.svg)](https://github.com/boostorg/flyweight/tree/master) [![CI](https://github.com/boostorg/flyweight/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/boostorg/flyweight/actions/workflows/ci.yml) [![Drone status](https://img.shields.io/drone/build/boostorg/flyweight/master?server=https%3A%2F%2Fdrone.cpp.al&logo=drone&logoColor=%23CCCCCC&label=CI)](https://drone.cpp.al/boostorg/flyweight) [![Deps](https://img.shields.io/badge/deps-master-brightgreen.svg)](https://pdimov.github.io/boostdep-report/master/flyweight.html) [![Documentation](https://img.shields.io/badge/docs-master-brightgreen.svg)](https://www.boost.org/doc/libs/master/libs/flyweight) [![Enter the Matrix](https://img.shields.io/badge/matrix-master-brightgreen.svg)](https://regression.boost.org/master/developer/flyweight.html)<br/>
4+
[![Branch](https://img.shields.io/badge/branch-develop-brightgreen.svg)](https://github.com/boostorg/flyweight/tree/develop) [![CI](https://github.com/boostorg/flyweight/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/boostorg/flyweight/actions/workflows/ci.yml) [![Drone status](https://img.shields.io/drone/build/boostorg/flyweight/develop?server=https%3A%2F%2Fdrone.cpp.al&logo=drone&logoColor=%23CCCCCC&label=CI)](https://drone.cpp.al/boostorg/flyweight) [![Deps](https://img.shields.io/badge/deps-develop-brightgreen.svg)](https://pdimov.github.io/boostdep-report/develop/flyweight.html) [![Documentation](https://img.shields.io/badge/docs-develop-brightgreen.svg)](https://www.boost.org/doc/libs/develop/libs/flyweight) [![Enter the Matrix](https://img.shields.io/badge/matrix-develop-brightgreen.svg)](https://regression.boost.org/develop/developer/flyweight.html)<br/>
55
[![BSL 1.0](https://img.shields.io/badge/license-BSL_1.0-blue.svg)](https://www.boost.org/users/license.html) <img alt="Header-only library" src="https://img.shields.io/badge/build-header--only-blue.svg">
66

77
Flyweights are small-sized handle classes granting constant access to shared common data, thus allowing for the management

0 commit comments

Comments
 (0)