Skip to content

Commit c2bd377

Browse files
authored
Fix broken link in docs (#1399)
1 parent 5fcf4df commit c2bd377

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/src/pages/index.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,10 @@ function Home() {
207207
<a href="https://snack.expo.io/@adamgrzybowski/react-native-gesture-handler-demo">
208208
get it here using Expo
209209
</a>
210-
. Or just <a href="/docs/example">go to this page</a> to see
211-
how you can run it locally with React Native on both Android
212-
and iOS.
210+
. Or just{' '}
211+
<Link to={useBaseUrl('docs/example/')}>go to this page</Link>{' '}
212+
to see how you can run it locally with React Native on both
213+
Android and iOS.
213214
</p>
214215
<div className="item screenshot-container">
215216
<img src={screenshotUrl} alt="Gesture handler screenshot" />

0 commit comments

Comments
 (0)