Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Nov 5, 2023
1 parent 0e2154e commit c74a907
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ const config = {
docs: {
sidebarPath: require.resolve("./sidebars.js"),
editUrl:
"https://github.com/Boshen/javascript-parser-in-rust/tree/main/docs/",
"https://github.com/oxc-project/javascript-parser-in-rust/tree/main/docs",
},
blog: {
blogSidebarTitle: "Tutorials",
blogSidebarCount: "ALL",
sortPosts: "ascending",
editUrl:
"https://github.com/Boshen/javascript-parser-in-rust/tree/main/blog",
"https://github.com/oxc-project/javascript-parser-in-rust/tree/main/blog",
showReadingTime: true,
},
theme: {
Expand Down Expand Up @@ -67,7 +67,7 @@ const config = {
position: "right",
},
{
href: "https://github.com/Boshen/javascript-parser-in-rust",
href: "https://github.com/oxc-project/javascript-parser-in-rust",
label: "GitHub",
position: "right",
},
Expand Down

0 comments on commit c74a907

Please sign in to comment.