From a7f9258b55d4e75eb86cdb982bd10fb66de79ccd Mon Sep 17 00:00:00 2001 From: jangko Date: Wed, 24 Jan 2024 11:20:56 +0700 Subject: [PATCH] Fix github actions badge url --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 2a94532..8227d5f 100644 --- a/Readme.md +++ b/Readme.md @@ -2,7 +2,7 @@ # Websocket for Nim -![Github action](https://github.com/status-im/nim-websock/workflows/CI/badge.svg) +![Github action](https://github.com/status-im/nim-websock/actions/workflows/ci.yml/badge.svg) This is an implementation of [Websocket](https://tools.ietf.org/html/rfc6455) protocol for [Nim](https://nim-lang.org/) and [chronos](https://github.com/status-im/nim-chronos/).