Skip to content

Commit aac2e65

Browse files
committed
Fix shields.io badges with correct repo path
1 parent fc2eee9 commit aac2e65

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,21 @@ Modern development suffers from collaboration bottlenecks: pushing half-done com
1919
<h2>The Peer-to-Peer Toolkit for Frictionless Development</h2>
2020
<p><strong>Stop Configuring. Start Collaborating.</strong></p>
2121

22-
<a href="https://github.com/gupta-nu/devlynk/actions">
23-
<img src="https://img.shields.io/github/actions/workflow/status/gupta-nu/devlynk/ci.yml?branch=main&style=for-the-badge" alt="Build Status">
22+
<a href="https://github.com/gupta-nu/devlink/actions">
23+
<img src="https://img.shields.io/github/actions/workflow/status/gupta-nu/devlink/ci.yml?branch=main&style=for-the-badge" alt="Build Status">
2424
</a>
25-
<a href="https://github.com/gupta-nu/devlynk/releases">
26-
<img src="https://img.shields.io/github/v/release/gupta-nu/devlynk?style=for-the-badge" alt="Latest Release">
25+
<a href="https://github.com/gupta-nu/devlink/releases">
26+
<img src="https://img.shields.io/github/v/release/gupta-nu/devlink?style=for-the-badge" alt="Latest Release">
2727
</a>
2828
<a href="./LICENSE">
29-
<img src="https://img.shields.io/github/license/gupta-nu/devlynk?style=for-the-badge" alt="License">
29+
<img src="https://img.shields.io/github/license/gupta-nu/devlink?style=for-the-badge" alt="License">
3030
</a>
3131
<a href="#">
3232
<img src="https://img.shields.io/badge/Go-1.18+-00ADD8.svg?style=for-the-badge&logo=go" alt="Go Version">
3333
</a>
3434

3535

36+
3637
</div>
3738

3839
---

0 commit comments

Comments
 (0)