Skip to content

fix: update explorer latest release URL#762

Open
royalpinto007 wants to merge 1 commit into
ceramicnetwork:mainfrom
royalpinto007:fix/explorer-latest-release-url
Open

fix: update explorer latest release URL#762
royalpinto007 wants to merge 1 commit into
ceramicnetwork:mainfrom
royalpinto007:fix/explorer-latest-release-url

Conversation

@royalpinto007

Copy link
Copy Markdown

Summary

Fixes #761.

Updates the SDK explorer's Linux connection instructions to use GitHub's working latest-release asset URL:

https://github.com/ceramicnetwork/rust-ceramic/releases/latest/download/ceramic-one_x86_64-unknown-linux-gnu.tar.gz

instead of the broken releases/download/latest form. Also fixes a small typo in the same instruction text.

Testing

  • pnpm exec biome check apps/explorer/src/components/ConnectInstructions.tsx

I also tried:

  • pnpm --filter explorer build

That currently fails on existing TypeScript errors unrelated to this change:

  • duplicate dids type versions in src/events.ts
  • router params typing in src/routes/_connected.events.tsx

@royalpinto007 royalpinto007 requested a review from a team as a code owner July 6, 2026 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Explorer connect instructions use broken latest release URL

1 participant