1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-04-18 17:24:03 +03:00

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
This commit is contained in:
Joseph Beshay 2023-10-16 17:52:28 -07:00 committed by Facebook GitHub Bot
parent 6c72eb2f02
commit a4e65c12da

View File

@ -1,8 +1,8 @@
![alt text](logo.png "MVFST") ![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) [![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/workflows/mac/badge.svg)](https://github.com/facebook/mvfst/actions?workflow=mac) [![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/workflows/windows/badge.svg)](https://github.com/facebook/mvfst/actions?workflow=windows) [![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 ## 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. `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.