Skip to content

Commit

Permalink
Merge pull request #513 from WillSmithTE/docs/fix_scrollables_link
Browse files Browse the repository at this point in the history
docs: fix scrollables link on usage page
  • Loading branch information
dohooo authored Dec 14, 2023
2 parents d9b9128 + 6d07224 commit 25a879c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/website/pages/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ slug: /usage
# Usage
---

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

```tsx
import * as React from 'react';
Expand Down Expand Up @@ -61,4 +61,4 @@ function App() {
}

export default App;
```
```

0 comments on commit 25a879c

Please sign in to comment.