From 6dae588a06016a67aad62e732087cb2e32cda139 Mon Sep 17 00:00:00 2001 From: Seiji Takahashi Date: Thu, 3 Aug 2017 22:08:55 +0900 Subject: [PATCH] html: updated entity spec link Fixes #21194 Change-Id: Iac5187335df67f90f0f47c7ef6574de147c2ac9b Reviewed-on: https://go-review.googlesource.com/52970 Reviewed-by: Avelino Reviewed-by: Brad Fitzpatrick --- src/html/entity.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1