From c74a907303b763d316213c3cf0e492cef5cad5b5 Mon Sep 17 00:00:00 2001 From: Boshen Date: Sun, 5 Nov 2023 21:39:24 +0800 Subject: [PATCH] update links --- docusaurus.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 83622aa..db6fc56 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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: { @@ -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", },