Skip to content

Commit fdb5ac3

Browse files
committed
Merge pull request #97 from PeterDaveHello/protocol
Should use protocol-relative url to load resources
2 parents 94152d8 + 97abf5e commit fdb5ac3

14 files changed

+28
-28
lines changed

index.de.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h1>git - Der einfache Einstieg</h1>
5353
</p>
5454
<div class="announcement">
5555
<a href="http://frontify.com/?utm_source=gitguide&amp;utm_campaign=founder_frontify">
56-
<img src="http://frontify.com/assets/img/frontify-announcement-git.png" width="960" height="100" alt="Frontify - Collaboration for Web Designers &amp; Front-End Developers">
56+
<img src="//frontify.com/assets/img/frontify-announcement-git.png" width="960" height="100" alt="Frontify - Collaboration for Web Designers &amp; Front-End Developers">
5757
</a>
5858
</div>
5959
<img src="img/arrow.png" alt="">
@@ -239,7 +239,7 @@ <h2>Kommentare</h2>
239239
/* * * DON'T EDIT BELOW THIS LINE * * */
240240
(function() {
241241
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
242-
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
242+
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
243243
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
244244
})();
245245
</script>

index.es.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h1>git - la guía sencilla</h1>
4848
</p>
4949
<div class="announcement">
5050
<a href="http://frontify.com/?utm_source=gitguide&amp;utm_campaign=founder_frontify">
51-
<img src="http://frontify.com/assets/img/frontify-announcement-git.png" width="960" height="100" alt="Frontify - Collaboration for Web Designers &amp; Front-End Developers" />
51+
<img src="//frontify.com/assets/img/frontify-announcement-git.png" width="960" height="100" alt="Frontify - Collaboration for Web Designers &amp; Front-End Developers" />
5252
</a>
5353
</div>
5454
<img src="img/arrow.png" alt="" />
@@ -238,7 +238,7 @@ <h2>comentarios</h2>
238238
/* * * DON'T EDIT BELOW THIS LINE * * */
239239
(function() {
240240
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
241-
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
241+
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
242242
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
243243
})();
244244
</script>

index.fr.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h1>git - petit guide</h1>
6262
</p>
6363
<div class="announcement">
6464
<a href="http://frontify.com/?utm_source=gitguide&amp;utm_campaign=founder_frontify">
65-
<img src="http://frontify.com/assets/img/frontify-announcement-git.png" width="960" height="100" alt="Frontify - Collaboration for Web Designers &amp; Front-End Developers" />
65+
<img src="//frontify.com/assets/img/frontify-announcement-git.png" width="960" height="100" alt="Frontify - Collaboration for Web Designers &amp; Front-End Developers" />
6666
</a>
6767
</div>
6868
<img src="img/arrow.png" alt="" />
@@ -256,7 +256,7 @@ <h2>commentaires</h2>
256256
var dsq = document.createElement('script');
257257
dsq.type = 'text/javascript';
258258
dsq.async = true;
259-
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
259+
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
260260
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
261261
})();
262262
</script>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h1>git - the simple guide</h1>
5454
</p>
5555
<div class="announcement">
5656
<a href="http://frontify.com/?utm_source=gitguide&amp;utm_campaign=founder_frontify">
57-
<img src="http://frontify.com/assets/img/frontify-announcement-git.png" width="960" height="100" alt="Frontify - Collaboration for Web Designers &amp; Front-End Developers" />
57+
<img src="//frontify.com/assets/img/frontify-announcement-git.png" width="960" height="100" alt="Frontify - Collaboration for Web Designers &amp; Front-End Developers" />
5858
</a>
5959
</div>
6060
<img src="img/arrow.png" alt="" />
@@ -261,7 +261,7 @@ <h2>comments</h2>
261261
/* * * DON'T EDIT BELOW THIS LINE * * */
262262
(function() {
263263
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
264-
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
264+
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
265265
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
266266
})();
267267
</script>

index.it.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h1>git - la guida tascabile</h1>
5151
</p>
5252
<div class="announcement">
5353
<a href="http://frontify.com/?utm_source=gitguide&amp;utm_campaign=founder_frontify">
54-
<img src="http://frontify.com/assets/img/frontify-announcement-git.png" width="960" height="100" alt="Frontify - Collaboration for Web Designers &amp; Front-End Developers" />
54+
<img src="//frontify.com/assets/img/frontify-announcement-git.png" width="960" height="100" alt="Frontify - Collaboration for Web Designers &amp; Front-End Developers" />
5555
</a>
5656
</div>
5757
<img src="img/arrow.png" alt="" />
@@ -240,7 +240,7 @@ <h2>commenti</h2>
240240
/* * * DON'T EDIT BELOW THIS LINE * * */
241241
(function() {
242242
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
243-
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
243+
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
244244
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
245245
})();
246246
</script>

