diff options
| author | Seiji Takahashi <timaki.st@gmail.com> | 2017-08-03 22:08:55 +0900 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2017-08-08 04:29:35 +0000 |
| commit | 6dae588a06016a67aad62e732087cb2e32cda139 (patch) | |
| tree | 9cfa2b64812dc87f4bf50acbe316b62908cb0e8b /src | |
| parent | c4ee0e2a8b0fa493a59fc97e162dede7849cfd44 (diff) | |
| download | go-6dae588a06016a67aad62e732087cb2e32cda139.tar.xz | |
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>
Diffstat (limited to 'src')
| -rw-r--r-- | src/html/entity.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/entity.go b/src/html/entity.go index af8a007ed0..dfeaf6cabc 100644 --- a/src/html/entity.go +++ b/src/html/entity.go @@ -8,7 +8,7 @@ package html const longestEntityWithoutSemicolon = 6 // entity is a map from HTML entity names to their values. The semicolon matters: -// http://www.whatwg.org/specs/web-apps/current-work/multipage/named-character-references.html +// https://html.spec.whatwg.org/multipage/named-characters.html // lists both "amp" and "amp;" as two separate entries. // // Note that the HTML5 list is larger than the HTML4 list at |
