Skip to content

Commit

Permalink
docs: fix docs edit page link
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedriad1 committed Mar 30, 2022
1 parent eed6b11 commit 56e592c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/theme.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const SEO = {

const theme = {
github: `https://github.com/${SEO.github}`,
docsRepositoryBase: `https://github.com/${SEO.github}/blob/master`,
docsRepositoryBase: `https://github.com/${SEO.github}/blob/master/docs`,
titleSuffix: SEO.titleSuffix,
logo: (
<>
Expand Down

0 comments on commit 56e592c

Please sign in to comment.