Skip to content

Commit

Permalink
Docs: fix edit links (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarnutsch authored Jan 30, 2024
1 parent e24031d commit 33e3b7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ const config = {
({
docs: {
sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://github.com/vivid-planet/comet-docs/edit/main/",
editUrl: "https://github.com/vivid-planet/comet/edit/main/docs/",
},
blog: {
showReadingTime: true,
editUrl: "https://github.com/vivid-planet/comet-docs/edit/main/blog/",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
Expand Down

0 comments on commit 33e3b7a

Please sign in to comment.