From a864cc756083632c543f2ad582cddd81bd2f3840 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Wed, 5 Feb 2020 05:23:42 -0500 Subject: [PATCH] doc: rename HTML element IDs to avoid duplicates These 3 release notes have had an element ID collision because both the runtime changes and changes to the package "runtime" used the same ID. Fix it by using a "pkg-" prefix for the runtime package. Move the "runtime-again" ID from CL 129635 to a nearby
element so that existing links to https://golang.org/doc/go1.11#runtime-again don't break. Fixes #37036 Updates #36878 Change-Id: Ib68d93acfac802fd84c0a57485937e45dea2064a Reviewed-on: https://go-review.googlesource.com/c/go/+/217797 Reviewed-by: Toshihiro Shiino Reviewed-by: Agniva De Sarker Reviewed-by: Ian Lance Taylor --- doc/go1.11.html | 2 +- doc/go1.13.html | 2 +- doc/go1.14.html | 2 +- doc/go1.9.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/go1.11.html b/doc/go1.11.html index 841ead225f..483ecd872f 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -826,7 +826,7 @@ for k := range m { -
runtime
+
runtime

diff --git a/doc/go1.13.html b/doc/go1.13.html index a17337f666..8f4035d87f 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -904,7 +904,7 @@ godoc

-
runtime
+
runtime

Tracebacks, runtime.Caller, diff --git a/doc/go1.14.html b/doc/go1.14.html index 186899e680..7cf73bc501 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -736,7 +736,7 @@ appropriately.)

-
runtime
+
runtime

runtime.Goexit can no longer be aborted by a diff --git a/doc/go1.9.html b/doc/go1.9.html index 3dfdf53a81..86ee257d03 100644 --- a/doc/go1.9.html +++ b/doc/go1.9.html @@ -862,7 +862,7 @@ version of gccgo.

-
runtime
+
runtime

Tracebacks generated by the runtime and recorded in profiles are -- 2.48.1