[Agent: Arkana] docs: weekly accuracy audit — arkade-os/cli#5
Open
arkanaai[bot] wants to merge 1 commit intomasterfrom
Open
[Agent: Arkana] docs: weekly accuracy audit — arkade-os/cli#5arkanaai[bot] wants to merge 1 commit intomasterfrom
arkanaai[bot] wants to merge 1 commit intomasterfrom
Conversation
The CLI binaries (ark-linux-amd64, ark-darwin-arm64, etc.) are released alongside arkd at github.com/arkade-os/arkd/releases, not at the old monorepo location github.com/ark-network/ark/releases.
Author
|
🔍 Arkana PR Review — LGTM. Single-line fix, correct target. The old No security or functional impact — docs-only change. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was wrong
File:
README.md, line 7The installation instructions link to the wrong GitHub releases page:
Before (wrong — old monorepo, archived):
After (correct — current release location):
Why this matters: The
arkCLI binaries (ark-linux-amd64,ark-darwin-arm64, etc.) are bundled witharkdreleases atgithub.com/arkade-os/arkd/releases. The oldark-network/arkmonorepo no longer ships new releases. Anyone following the README install instructions lands on a stale page with no new downloads.Triggered by: weekly docs audit cron (2026-04-03)