Skip to content

Commit 9cb949a

Browse files
fix: fix dead links (#843)
* Update README.md * Update typescript/packages/legacy/x402/README.md Co-authored-by: phdargen <pdargent@icloud.com> --------- Co-authored-by: phdargen <pdargent@icloud.com>
1 parent 7196800 commit 9cb949a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typescript/packages/legacy/x402/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ If you're not using our `x402-fetch` or `x402-axios` packages, you can manually
5555
- The `Access-Control-Expose-Headers` field set to `"X-PAYMENT-RESPONSE"` to receive the server's transaction response
5656

5757
For implementation examples, we recommend reviewing our official client packages:
58-
- [x402-fetch implementation](https://github.com/coinbase/x402/blob/main/typescript/packages/x402-fetch/src/index.ts)
59-
- [x402-axios implementation](https://github.com/coinbase/x402/blob/main/typescript/packages/x402-axios/src/index.ts)
58+
- [x402-fetch implementation](https://github.com/coinbase/x402/tree/main/typescript/packages/legacy/x402-fetch)
59+
- [x402-axios implementation](https://github.com/coinbase/x402/tree/main/typescript/packages/legacy/x402-axios)
6060

0 commit comments

Comments
 (0)