Skip to content

Commit 5681c84

Browse files
committed
html: update URL in comment
1 parent 641e61d commit 5681c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/html/escape.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
// These replacements permit compatibility with old numeric entities that
1414
// assumed Windows-1252 encoding.
15-
// http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#consume-a-character-reference
15+
// https://html.spec.whatwg.org/multipage/parsing.html#numeric-character-reference-end-state
1616
var replacementTable = [...]rune{
1717
'\u20AC', // First entry is what 0x80 should be replaced with.
1818
'\u0081',

0 commit comments

Comments
 (0)