From 0644413e27d0ffc2fbe9688f2aed0d8aaf25233b Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Mon, 28 Feb 2022 18:19:25 -0800 Subject: [PATCH] Fix link to CI workflow in readme link (#1972) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31b027a5..56a0b53a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # squeaknode [![GitHub release](https://img.shields.io/github/release/squeaknode/squeaknode.svg)](https://github.com/squeaknode/squeaknode/releases) -[![GitHub CI workflow](https://github.com/squeaknode/squeaknode/actions/workflows/main.yml/badge.svg)](https://github.com/squeaknode/squeaknode/actions/workflows/main.yml) +[![GitHub CI workflow](https://github.com/squeaknode/squeaknode/actions/workflows/ci.yml/badge.svg)](https://github.com/squeaknode/squeaknode/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/squeaknode/squeaknode/branch/master/graph/badge.svg?token=VV8WW3VR3Y)](https://codecov.io/gh/squeaknode/squeaknode) [![Join the chat at https://gitter.im/squeaknode/squeaknode](https://badges.gitter.im/squeaknode/squeaknode.svg)](https://gitter.im/squeaknode/squeaknode?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)