Skip to content

Commit

Permalink
Fix broken badge and links (#74)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
felipedmesquita and lucmantovani authored Aug 8, 2023
1 parent 0758beb commit c485dd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

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

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

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

### Simple usage

Expand Down Expand Up @@ -62,10 +62,10 @@ payment = result[:response]
## 📚 Documentation

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

Check our official code reference to explore all available functionalities.

Expand Down

0 comments on commit c485dd4

Please sign in to comment.