Skip to content

Commit fc2eee9

Browse files
committed
Fix badges with correct repo path
1 parent 312cf39 commit fc2eee9

1 file changed

Lines changed: 20 additions & 11 deletions

File tree

README.md

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11

22

3+
---
4+
5+
**DevLink** is a peer-to-peer CLI toolkit that removes development and staging friction. It enables secure, direct sharing of **environments, databases, repositories, services, and containers** between developers — without staging servers, cloud costs, or insecure workarounds.
6+
7+
Modern development suffers from collaboration bottlenecks: pushing half-done commits just to unblock teammates, leaking secrets over chat apps, or waiting on staging to test a two-line change. DevLink replaces these with **direct, ephemeral, encrypted connections** — making collaboration as fast as running a command.
8+
39
# DevLink
410

511
<div align="center">
@@ -13,15 +19,21 @@
1319
<h2>The Peer-to-Peer Toolkit for Frictionless Development</h2>
1420
<p><strong>Stop Configuring. Start Collaborating.</strong></p>
1521

16-
<a href="#"><img src="https://img.shields.io/github/actions/workflow/status/your-org/devlink/ci.yml?branch=main&style=for-the-badge" alt="Build Status"></a> <a href="#"><img src="https://img.shields.io/github/v/release/your-org/devlink?style=for-the-badge" alt="Latest Release"></a> <a href="./LICENSE"><img src="https://img.shields.io/github/license/your-org/devlink?style=for-the-badge" alt="License"></a> <a href="#"><img src="https://img.shields.io/badge/Go-1.18+-00ADD8.svg?style=for-the-badge&logo=go" alt="Go Version"></a>
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">
24+
</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">
27+
</a>
28+
<a href="./LICENSE">
29+
<img src="https://img.shields.io/github/license/gupta-nu/devlynk?style=for-the-badge" alt="License">
30+
</a>
31+
<a href="#">
32+
<img src="https://img.shields.io/badge/Go-1.18+-00ADD8.svg?style=for-the-badge&logo=go" alt="Go Version">
33+
</a>
1734

18-
</div>
1935

20-
---
21-
22-
**DevLink** is a peer-to-peer CLI toolkit that removes development and staging friction. It enables secure, direct sharing of **environments, databases, repositories, services, and containers** between developers — without staging servers, cloud costs, or insecure workarounds.
23-
24-
Modern development suffers from collaboration bottlenecks: pushing half-done commits just to unblock teammates, leaking secrets over chat apps, or waiting on staging to test a two-line change. DevLink replaces these with **direct, ephemeral, encrypted connections** — making collaboration as fast as running a command.
36+
</div>
2537

2638
---
2739

@@ -163,9 +175,7 @@ DevLink is **secure by design**:
163175
* **No Inbound Ports** – safe behind firewalls/NAT
164176

165177
---
166-
## Demo video
167-
168-
178+
169179
## Roadmap
170180

171181
* [ ] Multi-hop relays for restrictive networks
@@ -194,5 +204,4 @@ Licensed under the [MIT License](./LICENSE).
194204

195205
---
196206

197-
![alt text](image.png)
198207

0 commit comments

Comments
 (0)