Skip to content

Commit

Permalink
docs: fix edit link
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Apr 6, 2024
1 parent dde1968 commit 88594e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const config: Config = {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: 'https://github.com/excaliburjs/Excalibur/tree/main/site/docs/',
editUrl: 'https://github.com/excaliburjs/Excalibur/tree/main/site/',
rehypePlugins: [[rehypeRaw, rehypeRawOptions]],
remarkPlugins: [
[
Expand Down

0 comments on commit 88594e2

Please sign in to comment.