From 204fff0eb13bc6bc7a1378ac9559af52712f6ee6 Mon Sep 17 00:00:00 2001 From: Jeff Lawson Date: Thu, 18 Jan 2024 17:15:29 -0600 Subject: [PATCH] Update CI badges in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95dc13f..c1ddf9f 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -![Linux CI](https://github.com/flightaware/yajl-tcl/workflows/Linux%20CI/badge.svg) -![Mac CI](https://github.com/flightaware/yajl-tcl/workflows/Mac%20CI/badge.svg) +[![Linux CI](https://github.com/flightaware/yajl-tcl/actions/workflows/linux-ci.yml/badge.svg)](https://github.com/flightaware/yajl-tcl/actions/workflows/linux-ci.yml) +[![Mac CI](https://github.com/flightaware/yajl-tcl/actions/workflows/mac-ci.yml/badge.svg)](https://github.com/flightaware/yajl-tcl/actions/workflows/mac-ci.yml) ### This is yajl-tcl, a direct Tcl interface to the yajl JSON generator library.