From 9bc0ab0ce66ce249f862299860b7d3957d85fef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20Ka=C5=9F=C4=B1k=C3=A7=C4=B1?= Date: Fri, 26 Sep 2025 14:57:36 +0300 Subject: [PATCH] docs: fix codecov badge link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61fa247..7cc3964 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rsworktree -[![Codecov](https://codecov.io/gh/ozan/rust-git-worktree/branch/main/graph/badge.svg)](https://codecov.io/gh/ozan/rust-git-worktree) +[![Codecov](https://codecov.io/gh/ozankasikci/rust-git-worktree/branch/main/graph/badge.svg)](https://codecov.io/gh/ozankasikci/rust-git-worktree) `rsworktree` is a Rust CLI for managing Git worktrees in a single repo-local directory (`.rsworktree`). It provides a focused, ergonomic workflow for creating, jumping into, listing, and removing worktrees without leaving the terminal.