Skip to content

Commit 6dae588

Browse files
timakinbradfitz
authored andcommitted
html: updated entity spec link
Fixes #21194 Change-Id: Iac5187335df67f90f0f47c7ef6574de147c2ac9b Reviewed-on: https://go-review.googlesource.com/52970 Reviewed-by: Avelino <t@avelino.xxx> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
1 parent c4ee0e2 commit 6dae588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/html/entity.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package html
88
const longestEntityWithoutSemicolon = 6
99

1010
// 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
11+
// https://html.spec.whatwg.org/multipage/named-characters.html
1212
// lists both "amp" and "amp;" as two separate entries.
1313
//
1414
// Note that the HTML5 list is larger than the HTML4 list at

0 commit comments

Comments
 (0)