Skip to content

Explorer connect instructions use broken latest release URL #761

Description

@royalpinto007

Summary

The SDK explorer connection instructions still use the old releases/download/latest URL for the Linux Ceramic One tarball:

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

That path downloads the GitHub error response instead of the release asset because latest is not a real tag in that URL format. This is the same URL pattern described in #400.

Expected

Use GitHub's latest-release redirect URL:

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

Impact

Users following the explorer's connect instructions can download an invalid archive and then hit tar: Error opening archive: Unrecognized archive format.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions