Skip to content

Commit fa2044c

Browse files
Update docs link Elements.tsx (#602)
1 parent 381f2ff commit fa2044c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Elements.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ interface PrivateElementsProps {
7272
* The `loadStripe` function will asynchronously load the Stripe.js script and initialize a `Stripe` object.
7373
* Pass the returned `Promise` to `Elements`.
7474
*
75-
* @docs https://stripe.com/docs/stripe-js/react#elements-provider
75+
* @docs https://docs.stripe.com/sdks/stripejs-react?ui=elements#elements-provider
7676
*/
7777
export const Elements: FunctionComponent<PropsWithChildren<ElementsProps>> = (({
7878
stripe: rawStripeProp,

0 commit comments

Comments
 (0)