|
5 | 5 | <table>
|
6 | 6 | <tr>
|
7 | 7 | <td><img src="https://assets.apilayer.com/apis/fixer.png" width="50px"/></td>
|
8 |
| - <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> |
| 8 | + <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> |
9 | 9 | </tr>
|
10 | 10 | <tr>
|
11 | 11 | <td><img src="https://assets.apilayer.com/apis/currency_data.png" width="50px"/></td>
|
@@ -110,14 +110,14 @@ Copy the [configuration](config/swap.php) to `/config/swap.php` if you wish to o
|
110 | 110 |
|
111 | 111 | ## Configuration
|
112 | 112 |
|
113 |
| -By default Swap uses the [Fixer](https://apilayer.com/marketplace/fixer-api) service, and will fallback to [Currency Data](https://apilayer.com/marketplace/currency_data-api) in case of failure. |
| 113 | +By default Swap uses the [Fixer](https://fixer.io/) service, and will fallback to [Currency Data](https://apilayer.com/marketplace/currency_data-api) in case of failure. |
114 | 114 |
|
115 | 115 | If you wish to use different services, you can modify the `services` configuration:
|
116 | 116 |
|
117 | 117 | ```php
|
118 | 118 | // app/config/swap.php
|
119 | 119 | 'services' => [
|
120 |
| - 'apilayer_fixer' => ['api_key' => 'Get your key here: https://apilayer.com/marketplace/fixer-api'], |
| 120 | + 'apilayer_fixer' => ['api_key' => 'Get your key here: https://fixer.io/'], |
121 | 121 | 'apilayer_currency_data' => ['api_key' => 'Get your key here: https://apilayer.com/marketplace/currency_data-api'],
|
122 | 122 | 'apilayer_exchange_rates_data' => ['api_key' => 'Get your key here: https://apilayer.com/marketplace/exchangerates_data-api'],
|
123 | 123 | 'abstract_api' => ['api_key' => 'Get your key here: https://app.abstractapi.com/users/signup'],
|
@@ -367,7 +367,7 @@ Here is the complete list of supported services and their possible configuration
|
367 | 367 | ```php
|
368 | 368 | // app/config/swap.php
|
369 | 369 | 'services' => [
|
370 |
| - 'apilayer_fixer' => ['api_key' => 'Get your key here: https://apilayer.com/marketplace/fixer-api'], |
| 370 | + 'apilayer_fixer' => ['api_key' => 'Get your key here: https://fixer.io/'], |
371 | 371 | 'apilayer_currency_data' => ['api_key' => 'Get your key here: https://apilayer.com/marketplace/currency_data-api'],
|
372 | 372 | 'apilayer_exchange_rates_data' => ['api_key' => 'Get your key here: https://apilayer.com/marketplace/exchangerates_data-api'],
|
373 | 373 | 'abstract_api' => ['api_key' => 'Get your key here: https://app.abstractapi.com/users/signup'],
|
|
0 commit comments