Skip to content

Commit

Permalink
Update docusaurus.config.js - provide correct edit URL (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
humb1t committed Mar 25, 2024
1 parent 6c6106d commit fd2bd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = {
docs: {
sidebarPath: require.resolve('./sidebars.js'),
editUrl:
'https://github.com/ntex-rs/ntex-website/edit/master/',
'https://github.com/ntex-rs/website/edit/master/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down

0 comments on commit fd2bd54

Please sign in to comment.