diff --git a/app/config/services.php b/app/config/services.php index 30e9f93d61..77296f418e 100644 --- a/app/config/services.php +++ b/app/config/services.php @@ -44,7 +44,7 @@ return [ ], 'v1/locale' => [ 'name' => 'Locale', - 'description' => 'The locale service allow you customize your app based on your user location. Get your user location, IP address, list of countries names, phone codes, currencies and more. This product includes GeoLite2 data created by MaxMind, available fromhttps://www.maxmind.com.', + 'description' => 'The locale service allow you customize your app based on your user location. Get your user location, IP address, list of countries names, phone codes, currencies and more. This product includes GeoLite2 data created by MaxMind, available from [https://www.maxmind.com](https://www.maxmind.com).', 'controller' => 'controllers/locale.php', 'sdk' => true, ],