docs(developer-hub): repoint three 404ing GitHub links - #3941
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
5 Skipped Deployments
|
- Express Relay searcher examples: the `per` limo examples were renamed (`simpleSearcherLimo.ts` -> `simpleSearcherSvm.ts`, `express_relay/examples/simple_searcher_limo.py` -> `express_relay/searcher/examples/simple_searcher_svm.py`). - Hermes JS client: `HermesClient.ts` -> `hermes-client.ts`, anchor to the class declaration at L52. - Change-log source data: the diffs are gitignored on `main` and only live on the `changelog-data` branch. - IOTA CLI example: lives at `target_chains/sui/cli-iota`, whose entrypoint is `npm run cli -- update-feeds`.
jayantk
force-pushed
the
hydra/i-rzsiddwt/head
branch
from
July 30, 2026 15:37
e694c9c to
fa1a031
Compare
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.
Five
github.comURLs underapps/developer-hub/{content,src}returned 404. Two of them lived on the Express Relay searcher page, which has since been deleted upstream by the Express Relay docs sunset (OP-PIP-124) — those links are gone with it. The remaining three are repointed at where the content actually lives now.Changes
price-feeds/core/fetch-price-updates.mdx—apps/hermes/client/js/src/HermesClient.tswas renamed tohermes-client.ts. The#L41anchor is bumped to#L52, whereexport class HermesClientnow sits.ChangeLogView.tsx— the "View source data on GitHub" footer link pointed attree/main/apps/developer-hub/data/changelog-diffs. Those diffs are gitignored onmainand only exist on thechangelog-databranch, which is wherescripts/pull-changelog-data.shhydrates them from at build time. Link now points at that branch.price-feeds/core/use-real-time-data/pull-integration/iota.mdx—target_chains/iota/clihas never existed in this repo (the section was copied fromsui.mdx). The IOTA CLI lives attarget_chains/sui/cli-iota. Itsupdate-feedscommand does exactly what the surrounding prose describes — fetch update data from Hermes for the given feed ids, then call the Pyth IOTA contract with the update — so the example invocation is also corrected: the package exposescli, notexample-relay, and takes--contract <chain>_<stateId>(resolved from the contract-manager store) plus--endpoint, rather than--full-node/--pyth-state-id/--wormhole-state-id. The state ids in the old command match theiota_testnetstore entry, so the contract id is derived from it and the feed id is unchanged.Verification
github.comURL inapps/developer-hub/{content,src}on the rebased tree: 118 URLs, all 200. No 404s remain.pnpm turbo test --filter=@pythnetwork/developer-hub— 47/47 tasks pass (build,test:types, lint).git merge-tree origin/main HEAD— no conflicts.