Skip to content

Commit ddae9d7

Browse files
authored
fix stale badge links in README (#1170)
* update pipeline badge links * add link to compilers pipeline * add badge to vcpkg version
1 parent 74d2bb7 commit ddae9d7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# GSL: Guidelines Support Library
2-
[![Build Status](https://dev.azure.com/cppstat/GSL/_apis/build/status/microsoft.GSL?branchName=main)](https://dev.azure.com/cppstat/GSL/_build/latest?definitionId=1&branchName=main)
2+
[![CI](https://github.com/Microsoft/GSL/actions/workflows/compilers.yml/badge.svg)](https://github.com/microsoft/GSL/actions/workflows/compilers.yml?query=branch%3Amain)
3+
[![vcpkg](https://img.shields.io/vcpkg/v/ms-gsl)](https://vcpkg.io/en/package/ms-gsl)
34

45
The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the
56
[C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines) maintained by the [Standard C++ Foundation](https://isocpp.org).
@@ -106,8 +107,8 @@ If you successfully port GSL to another platform, we would love to hear from you
106107

107108
Target | CI/CD Status
108109
:------- | -----------:
109-
iOS | ![CI_iOS](https://github.com/microsoft/GSL/workflows/CI_iOS/badge.svg)
110-
Android | ![CI_Android](https://github.com/microsoft/GSL/workflows/CI_Android/badge.svg)
110+
iOS | [![CI_iOS](https://github.com/microsoft/GSL/workflows/CI_iOS/badge.svg?branch=main)](https://github.com/microsoft/GSL/actions/workflows/ios.yml?query=branch%3Amain)
111+
Android | [![CI_Android](https://github.com/microsoft/GSL/workflows/CI_Android/badge.svg?branch=main)](https://github.com/microsoft/GSL/actions/workflows/android.yml?query=branch%3Amain)
111112

112113
Note: These CI/CD steps are run with each pull request, however failures in them are non-blocking.
113114

0 commit comments

Comments
 (0)