From 9ccc8a78486aafe7a956fec8d669fdf997c05ca4 Mon Sep 17 00:00:00 2001 From: Boshen Date: Fri, 10 Nov 2023 14:30:55 +0800 Subject: [PATCH] s/web-infra-dev/oxc-project --- docs/contribute/intro.md | 2 +- docs/contribute/parser.md | 2 +- docs/contribute/performance.md | 2 +- docs/contribute/rules.md | 2 +- docs/contribute/showcase.md | 2 +- docs/contribute/transformer.md | 2 +- docs/usage/linter.md | 4 ++-- docusaurus.config.ts | 4 ++-- src/pages/index.tsx | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/contribute/intro.md b/docs/contribute/intro.md index 0a25dc4ccd..54f1bf30d8 100644 --- a/docs/contribute/intro.md +++ b/docs/contribute/intro.md @@ -6,7 +6,7 @@ title: Installation ## Clone Repo ```bash -git clone --recurse-submodules git@github.com:web-infra-dev/oxc.git +git clone --recurse-submodules git@github.com:oxc-project/oxc.git cd oxc ``` diff --git a/docs/contribute/parser.md b/docs/contribute/parser.md index 52e43b7bed..49d48778ab 100644 --- a/docs/contribute/parser.md +++ b/docs/contribute/parser.md @@ -13,7 +13,7 @@ We aim to be the fastest Rust-based ready-for-production parser. just c ``` -Aliased to `just coverage`, runs the following conformance test suites by using the conformance runner found in [tasks/coverage](https://github.com/web-infra-dev/oxc/tree/main/tasks/coverage). +Aliased to `just coverage`, runs the following conformance test suites by using the conformance runner found in [tasks/coverage](https://github.com/oxc-project/oxc/tree/main/tasks/coverage). ### Test262 diff --git a/docs/contribute/performance.md b/docs/contribute/performance.md index 8dab9f50d6..6b20f0167b 100644 --- a/docs/contribute/performance.md +++ b/docs/contribute/performance.md @@ -12,7 +12,7 @@ we have dedicated significant effort to fine-tune the Rust compilation speed. Our aim is to minimize any impact on your development workflow, ensuring that developing your own Oxc based tools remains a smooth and efficient experience. -This is demonstrated by our [CI runs](https://github.com/web-infra-dev/oxc/actions/workflows/ci.yml?query=branch%3Amain), +This is demonstrated by our [CI runs](https://github.com/oxc-project/oxc/actions/workflows/ci.yml?query=branch%3Amain), where warm runs complete in 5 minutes. ## Profile diff --git a/docs/contribute/rules.md b/docs/contribute/rules.md index 66402885d0..bac061a926 100644 --- a/docs/contribute/rules.md +++ b/docs/contribute/rules.md @@ -3,7 +3,7 @@ id: rules title: Rules --- -- Check out some of the [good first issues](https://github.com/web-infra-dev/oxc/contribute) or ask us on [Discord][discord-url]. +- Check out some of the [good first issues](https://github.com/oxc-project/oxc/contribute) or ask us on [Discord][discord-url]. - We welcome any form of contributions - We prefer smaller PRs to get things merged quickly - We recommend submitting stacked PRs via https://graphite.dev diff --git a/docs/contribute/showcase.md b/docs/contribute/showcase.md index bf21c232ef..0160117f88 100644 --- a/docs/contribute/showcase.md +++ b/docs/contribute/showcase.md @@ -8,4 +8,4 @@ title: Showcase Example PRs adding `oxlint`: - [Affine](https://github.com/toeverything/AFFiNE/pull/4867) -- [Rspack](https://github.com/web-infra-dev/rspack/pull/3999) +- [Rspack](https://github.com/oxc-project/rspack/pull/3999) diff --git a/docs/contribute/transformer.md b/docs/contribute/transformer.md index 50fdba0f61..51161fc179 100644 --- a/docs/contribute/transformer.md +++ b/docs/contribute/transformer.md @@ -6,4 +6,4 @@ title: Transformer # Transformer A transformer is responsible for turning higher versions of ECMAScript to a lower version that can be used in older browsers. -We are currently focusing on an esnext to es2015 transpiler. See the [umbrella issue](https://github.com/web-infra-dev/oxc/issues/974) for details. +We are currently focusing on an esnext to es2015 transpiler. See the [umbrella issue](https://github.com/oxc-project/oxc/issues/974) for details. diff --git a/docs/usage/linter.md b/docs/usage/linter.md index ad88b04c51..196e3f2fb4 100644 --- a/docs/usage/linter.md +++ b/docs/usage/linter.md @@ -6,7 +6,7 @@ title: Linter # Oxlint ![npm](https://img.shields.io/npm/dw/oxlint) -![GitHub Repo stars](https://img.shields.io/github/stars/web-infra-dev/oxc) +![GitHub Repo stars](https://img.shields.io/github/stars/oxc-project/oxc) ## Features @@ -83,7 +83,7 @@ Available options: ## Without Node.js -You may download the binaries from the [latest GitHub releases](https://github.com/web-infra-dev/oxc/releases/latest). +You may download the binaries from the [latest GitHub releases](https://github.com/oxc-project/oxc/releases/latest). ## System Requirements diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 3a00d83c44..968035988a 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -72,7 +72,7 @@ const config: Config = { { position: 'right', label: 'Playground', - href: 'https://web-infra-dev.github.io/oxc/playground', + href: 'https://oxc-project.github.io/oxc/playground', target: '_blank', }, // { @@ -105,7 +105,7 @@ const config: Config = { }, { position: 'right', - href: 'https://github.com/web-infra-dev/oxc', + href: 'https://github.com/oxc-project/oxc', className: 'header-icon header-github-link', 'aria-label': 'GitHub repository', target: '_blank', diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 09bd6c81ab..4542eec74d 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -25,7 +25,7 @@ function HomepageHeader() { View on Github