From e0f3eadca58efdd8f24904d02ba8e1d8a561ec37 Mon Sep 17 00:00:00 2001 From: Austin Vazquez Date: Thu, 29 Feb 2024 15:43:55 +0000 Subject: [PATCH] Fix CI build status badge in readme Signed-off-by: Austin Vazquez --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 675a5179e..ce95f63be 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ttrpc -[![Build Status](https://github.com/containerd/ttrpc/workflows/CI/badge.svg)](https://github.com/containerd/ttrpc/actions?query=workflow%3ACI) +[![Build Status](https://github.com/containerd/ttrpc/actions/workflows/ci.yml/badge.svg)](https://github.com/containerd/ttrpc/actions/workflows/ci.yml) GRPC for low-memory environments.