docs: fix broken links and incorrect references#1018
Open
minsoo-web wants to merge 2 commits intooxc-project:mainfrom
Open
docs: fix broken links and incorrect references#1018minsoo-web wants to merge 2 commits intooxc-project:mainfrom
minsoo-web wants to merge 2 commits intooxc-project:mainfrom
Conversation
- Fix broken rollupjs.org/rep URL → rollupjs.org/repl (contribute/minifier) - Update ECMAScript 2023 → living standard (learn/ecmascript/spec) - Fix Boa link from fork (lastmjs/boa-azle) → canonical (boa-dev/boa) - Update old repo URLs: Boshen/oxc → oxc-project/oxc (learn/performance) - Fix copy-paste error: Babel package size linked to oxc-transform (blog/transformer-alpha) - Remove .html extensions from internal links (introduction, semantic_analysis) - Update pre-commit hook example from v0.0.0 to v1.57.0 (linter/ci) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for oxc-project ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
connorshea
reviewed
Mar 26, 2026
src/docs/guide/usage/linter/ci.md
Outdated
| repos: | ||
| - repo: https://github.com/oxc-project/mirrors-oxlint | ||
| rev: v0.0.0 | ||
| rev: v1.57.0 |
Member
There was a problem hiding this comment.
this should stay as v0.0.0, or you'll want to update the v0.0.0 reference a few lines down as well
Contributor
Author
There was a problem hiding this comment.
Thought I had to watch the .version. Thanks for the meticulous review
b8085d1
Member
|
one comment, otherwise LGTM! |
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
rollupjs.org/rep→rollupjs.org/replin contribute/minifiertc39.es/ecma262/is a living standardlastmjs/boa-azle) → canonical repo (boa-dev/boa) in learn/referencesBoshen/oxc→oxc-project/oxcin learn/performance (9 occurrences)@oxc-transform/binding-darwin-arm64instead of@babel/core.htmlextensions from internal links for consistency (introduction, semantic_analysis)v0.0.0tov1.57.0in linter/ciContext
Found these issues while auditing all pages on oxc.rs. This PR focuses only on objectively broken or incorrect links/references — no content judgment calls.
Note: The
Boshen/oxcGitHub URLs inlearn/performance.mdcurrently redirect via GitHub's repo transfer mechanism, but redirects are not guaranteed to be permanent. Updated to canonical URLs for long-term reliability.