docs: update stale base-org references to base org in README#294
Open
0xAxiom wants to merge 1 commit into
Open
docs: update stale base-org references to base org in README#2940xAxiom wants to merge 1 commit into
0xAxiom wants to merge 1 commit into
Conversation
The GitHub org moved from `base-org` to `base`. The README still referenced the old org in the contract-deployments link and in all shields.io badge image URLs (contributors, commit-activity, stars, repo-size, license, issues-pr, issues-raw). Badge link targets were already correct; only the image URLs and the contract-deployments prose link remained stale. Fixes base#248
Collaborator
🟡 Heimdall Review Status
|
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.
What
Updates 8 stale
base-orgreferences in README.md that should point to thebaseorg:base-org/contract-deploymentsprose link →base/contract-deploymentsbase-org/contractsin the shields.io path (/github/contributors/base-org/contracts, etc.) — updated tobase/contractsBadge link targets were already correct (
github.com/base/contracts/…); only the badge image URLs and the contract-deployments prose link were stale.Why
The GitHub org migrated from
base-orgtobase. GitHub redirects the old paths so nothing was broken, but the stale references are misleading and will eventually break if the redirect is retired.Fixes #248