index.ja.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h1>git - 簡単ガイド</h1>
4848
</p>
4949
<div class="announcement">
5050
<a href="http://frontify.com/?utm_source=gitguide&amp;utm_campaign=founder_frontify">
51-
<img src="http://frontify.com/assets/img/frontify-announcement-git.png" width="960" height="100" alt="Frontify - Collaboration for Web Designers &amp; Front-End Developers" />
51+
<img src="//frontify.com/assets/img/frontify-announcement-git.png" width="960" height="100" alt="Frontify - Collaboration for Web Designers &amp; Front-End Developers" />
5252
</a>
5353
</div>
5454
<img src="img/arrow.png" alt="" />
@@ -244,7 +244,7 @@ <h2>コメント</h2>
244244
/* * * DON'T EDIT BELOW THIS LINE * * */
245245
(function() {
246246
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
247-
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
247+
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
248248
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
249249
})();
250250
</script>

index.ko.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>git - 간편 안내서 - 어렵지 않아요!</title>
88
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
99
<meta content="IE=edge, chrome=1" http-equiv="X-UA-Compatible" />
10-
<link href="http://fonts.googleapis.com/css?family=Chelsea+Market" rel="stylesheet" type="text/css" />
10+
<link href="//fonts.googleapis.com/css?family=Chelsea+Market" rel="stylesheet" type="text/css" />
1111
<link href="//cdnjs.cloudflare.com/ajax/libs/normalize/0/normalize.min.css" rel="stylesheet" type="text/css" />
1212
<link href="css/style.css" rel="stylesheet" type="text/css" />
1313
<style type="text/css">
@@ -105,7 +105,7 @@ <h1>git - 간편 안내서</h1>
105105
<a href="index.zh.html">中文</a><br />
106106
</p>
107107
<div class="announcement">
108-
<a href="http://frontify.com/?utm_source=gitguide&amp;utm_campaign=founder_frontify"><img src="http://frontify.com/assets/img/frontify-announcement-git.png" width="960" height="100" alt="Frontify - Collaboration for Web Designers &amp; Front-End Developers" /></a>
108+
<a href="http://frontify.com/?utm_source=gitguide&amp;utm_campaign=founder_frontify"><img src="//frontify.com/assets/img/frontify-announcement-git.png" width="960" height="100" alt="Frontify - Collaboration for Web Designers &amp; Front-End Developers" /></a>
109109
</div>
110110
<img src="img/arrow.png" alt="자, 갑시다!" />
111111
</div>

index.my.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h1>git - အရိုးအရှင်းဆုံး လမ်းညွှန
7171
</p>
7272
<div class="announcement">
7373
<a href="http://frontify.com/?utm_source=gitguide&amp;utm_campaign=founder_frontify">
74-
<img src="http://frontify.com/assets/img/frontify-announcement-git.png" width="960" height="100" alt="Frontify - Collaboration for Web Designers &amp; Front-End Developers" />
74+
<img src="//frontify.com/assets/img/frontify-announcement-git.png" width="960" height="100" alt="Frontify - Collaboration for Web Designers &amp; Front-End Developers" />
7575
</a>
7676
</div>
7777
<img src="img/arrow.png" alt="" />
@@ -284,7 +284,7 @@ <h2>မှတ်ချက်များ</h2>
284284
/* * * DON'T EDIT BELOW THIS LINE * * */
285285
(function() {
286286
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
287-
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
287+
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
288288
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
289289
})();
290290
</script>

index.nl.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h1>git - een simpele uitleg</h1>
5353
</p>
5454
<div class="announcement">
5555
<a href="http://frontify.com/?utm_source=gitguide&amp;utm_campaign=founder_frontify">
56-
<img src="http://frontify.com/assets/img/frontify-announcement-git.png" width="960" height="100" alt="Frontify - Collaboration for Web Designers &amp; Front-End Developers" />
56+
<img src="//frontify.com/assets/img/frontify-announcement-git.png" width="960" height="100" alt="Frontify - Collaboration for Web Designers &amp; Front-End Developers" />
5757
</a>
5858
</div>
5959
<img src="img/arrow.png" alt="" />
@@ -257,7 +257,7 @@ <h2>comments</h2>
257257
/* * * DON'T EDIT BELOW THIS LINE * * */
258258
(function() {
259259
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
260-
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
260+
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
261261
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
262262
})();
263263
</script>

index.pt_BR.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h1>git - guia pr&aacute;tico</h1>
5353
</p>
5454
<div class="announcement">
5555
<a href="http://frontify.com/?utm_source=gitguide&amp;utm_campaign=founder_frontify">
56-
<img src="http://frontify.com/assets/img/frontify-announcement-git.png" width="960" height="100" alt="Frontify - Collaboration for Web Designers &amp; Front-End Developers" />
56+
<img src="//frontify.com/assets/img/frontify-announcement-git.png" width="960" height="100" alt="Frontify - Collaboration for Web Designers &amp; Front-End Developers" />
5757
</a>
5858
</div>
5959
<img src="img/arrow.png" alt="" />
@@ -242,7 +242,7 @@ <h2>coment&aacute;rios</h2>
242242
/* * * DON'T EDIT BELOW THIS LINE * * */
243243
(function() {
244244
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
245-
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
245+
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
246246
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
247247
})();
248248
</script>

0 commit comments

Comments
 (0)