Skip to content

Commit 600a2db

Browse files
committed
fix links and mixed content
1 parent e0c19cd commit 600a2db

16 files changed

+29
-29
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ CSSDevices v2.2.0
55

66
Library of Apple devices built in pure CSS
77

8-
Examples, installation, and usage instructions here: http://CSSDevices.com
8+
Examples, installation, and usage instructions here: https://cssdevices.com
99

1010
MIT Licensed
1111

12-
Tweet me [@StuYam](https://twitter.com/StuYam) if you have any questions or want me to feature your site on the [expo](http://cssdevices.io/expo.html)!
12+
Tweet me [@StuYam](https://twitter.com/StuYam) if you have any questions or want me to feature your site on the [expo](https://cssdevices.com/expo.html)!

devices.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! CSSDevices v2.2.0 | MIT license | Maintained by Stuart Yamartino | http://cssdevices.io */
1+
/*! CSSDevices v2.2.0 | MIT license | Maintained by Stuart Yamartino | https://cssdevices.com */
22
.cd-iphone-5s,
33
.cd-iphone-5c,
44
.cd-iphone-5s > .cd-body,

devices.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! CSSDevices v2.2.0 | MIT license | Maintained by Stuart Yamartino | http://cssdevices.io */
1+
/*! CSSDevices v2.2.0 | MIT license | Maintained by Stuart Yamartino | https://cssdevices.com */
22
$(function(){
33
$('.cd-screen').each(function(){
44
if($(this).hasClass('cd-smart-loader')){

devices.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)