From 1f1ba28dfca63142e51fc42bbc7c03b0b717a533 Mon Sep 17 00:00:00 2001 From: SentienceDEV Date: Sat, 21 Feb 2026 10:50:06 -0800 Subject: [PATCH] corrected links --- .github/workflows/update-sidecar-binaries.yml | 2 +- README.md | 4 ++-- packages/authorityd/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-sidecar-binaries.yml b/.github/workflows/update-sidecar-binaries.yml index be313f7..19229cc 100644 --- a/.github/workflows/update-sidecar-binaries.yml +++ b/.github/workflows/update-sidecar-binaries.yml @@ -11,7 +11,7 @@ on: type: string env: - SIDECAR_REPO: PredicateSystems/rust-predicate-authorityd + SIDECAR_REPO: PredicateSystems/predicate-authority-sidecar jobs: update-binaries: diff --git a/README.md b/README.md index ca43a61..28ec54f 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ This SDK requires the **Predicate Authority Sidecar** daemon to be running. The | Resource | Link | |----------|------| -| Sidecar Repository | [rust-predicate-authorityd](https://github.com/PredicateSystems/rust-predicate-authorityd) | -| Download Binaries | [Latest Releases](https://github.com/PredicateSystems/rust-predicate-authorityd/releases) | +| Sidecar Repository | [predicate-authority-sidecar](https://github.com/PredicateSystems/predicate-authority-sidecar) | +| Download Binaries | [Latest Releases](https://github.com/PredicateSystems/predicate-authority-sidecar/releases) | | License | MIT / Apache 2.0 | ### Quick Sidecar Setup diff --git a/packages/authorityd/README.md b/packages/authorityd/README.md index df2b3f5..a5bad5d 100644 --- a/packages/authorityd/README.md +++ b/packages/authorityd/README.md @@ -143,7 +143,7 @@ Returns the sidecar version string. If automatic installation fails, download the binary manually: -1. Go to [releases](https://github.com/PredicateSystems/rust-predicate-authorityd/releases) +1. Go to [releases](https://github.com/PredicateSystems/predicate-authority-sidecar/releases) 2. Download the binary for your platform 3. Place it in your PATH or use `getSidecarPath()` to locate it