From 60e6a14cf0bebc5fc1a54aa2518f349ca7599166 Mon Sep 17 00:00:00 2001 From: SUSHMITHA-MOSALI1 Date: Sat, 14 Jun 2025 18:14:00 +0530 Subject: [PATCH] Fix CI badge in README (was pointing to lazygit instead of lazydocker) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0af77059..c6d7e960 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A simple terminal UI for both docker and docker-compose, written in Go with the [gocui](https://github.com/jroimartin/gocui 'gocui') library. -![CI](https://github.com/jesseduffield/lazygit/workflows/Continuous%20Integration/badge.svg) +[![CI](https://github.com/jesseduffield/lazydocker/actions/workflows/ci.yml/badge.svg)](https://github.com/jesseduffield/lazydocker/actions/workflows/ci.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/jesseduffield/lazydocker)](https://goreportcard.com/report/github.com/jesseduffield/lazydocker) [![GolangCI](https://golangci.com/badges/github.com/jesseduffield/lazydocker.svg)](https://golangci.com) [![GoDoc](https://godoc.org/github.com/jesseduffield/lazydocker?status.svg)](http://godoc.org/github.com/jesseduffield/lazydocker)