Skip to content

Commit

Permalink
Docs: fix edit links
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarnutsch committed Jan 30, 2024
1 parent a903075 commit bfece7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ 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/",
editUrl: "https://github.com/vivid-planet/comet/edit/main/blog/",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
Expand Down

0 comments on commit bfece7c

Please sign in to comment.