From 533e5740ac52dc11e0eb9e08340acbef54b8eb4b Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Wed, 11 Oct 2023 17:18:29 -0700 Subject: [PATCH 1/2] Update status badges. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 39cd378287d..2786d4edbc9 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ which ships as part of the MSVC toolset and the Visual Studio IDE. * Our [Changelog][] tracks which updates to this repository appear in each VS release. * Our [Status Chart][] displays our overall progress over time. * Join our [Discord server][]. - -[![Build Status](https://dev.azure.com/vclibs/STL/_apis/build/status/microsoft.STL?branchName=main)][Pipelines] +* [![Build Status][STL-CI-badge]][STL-CI-link] (STL-CI build status) +* [![Build Status][STL-ASan-CI-badge]][STL-ASan-CI-link] (STL-ASan-CI build status) # What This Repo Is Useful For @@ -535,7 +535,10 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception [N4958]: https://wg21.link/n4958 [NOTICE.txt]: NOTICE.txt [Ninja]: https://ninja-build.org -[Pipelines]: https://dev.azure.com/vclibs/STL/_build/latest?definitionId=4&branchName=main +[STL-CI-badge]: https://dev.azure.com/vclibs/STL/_apis/build/status%2FSTL-CI?branchName=main "STL-CI" +[STL-CI-link]: https://dev.azure.com/vclibs/STL/_build/latest?definitionId=4&branchName=main +[STL-ASan-CI-badge]: https://dev.azure.com/vclibs/STL/_apis/build/status%2FSTL-ASan-CI?branchName=main "STL-ASan-CI" +[STL-ASan-CI-link]: https://dev.azure.com/vclibs/STL/_build/latest?definitionId=5&branchName=main [Python]: https://www.python.org/downloads/windows/ [Roadmap]: https://github.com/microsoft/STL/wiki/Roadmap [Status Chart]: https://microsoft.github.io/STL/ From 2633e76ef1137861e9b4388283d9e60fa52ffe60 Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Thu, 12 Oct 2023 13:44:12 -0700 Subject: [PATCH 2/2] Update alt text. Co-authored-by: Casey Carter --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2786d4edbc9..2d6a88d5970 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ which ships as part of the MSVC toolset and the Visual Studio IDE. * Our [Changelog][] tracks which updates to this repository appear in each VS release. * Our [Status Chart][] displays our overall progress over time. * Join our [Discord server][]. -* [![Build Status][STL-CI-badge]][STL-CI-link] (STL-CI build status) -* [![Build Status][STL-ASan-CI-badge]][STL-ASan-CI-link] (STL-ASan-CI build status) +* [![CI Status Badge][STL-CI-badge]][STL-CI-link] (STL-CI build status) +* [![ASan CI Status Badge][STL-ASan-CI-badge]][STL-ASan-CI-link] (STL-ASan-CI build status) # What This Repo Is Useful For