diff --git a/docs/about.md b/docs/about.md index 9ea2465..724ece6 100644 --- a/docs/about.md +++ b/docs/about.md @@ -13,4 +13,4 @@ description: 关于本文档站点的一些说明 如果你发现文档中有不正确或者需要添加的内容,非常欢迎参与到文档编辑当中。 ::: -当前文档的仓库地址为 [halo-dev/docs.halo.run](https://github.com/halo-dev/docs.halo.run) ,所以你可以 fork 此仓库,修改之后提交 `Pull request` 等待我们合并即可。 \ No newline at end of file +当前文档的仓库地址为 [halo-dev/docs](https://github.com/halo-dev/docs) ,所以你可以 fork 此仓库,修改之后提交 `Pull request` 等待我们合并即可。 \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index d956997..83d772f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -26,7 +26,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/palenight"); docs: { sidebarPath: require.resolve("./sidebars.js"), // Please change this to your repo. - editUrl: "https://github.com/ruibaby/docs.halo.run/edit/main/", + editUrl: "https://github.com/halo-dev/docs/edit/main/", routeBasePath: "/", showLastUpdateTime: true, showLastUpdateAuthor: true,