Skip to content

Commit 05c873b

Browse files
committed
updated https
1 parent a1f4004 commit 05c873b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

themes/mapmint/layouts/_partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h1 class="title"><span class="logo"></span><a href="index.html">Map<span class=
4949
_gaq.push(['_trackPageview']);
5050
(function() {
5151
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
52-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
52+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.js';
5353
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
5454
})();
5555
</script>

themes/mapmint/layouts/_partials/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1 class="title"><span class="logo"></span><a href="/">Map<span>Mint</span></a>
1919
<!-- Modules -->
2020
<li><a href="/../../en/modules">Modules</a></li>
2121
<!-- Documentation -->
22-
<li ><a href="http://mapmint.github.io/userguide-fr/en/" target="_blank">Documentation</a></li>
22+
<li ><a href="https://mapmint.github.io/userguide-fr/en/" target="_blank">Documentation</a></li>
2323
</ul>
2424
</li>
2525
<li><a href="#">Architecture</a>

0 commit comments

Comments
 (0)