]> Cypherpunks repositories - gostls13.git/commit
doc: rename HTML element IDs to avoid duplicates
authorDmitri Shuralyov <dmitshur@golang.org>
Wed, 5 Feb 2020 10:23:42 +0000 (05:23 -0500)
committerDmitri Shuralyov <dmitshur@golang.org>
Wed, 5 Feb 2020 14:32:50 +0000 (14:32 +0000)
commita864cc756083632c543f2ad582cddd81bd2f3840
treecd19d687c017b6ade6f54b7e63992ed6623985e2
parentfb93cd45a647087a11f96cf2610e64a257a68c19
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 <dt> 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 <shiino.toshihiro@gmail.com>
Reviewed-by: Agniva De Sarker <agniva.quicksilver@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.11.html
doc/go1.13.html
doc/go1.14.html
doc/go1.9.html