File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ export default function Home(): JSX.Element {
23
23
body = { siteConfig . tagline }
24
24
copyText = "npm add react-swipeable"
25
25
navItems = { [
26
- { link : "/docs" , title : "Documentation" } ,
27
- { link : "/docs/examples/simple-carousel" , title : "Demo" } ,
26
+ { link : "/open-source/react-swipeable/ docs" , title : "Documentation" } ,
27
+ { link : "/open-source/react-swipeable/ docs/examples/simple-carousel" , title : "Demo" } ,
28
28
{
29
29
link : "https://github.com/FormidableLabs/react-swipeable" ,
30
30
title : "Github" ,
@@ -67,7 +67,7 @@ export default function Home(): JSX.Element {
67
67
showDivider
68
68
heading = "Get Started"
69
69
body = "Implement a robust, flexible and dynamic Swipeable component today!"
70
- cta = { { link : "/docs" , text : "Documentation" } }
70
+ cta = { { link : "/open-source/react-swipeable/ docs" , text : "Documentation" } }
71
71
/>
72
72
< LandingFeaturedProjects
73
73
heading = "Other Open Source from Nearform_Commerce"
You can’t perform that action at this time.
0 commit comments