Skip to content

Commit 972149b

Browse files
committed
docs: fix broken links pointed to v5 branch
1 parent a058d35 commit 972149b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ const config = {
3838
sidebarPath: require.resolve('./sidebars.js'),
3939
// Please change this to your repo.
4040
// Remove this to remove the "edit this page" links.
41-
editUrl: 'https://github.com/ReactTooltip/react-tooltip/tree/v5/docs/',
41+
editUrl: 'https://github.com/ReactTooltip/react-tooltip/tree/master/docs/',
4242
},
4343
// blog: {
4444
// showReadingTime: true,
4545
// // Please change this to your repo.
4646
// // Remove this to remove the "edit this page" links.
4747
// editUrl:
48-
// 'https://github.com/ReactTooltip/react-tooltip/tree/v5/docs/',
48+
// 'https://github.com/ReactTooltip/react-tooltip/tree/master/docs/',
4949
// },
5050
theme: {
5151
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)