From 967ec23442ad50f5a70a0f4c97c6f9112ce59e02 Mon Sep 17 00:00:00 2001 From: JDMathew Date: Wed, 18 Sep 2024 16:21:04 -0700 Subject: [PATCH] switch to related guidelines --- packages/extras/docs/hooks/useCarousel.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/extras/docs/hooks/useCarousel.md b/packages/extras/docs/hooks/useCarousel.md index 357404c2..75a40b18 100644 --- a/packages/extras/docs/hooks/useCarousel.md +++ b/packages/extras/docs/hooks/useCarousel.md @@ -44,7 +44,6 @@ The ref passed to the FlatList or ScrollView, used to scroll to index's when acc | ------------------------------------ | --------- | | React.Ref\ \| null\> | undefined | -## Related +## Related guidelines -- [Carousel Guidelines](/guidelines/carousel) -- [CarouseWrapper](/extras/components/carouse-wrapper) +- [Carousel](/guidelines/carousel)