http -> https fixes

This commit is contained in:
Ilya Kantor 2015-04-19 15:37:16 +03:00
parent 6aae3a1b13
commit e2a78fa99b
34 changed files with 39 additions and 39 deletions

View file

@ -261,7 +261,7 @@
```html
<!--+ run -->
<script src="http://code.jquery.com/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<ul id="1">
<li><a href="http://blog.jquery.com">jQuery Blog</a></li>