From a4e65c12daa6c919eb15974e2400a10c3eb889e5 Mon Sep 17 00:00:00 2001 From: Joseph Beshay Date: Mon, 16 Oct 2023 17:52:28 -0700 Subject: [PATCH] Fix mvfst build status badges on github Summary: Update the links to point to the correct workflow name Reviewed By: hanidamlaj Differential Revision: D50345907 fbshipit-source-id: f2bd1a3b8744ac74d834367eea04b9eeab93bc1b --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0c710980..d73dbd063 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ![alt text](logo.png "MVFST") -[![Linux Build Status](https://github.com/facebook/mvfst/workflows/linux/badge.svg)](https://github.com/facebook/mvfst/actions?workflow=linux) -[![macOS Build Status](https://github.com/facebook/mvfst/workflows/mac/badge.svg)](https://github.com/facebook/mvfst/actions?workflow=mac) -[![Windows Build Status](https://github.com/facebook/mvfst/workflows/windows/badge.svg)](https://github.com/facebook/mvfst/actions?workflow=windows) +[![Linux Build Status](https://github.com/facebook/mvfst/actions/workflows/getdeps_linux.yml/badge.svg)](https://github.com/facebook/mvfst/actions/workflows/getdeps_linux.yml) +[![macOS Build Status](https://github.com/facebook/mvfst/actions/workflows/getdeps_mac.yml/badge.svg)](https://github.com/facebook/mvfst/actions/workflows/getdeps_mac.yml) +[![Windows Build Status](https://github.com/facebook/mvfst/actions/workflows/getdeps_windows.yml/badge.svg)](https://github.com/facebook/mvfst/actions/workflows/getdeps_windows.yml) ## Introduction `mvfst` (Pronounced *move fast*) is a client and server implementation of [IETF QUIC](https://quicwg.org/) protocol in C++ by Facebook. QUIC is a UDP based reliable, multiplexed transport protocol that will become an internet standard. The goal of `mvfst` is to build a performant implementation of the QUIC transport protocol that applications could adapt for use cases on both the internet and the data-center. `mvfst` has been tested at scale on android, iOS apps, as well as servers and has several features to support large scale deployments.