Skip to content

Commit 6874eca

Browse files
committed
doc: fix edit url
1 parent e3b1a8b commit 6874eca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

documentation/docusaurus.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ const config = {
2424
({
2525
docs: {
2626
sidebarPath: require.resolve('./sidebars.js'),
27-
// Please change this to your repo.
28-
editUrl: 'https://github.com/jscottsmith/react-scroll-parallax',
27+
// TODO: update url after v3 is latest
28+
editUrl:
29+
'https://github.com/jscottsmith/react-scroll-parallax/tree/v3/documentation',
2930
},
3031
theme: {
3132
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)