Skip to content

Commit c485dd4

Browse files
Fix broken badge and links (#74)
* Update README.md Fixed broken license badge and broken link to credentials page. In the further information links list: Swapped "APIs" with the newer, more complete developer docs page. Added link to Bricks and removed deprecated Web Tokenize Checkout link. * Remove .br Co-authored-by: Lucas Mantovani <[email protected]> * Remove .br Co-authored-by: Lucas Mantovani <[email protected]> --------- Co-authored-by: Lucas Mantovani <[email protected]>
1 parent 0758beb commit c485dd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Gem](https://img.shields.io/gem/v/mercadopago-sdk)](https://rubygems.org/gems/mercadopago-sdk)
44
[![Gem](https://img.shields.io/gem/dt/mercadopago-sdk)](https://rubygems.org/gems/mercadopago-sdk)
5-
[![APM](https://img.shields.io/apm/l/vim-mode)](https://github.com/mercadopago/sdk-ruby)
5+
![GitHub](https://img.shields.io/github/license/mercadopago/sdk-ruby)
66

77
This library provides developers with a simple set of bindings to help you integrate Mercado Pago API to a website and start receiving payments.
88

@@ -18,7 +18,7 @@ Run ```gem install mercadopago-sdk```
1818

1919
First time using Mercado Pago? Create your [Mercado Pago account](https://www.mercadopago.com).
2020

21-
Copy your `Access Token` in the [credentials panel](https://www.mercadopago.com/developers/panel/credentials) and replace the text `YOUR_ACCESS_TOKEN` with it.
21+
Copy your `Access Token` in the [credentials panel](https://www.mercadopago.com/developers/panel/app) and replace the text `YOUR_ACCESS_TOKEN` with it.
2222

2323
### Simple usage
2424

@@ -62,10 +62,10 @@ payment = result[:response]
6262
## 📚 Documentation
6363

6464
Visit our Dev Site for further information regarding:
65-
- [APIs](https://www.mercadopago.com/developers/en/reference)
65+
- [Developer Docs](https://www.mercadopago.com/developers/en/docs)
66+
- [Checkout Bricks](https://www.mercadopago.com/developers/en/docs/checkout-bricks/landing)
6667
- [Checkout Pro](https://www.mercadopago.com/developers/en/guides/online-payments/checkout-pro/introduction)
6768
- [Checkout API](https://www.mercadopago.com/developers/en/guides/online-payments/checkout-api/introduction)
68-
- [Web Tokenize Checkout](https://www.mercadopago.com/developers/en/guides/online-payments/web-tokenize-checkout/introduction)
6969

7070
Check our official code reference to explore all available functionalities.
7171

0 commit comments

Comments
 (0)