Skip to content

Commit 27622f4

Browse files
committed
fix: links
1 parent e195450 commit 27622f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
[![Total Downloads](https://img.shields.io/packagist/dt/florianv/swap-bundle.svg?style=flat-square)](https://packagist.org/packages/florianv/swap-bundle)
55
[![Version](http://img.shields.io/packagist/v/florianv/swap-bundle.svg?style=flat-square)](https://packagist.org/packages/florianv/swap-bundle)
66

7-
Swap allows you to retrieve currency exchange rates from various services such as **[Fixer](https://apilayer.com/marketplace/fixer-api)**, **[Currency Data](https://apilayer.com/marketplace/currency_data-api)**,
7+
Swap allows you to retrieve currency exchange rates from various services such as **[Fixer](https://fixer.io/)**, **[Currency Data](https://apilayer.com/marketplace/currency_data-api)**,
88
**[Exchange Rates Data](https://apilayer.com/marketplace/exchangerates_data-api)** or **[Abstract](https://www.abstractapi.com)** and optionally cache the results.
99

1010
## Sponsors
1111

1212
<table>
1313
<tr>
1414
<td><img src="https://assets.apilayer.com/apis/fixer.png" width="50px"/></td>
15-
<td><a href="https://apilayer.com/marketplace/fixer-api">Fixer</a> is a simple and lightweight API for foreign exchange rates that supports up to 170 world currencies.</td>
15+
<td><a href="https://fixer.io/">Fixer</a> is a simple and lightweight API for foreign exchange rates that supports up to 170 world currencies.</td>
1616
</tr>
1717
<tr>
1818
<td><img src="https://assets.apilayer.com/apis/currency_data.png" width="50px"/></td>
@@ -44,7 +44,7 @@ Here is the list of the currently implemented services:
4444

4545
| Service | Base Currency | Quote Currency | Historical |
4646
|---------------------------------------------------------------------------|----------------------|----------------|----------------|
47-
| [Fixer](https://apilayer.com/marketplace/fixer-api) | EUR (free, no SSL), * (paid) | * | Yes |
47+
| [Fixer](https://fixer.io/) | EUR (free, no SSL), * (paid) | * | Yes |
4848
| [Currency Data](https://apilayer.com/marketplace/currency_data-api) | USD (free), * (paid) | * | Yes |
4949
| [Exchange Rates Data](https://apilayer.com/marketplace/exchangerates_data-api) | USD (free), * (paid) | * | Yes |
5050
| [Abstract](https://www.abstractapi.com) | * | * | Yes |

Resources/doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The complete list of all supported services is available here:
6565
florianv_swap:
6666
providers:
6767
apilayer_fixer:
68-
api_key: secret # Get your key here: https://apilayer.com/marketplace/fixer-api
68+
api_key: secret # Get your key here: https://fixer.io/
6969
apilayer_currency_data: # Get your key here: https://apilayer.com/marketplace/currency_data-api
7070
api_key: secret
7171
apilayer_exchange_rates_data: # Get your key here: https://apilayer.com/marketplace/exchangerates_data-api

0 commit comments

Comments
 (0)