From 97551519513ad81d661d46db2b9aef4ed7ee27e3 Mon Sep 17 00:00:00 2001 From: Connector Switch Date: Fri, 12 Jun 2026 19:11:00 +0800 Subject: [PATCH] Fix build status badge link Signed-off-by: Connector Switch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcf670f4..822563b1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PI LIBRARY REPOSITORY -![Build Status](https://github.com/p4lang/PI/workflows/Test/badge.svg?branch=main) +![Build Status](https://github.com/p4lang/PI/actions/workflows/test.yml/badge.svg?branch=main) **This repository has submodules; after cloning it you should run `git submodule update --init --recursive`.**