From 7a510d6bc626b830fbf6451757c6b78c80491047 Mon Sep 17 00:00:00 2001 From: Rex Schrader Date: Thu, 18 Jun 2015 10:33:34 -0700 Subject: [PATCH] Add w3.org reference for HTML Entities --- seed_data/bonfireMDNlinks.js | 1 + 1 file changed, 1 insertion(+) diff --git a/seed_data/bonfireMDNlinks.js b/seed_data/bonfireMDNlinks.js index 9a9ea867417..bedd51b2dba 100644 --- a/seed_data/bonfireMDNlinks.js +++ b/seed_data/bonfireMDNlinks.js @@ -12,6 +12,7 @@ var links = "Currying": "https://leanpub.com/javascript-allonge/read#pabc", "Smallest Common Multiple": "https://www.mathsisfun.com/least-common-multiple.html", "Permutations": "https://www.mathsisfun.com/combinatorics/combinations-permutations.html", + "HTML Entities": "http://dev.w3.org/html5/html-author/charref", // ========= GLOBAL OBJECTS "Global Array Object" : "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array",