Skip to content

Commit 25a879c

Browse files
authored
Merge pull request #513 from WillSmithTE/docs/fix_scrollables_link
docs: fix scrollables link on usage page
2 parents d9b9128 + 6d07224 commit 25a879c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/website/pages/usage.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ slug: /usage
2323
# Usage
2424
---
2525

26-
Here is a simple usage of the **React Native Reanimated Carousel**. For more scrollable usage please read [Scrollables](./scrollables).
26+
Here is a simple usage of the **React Native Reanimated Carousel**. For more scrollable usage please read [Scrollables](./faq#used-in-scrollviewflatlist).
2727

2828
```tsx
2929
import * as React from 'react';
@@ -61,4 +61,4 @@ function App() {
6161
}
6262

6363
export default App;
64-
```
64+
```

0 commit comments

Comments
 (0)