Skip to content

Commit

Permalink
docusaurus.config.js - fix all doc edit links (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
lakesare authored May 14, 2024
1 parent 9779d11 commit 89a457a
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 @@ -27,7 +27,7 @@ const config = {
docs: {
breadcrumbs: false,
sidebarPath: require.resolve('./sidebars.js'),
editUrl: 'https://github.com/transloadit/uppy.io/tree/main',
editUrl: 'https://github.com/transloadit/uppy/blob/main/',
},
blog: {
showReadingTime: true,
Expand Down

0 comments on commit 89a457a

Please sign in to comment.