From edde9af3d78b5b5aa6c48b72603a50eb8046fb14 Mon Sep 17 00:00:00 2001 From: Joseph Beshay Date: Mon, 6 Nov 2023 16:33:18 -0800 Subject: [PATCH] Fix github actions build status badges for proxygen Summary: As title. Reviewed By: hanidamlaj Differential Revision: D50940242 fbshipit-source-id: 5a8204fd05705b18a0db498864efb1181b4ae33d --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa8c54ca5c..a44e8fc412 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ## Proxygen: Facebook's C++ HTTP Libraries [![Support Ukraine](https://img.shields.io/badge/Support-Ukraine-FFD500?style=flat&labelColor=005BBB)](https://opensource.facebook.com/support-ukraine) -[![Linux Build Status](https://github.com/facebook/proxygen/workflows/linux/badge.svg)](https://github.com/facebook/proxygen/actions?workflow=linux) -[![macOS Build Status](https://github.com/facebook/proxygen/workflows/mac/badge.svg)](https://github.com/facebook/proxygen/actions?workflow=mac) +[![Linux Build Status](https://github.com/facebook/proxygen/actions/workflows/getdeps_linux.yml/badge.svg)](https://github.com/facebook/proxygen/actions/workflows/getdeps_linux.yml) +[![macOS Build Status](https://github.com/facebook/proxygen/actions/workflows/getdeps_mac.yml/badge.svg)](https://github.com/facebook/proxygen/actions/workflows/getdeps_mac.yml) This project comprises the core C++ HTTP abstractions used at Facebook. Internally, it is used as the basis for building many HTTP