Skip to content

Commit 714b3f7

Browse files
committed
docs: update edit url
1 parent 2d93433 commit 714b3f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

documentation/docusaurus.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ const config = {
2424
({
2525
docs: {
2626
sidebarPath: require.resolve('./sidebars.js'),
27-
// TODO: update url after v3 is latest
2827
editUrl:
29-
'https://github.com/jscottsmith/react-scroll-parallax/tree/v3/documentation',
28+
'https://github.com/jscottsmith/react-scroll-parallax/tree/master/documentation',
3029
},
3130
theme: {
3231
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)