Skip to content

Commit

Permalink
Fix editUrl in docusaurus.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Jul 6, 2024
1 parent db89d22 commit 13af140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docusaurus/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const config: Config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
"https://github.com/IntersectMBO/plutus/edit/master/docusaurus",
"https://github.com/IntersectMBO/plutus/edit/master/doc/docusaurus",
},
theme: {
customCss: "./src/css/custom.css",
Expand Down

0 comments on commit 13af140

Please sign in to comment.