Skip to content

Commit c9ce920

Browse files
update links
1 parent f6c6fff commit c9ce920

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ each page of your site.
2222

2323
Then import and use Stripe.js as you would any other module. For more
2424
information on how to use Stripe.js, please refer to the
25-
[Stripe.js API reference](https://stripe.com/docs/api) or learn to
25+
[Stripe.js API reference](https://stripe.com/docs/js) or learn to
2626
[accept a payment](https://stripe.com/docs/payments/accept-a-payment) with
2727
Stripe.
2828

@@ -44,7 +44,7 @@ Use this function if you do not want to mess around with adding `<script>` tags,
4444
or want to speed up the initial load time on your site. It will inject the
4545
Stripe.js script tag for you and wait for it to load. For more information on
4646
how to use Stripe.js once it loads, please refer to the
47-
[Stripe.js API reference](https://stripe.com/docs/api) or learn to
47+
[Stripe.js API reference](https://stripe.com/docs/js) or learn to
4848
[accept a payment](https://stripe.com/docs/payments/accept-a-payment) with
4949
Stripe.
5050

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
],
2222
"author": "Stripe (https://www.stripe.com)",
2323
"license": "MIT",
24-
"repository": {
25-
"type": "git",
26-
"url": "https://github.com/stripe/stripe-js.git"
27-
},
24+
"hompeage": "https://stripe.com/docs/js",
2825
"files": [
2926
"dist",
3027
"src"

0 commit comments

Comments
 (0)