From d6c5b0beb3d6eef7498622675528c9a09dda8e55 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Sun, 18 Aug 2019 15:29:23 +0300 Subject: [PATCH] Updated docs --- app/config/services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ],