From 9ba8683e26d860bd89fd7da56433b8e4122bfd8c Mon Sep 17 00:00:00 2001 From: MANISH-GIRI Date: Mon, 27 Mar 2017 18:13:45 -0400 Subject: [PATCH] Add .com to code example --- challenges/01-responsive-web-design/basic-html-and-html5.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/01-responsive-web-design/basic-html-and-html5.json b/challenges/01-responsive-web-design/basic-html-and-html5.json index 634825856f..41364e8049 100644 --- a/challenges/01-responsive-web-design/basic-html-and-html5.json +++ b/challenges/01-responsive-web-design/basic-html-and-html5.json @@ -640,7 +640,7 @@ "Here's a diagram of an a element. In this case, the a element is used in the middle of a paragraph element, which means the link will appear in the middle of a sentence.", "\"a", "Here's an example:", - "<p>Here's a <a href=\"http://freeCodeCamp.com\"> link to freeCodeCamp</a> for you to follow.</p>", + "<p>Here's a <a href=\"http://freeCodeCamp.com\"> link to freeCodeCamp.com</a> for you to follow.</p>", "
", "Create an a element that links to http://freecatphotoapp.com and has \"cat photos\" as its anchor text." ],