Skip to content

Commit

Permalink
Fix editUrl href value (MichalLytek#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelNittala authored Sep 12, 2021
1 parent a392b3f commit 759f055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module.exports = {
path: "../docs",
sidebarPath: require.resolve("./sidebars.js"),
editUrl:
"https://github.comichalLytek/typegraphql-prisma/edit/main/docs/",
"https://github.com/MichalLytek/typegraphql-prisma/edit/main/docs/",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
Expand Down

0 comments on commit 759f055

Please sign in to comment.