Skip to content

Commit 0a7118f

Browse files
committed
fix: mistake on README urls
1 parent 9118f12 commit 0a7118f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<p align="center">
2-
<img width="256" height="256" src="https://github.com/joshmedeski/sesh/v2/blob/main/sesh-icon.png" />
2+
<img width="256" height="256" src="https://github.com/joshmedeski/sesh/blob/main/sesh-icon.png" />
33
</p>
44

55
<h1 align="center">Sesh, the smart terminal session manager</h1>
66

77
<p align="center">
8-
<a href="https://github.com/joshmedeski/sesh/v2/actions/workflows/ci-cd.yml">
9-
<img alt="tests" src="https://github.com/joshmedeski/sesh/v2/actions/workflows/ci-cd.yml/badge.svg" />
8+
<a href="https://github.com/joshmedeski/sesh/actions/workflows/ci-cd.yml">
9+
<img alt="tests" src="https://github.com/joshmedeski/sesh/actions/workflows/ci-cd.yml/badge.svg" />
1010
</a>
11-
<a href="https://goreportcard.com/report/github.com/joshmedeski/sesh/v2">
12-
<img alt="goreport" src="https://goreportcard.com/badge/github.com/joshmedeski/sesh/v2" />
11+
<a href="https://goreportcard.com/report/github.com/joshmedeski/sesh">
12+
<img alt="goreport" src="https://goreportcard.com/badge/github.com/joshmedeski/sesh" />
1313
</a>
1414
<a href="https://opensource.org/licenses/MIT">
1515
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" />
@@ -70,7 +70,7 @@ See the [nix package directory](https://search.nixos.org/packages?channel=unstab
7070

7171
</details>
7272

73-
**Note:** Do you want this on another package manager? [Create an issue](https://github.com/joshmedeski/sesh/v2/issues/new) and let me know!
73+
**Note:** Do you want this on another package manager? [Create an issue](https://github.com/joshmedeski/sesh/issues/new) and let me know!
7474

7575
## Raycast Extension
7676

@@ -293,7 +293,7 @@ The first step is to build a CLI that can interact with tmux and be a drop-in re
293293

294294
## Contributors
295295

296-
<a href="https://github.com/joshmedeski/sesh/v2/graphs/contributors">
296+
<a href="https://github.com/joshmedeski/sesh/graphs/contributors">
297297
<img src="https://contrib.rocks/image?repo=joshmedeski/sesh" />
298298
</a>
299299

0 commit comments

Comments
 (0)