diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json
index e5e376317d3..10d1302ef9c 100644
--- a/seed/challenges/html5-and-css.json
+++ b/seed/challenges/html5-and-css.json
@@ -750,7 +750,7 @@
"difficulty": 1.17,
"description": [
"You can add images to your website by using the img element, and point to a specific image's URL using the src attribute.",
- "An example of this would be <img src=\"www.your-image-source.com/your-image.jpg\">. Note that in most cases, img elements are self-closing.",
+ "An example of this would be <img src=\"http://www.your-image-source.com/your-image.jpg\">. Note that in most cases, img elements are self-closing.",
"Try it with this image: https://bit.ly/fcc-relaxing-cat."
],
"tests": [