Skip to content

Commit

Permalink
http -> https
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelJW authored Jan 4, 2024
1 parent 65acd53 commit 25f94f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions map.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<head>
<title>Tuts+ Translation Stats</title>
<link rel="stylesheet" href="jquery-jvectormap-1.2.2.css" type="text/css" media="screen"/>
<script src="http://code.jquery.com/jquery-2.0.0.min.js"></script>
<script src="https://code.jquery.com/jquery-2.0.0.min.js"></script>
<script src="jquery-jvectormap-1.2.2.min.js"></script>
<script src="jquery-jvectormap-world-mill-en.js"></script>
<script src="translation-stats-data.js"></script>
<script src="http://tutsplus.github.io/github-analytics/ga-tracking.min.js"></script>
<script src="https://tutsplus.github.io/github-analytics/ga-tracking.min.js"></script>

<link href='https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic,900,900italic,300,300italic' rel='stylesheet' type='text/css'>

Expand Down Expand Up @@ -161,4 +161,4 @@ <h2 class="post_title post_title_0">
</section>

</body>
</html>
</html>

0 comments on commit 25f94f4

Please sign in to comment.