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:
authorIlya Zverev <zverik@textual.ru>2018-03-16 12:25:09 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-03-16 13:11:54 +0300
commitd7641c1ccfd90602308ad0a4c1b6c459b8fcbb81 (patch)
treea199d7f270283e5a0519d561eb8902cd1e25028f /routing
parent2ed3d3cdf6574db9ee351b409385350440f10dec (diff)
Replace http with https for openstreetmap.org links
Diffstat (limited to 'routing')
-rw-r--r--routing/routing_integration_tests/road_graph_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing/routing_integration_tests/road_graph_tests.cpp b/routing/routing_integration_tests/road_graph_tests.cpp
index b6c0b77bba..653ee15a3d 100644
--- a/routing/routing_integration_tests/road_graph_tests.cpp
+++ b/routing/routing_integration_tests/road_graph_tests.cpp
@@ -22,7 +22,7 @@ using namespace integration;
// The test on combinatorial explosion of number of fake edges at FeaturesRoadGraph.
// It might happen when a lot of roads intersect at one point. For example,
-// http://www.openstreetmap.org/#map=19/50.73197/-1.21295
+// https://www.openstreetmap.org/#map=19/50.73197/-1.21295
UNIT_TEST(FakeEdgesCombinatorialExplosion)
{
classificator::Load();