Skip to content

Commit 26ee304

Browse files
committed
fix broken link on css page
1 parent 1a4762c commit 26ee304

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4167,7 +4167,7 @@ <h2>CSS resources</h2>
41674167
with CSS.</p>
41684168
</li>
41694169
<li>
4170-
<p><a href="http://media.smashingmagazine.com/wp-content/uploads/images/css3-cheat-sheet/css3-cheat-sheet.pdf">CSS3 cheat sheet</a></p>
4170+
<p><a href="http://www.smashingmagazine.com/wp-content/uploads/images/css3-cheat-sheet/css3-cheat-sheet.pdf">CSS3 cheat sheet</a></p>
41714171
</li>
41724172
<li>
41734173
<p><a href="http://learnlayout.com/toc.html">Learn CSS layout</a> is a simple guide that

cascading-style-sheets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h2>CSS resources</h2>
154154
with CSS.</p>
155155
</li>
156156
<li>
157-
<p><a href="http://media.smashingmagazine.com/wp-content/uploads/images/css3-cheat-sheet/css3-cheat-sheet.pdf">CSS3 cheat sheet</a></p>
157+
<p><a href="http://www.smashingmagazine.com/wp-content/uploads/images/css3-cheat-sheet/css3-cheat-sheet.pdf">CSS3 cheat sheet</a></p>
158158
</li>
159159
<li>
160160
<p><a href="http://learnlayout.com/toc.html">Learn CSS layout</a> is a simple guide that

source/content/pages/07-web-development/14-css.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ web application's design.
106106
is a detailed guide for learning how to do element positioning correctly
107107
with CSS.
108108

109-
* [CSS3 cheat sheet](http://media.smashingmagazine.com/wp-content/uploads/images/css3-cheat-sheet/css3-cheat-sheet.pdf)
109+
* [CSS3 cheat sheet](http://www.smashingmagazine.com/wp-content/uploads/images/css3-cheat-sheet/css3-cheat-sheet.pdf)
110110

111111
* [Learn CSS layout](http://learnlayout.com/toc.html) is a simple guide that
112112
breaks CSS layout topics into chapters so you can learn each part one

0 commit comments

Comments
 (0)