Skip to content
This repository was archived by the owner on Apr 30, 2020. It is now read-only.

Commit c1a72de

Browse files
authored
Merge pull request #332 from Yexiaoxing/patch-2
Update base.handlebars
2 parents f3e7576 + c8cfdec commit c1a72de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

views/pages/base.handlebars

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
<div class="content">
88
{{sectionHeading "The Foundation"}}
99
<p>
10-
All modules in Pure build on top of <a href="http://necolas.github.com/normalize.css/">Normalize.css</a>. It's our foundational layer to maintain some degree of cross-browser consistency. We like Normalize so much that we put it on our CDN. You can pull in Normalize.css by adding this {{code "<link>"}} element on your page:
10+
All modules in Pure build on top of <a href="https://necolas.github.io/normalize.css/">Normalize.css</a>. It's our foundational layer to maintain some degree of cross-browser consistency. We like Normalize so much that we put it on our CDN. You can pull in Normalize.css by adding this {{code "<link>"}} element on your page:
1111
</p>
1212

1313
{{#code wrap=true}}
14-
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/{{pure.version}}/base-min.css">
14+
<link rel="stylesheet" href="https://yui-s.yahooapis.com/pure/{{pure.version}}/base-min.css">
1515
{{/code}}
1616

1717
<h3>A bit about Normalize.css</h3>
1818
<p>
19-
<a href="http://necolas.github.com/normalize.css/">Normalize.css</a> is an open-source project by <a href="http://twitter.com/necolas">Nicolas Gallagher</a> and <a href="http://twitter.com/jon_neal">Jonathan Neal</a>. <a href="http://nicolasgallagher.com/about-normalize-css/">In their own words</a>:
19+
<a href="https://necolas.github.io/normalize.css/">Normalize.css</a> is an open-source project by <a href="http://twitter.com/necolas">Nicolas Gallagher</a> and <a href="http://twitter.com/jon_neal">Jonathan Neal</a>. <a href="http://nicolasgallagher.com/about-normalize-css/">In their own words</a>:
2020
</p>
2121

2222
<blockquote class="content-quote">

views/pages/start.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<div class="is-code-full">
2222
{{#code wrap=true}}
23-
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/{{pure.version}}/pure-min.css">
23+
<link rel="stylesheet" href="https://yui-s.yahooapis.com/pure/{{pure.version}}/pure-min.css">
2424
{{/code}}
2525
</div>
2626

0 commit comments

Comments
 (0)