Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Gorshenin <mipt.vi002@gmail.com>2017-03-03 20:32:15 +0300
committerGitHub <noreply@github.com>2017-03-03 20:32:15 +0300
commit143a6e962b42980c8ead4ebb86d74390d1122599 (patch)
treec7207e452f13c95432824f6ded05dd5a585926ab
parent68b0c0c6d243fe2dd64dfca878e8ae600a99bc0c (diff)
parent8d7492ff0cfea70fb62b6370c448132d5944410b (diff)
Merge pull request #5514 from milchakov/hotels_linkbeta-661beta-660beta-659
Hotels link changed
-rw-r--r--partners_api/booking_api.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/partners_api/booking_api.cpp b/partners_api/booking_api.cpp
index e01cb5be05..0d9fefa29a 100644
--- a/partners_api/booking_api.cpp
+++ b/partners_api/booking_api.cpp
@@ -23,7 +23,7 @@ using namespace platform;
using namespace booking;
string const kBookingApiBaseUrl = "https://distribution-xml.booking.com/json/bookings";
-string const kExtendedHotelInfoBaseUrl = "http://hotels.milchakov.map6.devmail.ru/getDescription";
+string const kExtendedHotelInfoBaseUrl = "https://hotels.maps.me/getDescription";
string const kPhotoOriginalUrl = "http://aff.bstatic.com/images/hotel/max500/";
string const kPhotoSmallUrl = "http://aff.bstatic.com/images/hotel/max300/";
string g_BookingUrlForTesting = "";