Commit 8bcc1b853b8612b493340f7cd2f7b9549001953c

Christian Oliff 2019-09-06T00:31:20

Website: Use HTTPS link to alistapart.com (#2044) This changes the link to alistapart.com to use HTTPS.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/index.html b/index.html
index eceb7e5..226e832 100644
--- a/index.html
+++ b/index.html
@@ -58,7 +58,7 @@
 
 	<div class="used-by-logos">
 		<a href="https://www.smashingmagazine.com/" target="_blank"><img src="img/logo-smashing.png" alt="Smashing Magazine" /></a>
-		<a href="http://alistapart.com/" target="_blank"><img src="img/logo-ala.png" alt="A List Apart" /></a>
+		<a href="https://alistapart.com/" target="_blank"><img src="img/logo-ala.png" alt="A List Apart" /></a>
 		<a href="https://developer.mozilla.org/" target="_blank"><img src="img/logo-mdn.png" alt="Mozilla Developer Network (MDN)" /></a>
 		<a href="https://css-tricks.com/" target="_blank"><img src="img/logo-css-tricks.png" alt="CSS-Tricks" /></a>
 		<a href="https://www.sitepoint.com/" target="_blank"><img src="img/logo-sitepoint.png" alt="SitePoint" /></a>