diff --git a/MIGRATION.md b/MIGRATION.md index 4732b73..d10d648 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -15,4 +15,4 @@ json = fetchJSON(`/currencies/{fromCurrency}`) rate = json[fromCurrency][toCurrency] ``` -4. (Optional Step) Add [Fallback mechanism](https://github.com/fawazahmed0/exchange-api/blob/main/README.md#additional-fallback-url-on-cloudflare) in your code, to avoid any issue in the future. +4. (Optional Step) Add [Fallback mechanism](https://github.com/fawazahmed0/exchange-api/blob/main/README.md#additional-fallback-url-on-cloudflare:~:text=Additional%20Fallback%20URL%20on%20CloudFlare%3A) in your code, to avoid any issue in the future.