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
path: root/3party
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 /3party
parent2ed3d3cdf6574db9ee351b409385350440f10dec (diff)
Replace http with https for openstreetmap.org links
Diffstat (limited to '3party')
-rw-r--r--3party/opening_hours/opening_hours.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/3party/opening_hours/opening_hours.hpp b/3party/opening_hours/opening_hours.hpp
index faf3119121..e52292dfdb 100644
--- a/3party/opening_hours/opening_hours.hpp
+++ b/3party/opening_hours/opening_hours.hpp
@@ -31,7 +31,7 @@
#include <vector>
// Implemented in accordance with the specification
-// http://wiki.openstreetmap.org/wiki/Key:opening_hours/specification
+// https://wiki.openstreetmap.org/wiki/Key:opening_hours/specification
namespace osmoh
{