chore(links): repoint dig-store repo links to DIG-Network/digs (#764) - #44
Merged
Conversation
The dig-store GitHub repo is being renamed dig-store -> digs (#764), ahead of #1247 reclaiming the dig-store name for an unrelated crate -- the old->new redirect dies the instant that new repo is created, breaking every stale DIG-Network/dig-store link on the docs site. Updates every https://github.com/DIG-Network/dig-store URL (nav/footer links, releases/issues links, LICENSE links, the URN-grammar reference, the machine-readable openrpc/llms.txt specs) across all 14 locales to DIG-Network/digs. Link LABELS and every dig-store CLI/command reference are untouched -- the CLI/binary name is unchanged, only the GitHub repo moved. Co-Authored-By: Claude <noreply@anthropic.com>
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.
Summary
Part of the F2d reference sweep (#764): repoint every
https://github.com/DIG-Network/dig-storelink tohttps://github.com/DIG-Network/digs, since the GitHub repo is being renamed ahead of #1247 (a new, unrelated repo reclaiming thedig-storename -- the old->new redirect dies the instant that repo is created).159 refs across 116 files (all 14 locales): nav/footer links, releases/issues links, LICENSE links (
openrpc.json/openrpc-node.json), the URN-grammar source reference,static/llms.txt, andscripts/gen-machine-specs.mjs.Scope discipline: link LABELS and every
dig-storeCLI/command mention are untouched -- this only moves the GitHub repo URL, not the CLI/binary/crate name (that's a separate, already-shipped concern).Blast radius checked
Pure content/link edits (markdown + static JSON specs + docusaurus config), no code logic touched.
tsctypecheck clean;npm run test:unit25/25 pass (1 skip needs a build, unrelated).Test plan
npx tsc(typecheck) cleannpm run test:unit-- 25 passed, 1 skipped (needsnpm run buildfirst, pre-existing)DIG-Network/dig-storeoccurrences repo-wideCo-Authored-By: Claude noreply@anthropic.com