forked from organicmaps/organicmaps
Fixed Taxi Vezet link
This commit is contained in:
parent
b29eaddb77
commit
375f664ca7
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ void Api::GetAvailableProducts(ms::LatLon const & from, ms::LatLon const & to,
|
|||
RideRequestLinks Api::GetRideRequestLinks(std::string const & productId, ms::LatLon const & from,
|
||||
ms::LatLon const & to) const
|
||||
{
|
||||
return {"rto://order.rutaxi.ru/a.php?" + productId, "https://go.onelink.me/2944814706/mapsme1"};
|
||||
return {"rto://order.rutaxi.ru/a.php?" + productId, "https://go.onelink.me/757212956/mapsmevezet"};
|
||||
}
|
||||
|
||||
void MakeNearObject(std::string const & src, Object & dst)
|
||||
|
|
Loading…
Add table
Reference in a new issue