Skip to content

Commit

Permalink
s/web-infra-dev/oxc-project
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Nov 10, 2023
1 parent 96901d6 commit 9ccc8a7
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/contribute/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Installation
## Clone Repo

```bash
git clone --recurse-submodules [email protected]:web-infra-dev/oxc.git
git clone --recurse-submodules [email protected]:oxc-project/oxc.git
cd oxc
```

Expand Down
2 changes: 1 addition & 1 deletion docs/contribute/parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/contribute/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/contribute/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/contribute/showcase.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/contribute/transformer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions docs/usage/linter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
// {
Expand Down Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function HomepageHeader() {
</Link>
<Link
className="button button--secondary"
to="https://github.com/web-infra-dev/oxc"
to="https://github.com/oxc-project/oxc"
>
View on Github
</Link>
Expand Down

0 comments on commit 9ccc8a7

Please sign in to comment.