Skip to content

fix op-reth link: optimism repo has no main branch - #41

Open
Kajko25 wants to merge 1 commit into
giwa-io:mainfrom
Kajko25:fix-op-reth-link
Open

fix op-reth link: optimism repo has no main branch#41
Kajko25 wants to merge 1 commit into
giwa-io:mainfrom
Kajko25:fix-op-reth-link

Conversation

@Kajko25

@Kajko25 Kajko25 commented Jul 27, 2026

Copy link
Copy Markdown

The op-reth link in the Execution Client section 404s:

https://github.com/ethereum-optimism/optimism/tree/main/rust/op-reth

ethereum-optimism/optimism has no main branch — its default is develop, so every /tree/main/… URL into that repo fails. The path itself is fine; only the branch name is wrong.

Verified against the API rather than the page, because two things mislead here:

  • GET /repos/ethereum-optimism/optimism/contents/rust/op-reth?ref=develop returns the directory with its 15 entries (bin, crates, DockerfileOp, …), so the target is real.
  • Requesting the tree URL over HTTP returns 200 with a "not found" page body, so a status-code check alone would have called the broken link healthy and the fixed one no better.

I also checked the obvious-looking alternative, ethereum-optimism/op-reth, and deliberately did not point the link there: that repository is archived and was last pushed 2025-02-16, so it would trade a broken link for a stale one.

No open PR in this repo touches this line. Single word changed, no other edits.

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.

1 participant