Skip to content

Commit

Permalink
change http to https in all links (each has been individually checked…
Browse files Browse the repository at this point in the history
…). Also hotosm/learnosm#554 refers to new link to wikipedia article concerning the now defunct AusAID.
  • Loading branch information
Nick-Tallguy committed Jun 25, 2018
1 parent 4188bd5 commit 967108c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions _layouts/contribute-rtl.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ <h4>{{ page.contributetitle }}</h4>
<h4>{{page.startwith}}</h4>
<ul>
<li><a href='mailto:learnosm@hotosm.org'>{{page.startA}}</a></li>
<li><a href='http://nick-tallguy.github.io/en/contribute/translator/'>{{page.startB}}</a></li>
<li><a href='http://nick-tallguy.github.io/en/contribute/translator-images/'>{{page.startC}}</a></li>
<li><a href='https://nick-tallguy.github.io/en/contribute/translator/'>{{page.startB}}</a></li>
<li><a href='https://nick-tallguy.github.io/en/contribute/translator-images/'>{{page.startC}}</a></li>
<li><a href='https://github.com/hotosm/learnosm'>{{page.startD}}</a></li>
</div>
</div>
4 changes: 2 additions & 2 deletions _layouts/contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ <h4>{{ page.contributetitle }}</h4>
<h4>{{page.startwith}}</h4>
<ul>
<li><a href='mailto:learnosm@hotosm.org'>{{page.startA}}</a></li>
<li><a href='http://nick-tallguy.github.io/en/contribute/translator/'>{{page.startB}}</a></li>
<li><a href='http://nick-tallguy.github.io/en/contribute/translator-images/'>{{page.startC}}</a></li>
<li><a href='https://nick-tallguy.github.io/en/contribute/translator/'>{{page.startB}}</a></li>
<li><a href='https://nick-tallguy.github.io/en/contribute/translator-images/'>{{page.startC}}</a></li>
<li><a href='https://github.com/hotosm/learnosm'>{{page.startD}}</a></li>
</div>
</div>
18 changes: 9 additions & 9 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<link href="{{ site.baseurl }}/style.css" rel="stylesheet" type="text/css">
<link href="{{ site.baseurl }}/print.css" rel="stylesheet" type="text/css" media="print">
<link rel='shortcut icon' href='{{site.baseurl}}/img/favicon.ico' type='image/x-icon' />
<link href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css" rel="stylesheet" >
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic|Quattrocento+Sans:400,700&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href="https://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css" rel="stylesheet" >
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic|Quattrocento+Sans:400,700&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<script src="{{ site.baseurl }}/vendor/jquery-1.8.2.min.js"></script>
<script src="{{ site.baseurl }}/vendor/jquery-ui-1.9.2.custom.js"></script>
<script>
Expand Down Expand Up @@ -150,16 +150,16 @@
<ul class='contact marginL marginR cell3 padAll'>
<li><a class='email' href="mailto:learnosm@hotosm.org">learnosm@hotosm.org</a></li>
<li><a class='twitter' href="https://twitter.com/learnosm">@learnOSM</a></li>
<li><a class='github' href='http://github.com/hotosm/learnosm'> Hosted on Github</a></li>
<li><a class='github' href='https://github.com/hotosm/learnosm'> Hosted on Github</a></li>
</ul>
<a rel="license" class="license" href="http://creativecommons.org/publicdomain/zero/1.0/">
<img src="http://i.creativecommons.org/p/zero/1.0/80x15.png" alt="CC0" />
<a rel="license" class="license" href="https://creativecommons.org/publicdomain/zero/1.0/">
<img src="https://i.creativecommons.org/p/zero/1.0/80x15.png" alt="CC0" />
</a>
<div class='sponsors cell3 padAll'>
<span>Official <a href='http://hot.openstreetmap.org/' target='_blank'>HOT OSM</a> learning materials</span>
<a class='logo logo-hot left' href='http://hot.openstreetmap.org/' target='_blank'></a>
<a class='logo logo-ausaid left' href='http://www.ausaid.gov.au/' target='_blank'></a>
<a class='logo logo-bnpb left' href='http://www.bnpb.go.id/' target='_blank'></a>
<span>Official <a href='https://hot.openstreetmap.org/' target='_blank'>HOT OSM</a> learning materials</span>
<a class='logo logo-hot left' href='https://hot.openstreetmap.org/' target='_blank'></a>
<a class='logo logo-ausaid left' href='https://en.wikipedia.org/wiki/Australian_Aid' target='_blank'></a>
<a class='logo logo-bnpb left' href='https://www.bnpb.go.id/' target='_blank'></a>
</div>
</small>
</div>
Expand Down

0 comments on commit 967108c

Please sign in to comment.