From 8882b773d3f7f4fb2a1a54033b7885f296a130c7 Mon Sep 17 00:00:00 2001 From: Teodor Calin Date: Mon, 13 Jul 2026 10:47:20 +0300 Subject: [PATCH] chore: update legacy TeoSlayer/pilotprotocol references to pilot-protocol org The GitHub org was renamed; the hub now lives at pilot-protocol/pilotprotocol. These references only worked via GitHub redirects. Co-Authored-By: Claude Fable 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 690ef77..7c6c148 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You need a running daemon. Either install one from the binary and run it locally: ```bash -go build -o bin/pilot-daemon github.com/TeoSlayer/pilotprotocol/cmd/daemon +go build -o bin/pilot-daemon github.com/pilot-protocol/pilotprotocol/cmd/daemon ./bin/pilot-daemon \ -registry rendezvous.pilotprotocol.network:9000 \ -beacon rendezvous.pilotprotocol.network:9001 \