Skip to content

Commit b51523b

Browse files
authored
fix a link to cart-provider page (#327)
1 parent 0484dad commit b51523b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/usage/actions/redirectToCheckout().mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To send the buyer to Stripe's Checkout experience, use `redirectToCheckout`
99
(the preferred way) or refer to products in your Stripe dashboard to fulfill purchases.
1010

1111
With use-shopping-cart's `redirectToCheckout`, you don't need to pass anything more than the sessionId you get
12-
from Stripe because all of the config is handled in the [CartProvider](docs/usage/cart-provider) props.
12+
from Stripe because all of the config is handled in the [CartProvider](docs/usage/components/cart-provider) props.
1313

1414
This is how you'd use `redirectToCheckout()` with a serverless function:
1515

0 commit comments

Comments
 (0)