Skip to content

Commit f58afd2

Browse files
authored
Fix broken links in the quickstart docs page (#3213)
## Description Fix broken links in the `quickstart` docs page. - replace the `SharedValue` description link - replace the `ballTest` code link broken in #2919 ## Test plan - open the old links - open the new links - see how the old links are broken
1 parent 91c541b commit f58afd2

File tree

1 file changed

+2
-2
lines changed
  • docs/docs/fundamentals/quickstart

1 file changed

+2
-2
lines changed

docs/docs/fundamentals/quickstart/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To demonstrate how you would use the new API, let's make a simple app where you
2929
<Step title="Step 3">
3030
<div>
3131
We also need to define{' '}
32-
<a href="https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/shared-values">
32+
<a href="https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/glossary#shared-value">
3333
shared values
3434
</a>{' '}
3535
to keep track of the ball position and create animated styles in order to be
@@ -53,4 +53,4 @@ To demonstrate how you would use the new API, let's make a simple app where you
5353

5454
Note the `start` shared value. We need it to store the position of the ball at the moment we grab it to be able to correctly position it later, because we only have access to translation relative to the starting point of the gesture.
5555

56-
Now you can just add `Ball` component to some view in the app and see the results! (Or you can just check the code [here](https://github.com/software-mansion/react-native-gesture-handler/blob/main/example/src/new_api/reanimated/index.tsx) and see it in action in the Example app.)
56+
Now you can just add `Ball` component to some view in the app and see the results! (Or you can just check the code [here](https://github.com/software-mansion/react-native-gesture-handler/blob/main/example/src/new_api/velocityTest/index.tsx) and see it in action in the Example app.)

0 commit comments

Comments
 (0)