Skip to content

Commit aaf7c9a

Browse files
authored
Merge pull request #20 from PredicateSystems/receive_rust_sidecar3
corrected links
2 parents 1baf206 + 2ec4456 commit aaf7c9a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/authorityd-operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Binary location after install:
2626

2727
### Option B: Download binary directly
2828

29-
Download pre-built binaries from [GitHub Releases](https://github.com/PredicateSystems/rust-predicate-authorityd/releases):
29+
Download pre-built binaries from [GitHub Releases](https://github.com/PredicateSystems/predicate-authority-sidecar/releases):
3030

3131
| Platform | Binary |
3232
|----------|--------|
@@ -38,7 +38,7 @@ Download pre-built binaries from [GitHub Releases](https://github.com/PredicateS
3838

3939
```bash
4040
# Example: macOS ARM64
41-
curl -LO https://github.com/PredicateSystems/rust-predicate-authorityd/releases/latest/download/predicate-authorityd-darwin-arm64.tar.gz
41+
curl -LO https://github.com/PredicateSystems/predicate-authority-sidecar/releases/latest/download/predicate-authorityd-darwin-arm64.tar.gz
4242
tar -xzf predicate-authorityd-darwin-arm64.tar.gz
4343
chmod +x predicate-authorityd
4444
./predicate-authorityd --version

docs/predicate-authority-user-manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ if not is_sidecar_available():
7777

7878
**Option C: Manual binary download**
7979

80-
Download pre-built binaries from [GitHub Releases](https://github.com/PredicateSystems/rust-predicate-authorityd/releases):
80+
Download pre-built binaries from [GitHub Releases](https://github.com/PredicateSystems/predicate-authority-sidecar/releases):
8181

8282
| Platform | Binary |
8383
|----------|--------|
@@ -89,7 +89,7 @@ Download pre-built binaries from [GitHub Releases](https://github.com/PredicateS
8989

9090
```bash
9191
# Download and extract (example for macOS ARM64)
92-
curl -LO https://github.com/PredicateSystems/rust-predicate-authorityd/releases/latest/download/predicate-authorityd-darwin-arm64.tar.gz
92+
curl -LO https://github.com/PredicateSystems/predicate-authority-sidecar/releases/latest/download/predicate-authorityd-darwin-arm64.tar.gz
9393
tar -xzf predicate-authorityd-darwin-arm64.tar.gz
9494
chmod +x predicate-authorityd
9595

predicate_authority/sidecar_binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _safe_urlopen(url: str, *, timeout: int = 30): # noqa: ANN201
5353
return urlopen(url, timeout=timeout) # nosec B310
5454

5555

56-
SIDECAR_REPO = "PredicateSystems/rust-predicate-authorityd"
56+
SIDECAR_REPO = "PredicateSystems/predicate-authority-sidecar"
5757
SIDECAR_BINARY_NAME = "predicate-authorityd"
5858

5959
# Platform mapping: (system, machine) -> artifact name

0 commit comments

Comments
 (0)