Skip to content

Commit 9484e06

Browse files
authored
fix: edit button url contains duplicate docs string (#669)
* merge master * remove unnecessary code * remove yarn.lock * fix: remove duplicate docs in url * fix: change the link to an edit link
1 parent 5a72bb5 commit 9484e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ module.exports = {
217217
showLastUpdateAuthor: true,
218218
showLastUpdateTime: true,
219219
editUrl:
220-
'https://github.com/testing-library/testing-library-docs/blob/master/docs/',
220+
'https://github.com/testing-library/testing-library-docs/edit/master/',
221221
path: './docs',
222222
sidebarPath: './sidebars.js',
223223
},

0 commit comments

Comments
 (0)