chore: repoint URLs to Nimblesite/osprey after org move#150
Merged
Conversation
Org transfer MelbourneDeveloper/osprey -> Nimblesite/osprey. Updates all 24 references across the website (links, nav, blog, specs, status), READMEs, CONTRIBUTING, Cargo.toml, package.json/tree-sitter metadata, shipwright.json repo, and release.yml PRODUCT_REPO + OIDC-subject comment. Intentionally left: compiler/examples/tui/api_browser.osp (uses the MelbourneDeveloper username as live-API sample data, not a repo link) and homebrew-package/* (labelled legacy/local-dev; canonical tap is already Nimblesite/homebrew-tap).
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.
TLDR
Repoint every
MelbourneDeveloper/ospreyURL toNimblesite/ospreyafter the org transfer.Details
The repo moved from
MelbourneDeveloper/ospreyinto theNimblesiteorg. This updates all 24 files that hard-coded the old path:index.html,_data/navigation.json,_data/site.json(sameAs),disclaimer.md,status.md,js/main.js,scripts/copy-spec.js, thespec/*pages, and the blog posts.README.md,vscode-extension/README.md(incl. the raw-githubusercontent logo URL),CONTRIBUTING.md,docs/RELEASING.md,docs/specs/0020.Cargo.tomlrepository,vscode-extension/package.json(repo + bugs),tree-sitter-osprey/{package.json,tree-sitter.json},shipwright.json(repository+repo).release.ymlPRODUCT_REPO(drives the brew/scoop download URLs) and the Entra-OIDC subject comment.Intentionally NOT changed:
compiler/examples/tui/api_browser.osp—"MelbourneDeveloper"there is live-API sample data (the GitHub username the TUI demo lists repos for), not a repo link. Changing it would alter the tested example's output.homebrew-package/*— explicitly labelled Legacy / local-dev only; its banner already points toNimblesite/homebrew-tapas the official tap.How Do The Automated Tests Prove It Works?
git grep "MelbourneDeveloper/osprey"returns zero matches after the change.shipwright.json, bothpackage.json,tree-sitter.json,navigation.json,site.json) parse as valid JSON.npm run test:shipwright→shipwright.json: valid(therepofield change passes the manifest validator that CI also runs).changesfilter sees non-website files, so the full Rust/build/test gate runs; these are string/metadata-only edits with no logic impact.