From 54321af9afdb05c46c28644dafec1ea2adb8a0e3 Mon Sep 17 00:00:00 2001 From: Manish Giri Date: Thu, 27 Oct 2016 08:36:58 -0400 Subject: [PATCH] Improve wording in instructions in Make Dead Links challenge --- .../01-front-end-development-certification/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/01-front-end-development-certification/html5-and-css.json b/seed/challenges/01-front-end-development-certification/html5-and-css.json index 6322335d51..226b9eb391 100644 --- a/seed/challenges/01-front-end-development-certification/html5-and-css.json +++ b/seed/challenges/01-front-end-development-certification/html5-and-css.json @@ -1741,7 +1741,7 @@ "description": [ "Sometimes you want to add a elements to your website before you know where they will link.", "This is also handy when you're changing the behavior of a link using jQuery, which we'll learn about later.", - "The href attribute is the quoted URL link within the a element. Replace the link value of your a element's href attribute with a #, also known as a hash symbol, to turn it into a dead link." + "The current value of the href attribute is a link that points to \"http://www.freecatphotoapp.com\". Replace the href attribute value with a #, also known as a hash symbol, to create a dead link." ], "challengeSeed": [ "",