Skip to content

Commit 12e727f

Browse files
authoredMay 1, 2017
Merge pull request #37 from vivshaw/vivshaw-1486897405
Fix mixed content warning by switching 2 giphy links to https
2 parents 41a5198 + 3420eb1 commit 12e727f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JavaScript Strings Lab
22

3-
![lab](http://i.giphy.com/NETCsDYm0fL44.gif)
3+
![lab](https://i.giphy.com/NETCsDYm0fL44.gif)
44

55
## Overview
66

@@ -76,7 +76,7 @@ You'll find a file called `index.js` in this directory. Your mission, should you
7676

7777
You can run the tests using the `learn` command in your terminal or the Learn IDE. Give that a go now.
7878

79-
![waiting](http://i.giphy.com/9c830567WqLCw.gif)
79+
![waiting](https://i.giphy.com/9c830567WqLCw.gif)
8080

8181
All three tests have failed! This is okay, and it's expected — you haven't written any code yet, after all.
8282

0 commit comments

Comments
 (0)
Failed to load comments.