We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ee0e2 commit 6dae588Copy full SHA for 6dae588
src/html/entity.go
@@ -8,7 +8,7 @@ package html
8
const longestEntityWithoutSemicolon = 6
9
10
// entity is a map from HTML entity names to their values. The semicolon matters:
11
-// http://www.whatwg.org/specs/web-apps/current-work/multipage/named-character-references.html
+// https://html.spec.whatwg.org/multipage/named-characters.html
12
// lists both "amp" and "amp;" as two separate entries.
13
//
14
// Note that the HTML5 list is larger than the HTML4 list at
0 commit comments