We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381f2ff commit fa2044cCopy full SHA for fa2044c
src/components/Elements.tsx
@@ -72,7 +72,7 @@ interface PrivateElementsProps {
72
* The `loadStripe` function will asynchronously load the Stripe.js script and initialize a `Stripe` object.
73
* Pass the returned `Promise` to `Elements`.
74
*
75
- * @docs https://stripe.com/docs/stripe-js/react#elements-provider
+ * @docs https://docs.stripe.com/sdks/stripejs-react?ui=elements#elements-provider
76
*/
77
export const Elements: FunctionComponent<PropsWithChildren<ElementsProps>> = (({
78
stripe: rawStripeProp,
0 commit comments