Skip to content

Commit

Permalink
fix: update docs link domain (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Jan 9, 2025
1 parent 337c4c3 commit 0e029a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "oxc playground",
"type": "module",
"license": "MIT",
"homepage": "https://oxc-project.github.io",
"homepage": "https://oxc.rs",
"bugs": "https://github.com/oxc-project/playground/issues",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions src/components/Header/Nav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
<NavigationMenuLink as-child>
<a
class="flex items-center px-3"
href="https://oxc-project.github.io/docs/guide/introduction.html"
href="https://oxc.rs/docs/guide/introduction.html"
target="_blank"
rel="noopener"
>
Expand All @@ -34,7 +34,7 @@ import {
<NavigationMenuLink as-child>
<a
class="flex items-center px-3"
href="https://oxc-project.github.io/docs/learn/parser_in_rust/intro.html"
href="https://oxc.rs/docs/learn/parser_in_rust/intro.html"
target="_blank"
rel="noopener"
>
Expand All @@ -52,7 +52,7 @@ import {
<NavigationMenuItem>
<NavigationMenuLink
class="flex items-center px-3"
href="https://oxc-project.github.io/docs/contribute/introduction.html"
href="https://oxc.rs/docs/contribute/introduction.html"
>
<span
class="text-sm text-[#3c3c43] font-medium dark:text-[#fffff5]/[.86] hover:text-[#3451b2] dark:hover:text-[#a8b1ff]"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Logo/Logo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="h-16 flex items-center justify-between">
<a
class="h-full w-full flex items-center border-b border-[#e2e2e3] dark:border-[#2e2e32]"
href="https://oxc-project.github.io"
href="https://oxc.rs"
>
<img
class="mr-2 h-6 w-6"
Expand Down

0 comments on commit 0e029a1

Please sign in to comment.