From 5732d07728e4564c8b0392b22ac4fa2a9214d9fa Mon Sep 17 00:00:00 2001 From: Han Dai Date: Fri, 31 May 2024 02:51:03 -0400 Subject: [PATCH] [no ci] fix badge url --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 03573d6..475182b 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ [![Latest Release](https://img.shields.io/pypi/v/patcherex2.svg)](https://pypi.python.org/pypi/patcherex2/) [![PyPI Statistics](https://img.shields.io/pypi/dm/patcherex2.svg)](https://pypistats.org/packages/patcherex2) -[![CI](https://img.shields.io/github/actions/workflow/status/purseclab/patcherex2/ci.yml?label=CI -)](https://github.com/purseclab/Patcherex2/actions/workflows/test.yml) +[![CI](https://img.shields.io/github/actions/workflow/status/purseclab/patcherex2/ci.yml?label=CI)](https://github.com/purseclab/Patcherex2/actions/workflows/ci.yml) [![License](https://img.shields.io/github/license/purseclab/patcherex2.svg)](https://github.com/purseclab/Patcherex2/blob/main/LICENSE) Patcherex2 is a rewritten adaptation of the original [Patcherex](https://github.com/angr/patcherex) project, aimed at building upon its core ideas and extending its capabilities.