x/website: ref/mod go.mod section has broken ids #41080
Labels
Documentation
Issues describing a change to documentation.
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?current website
Does this issue reproduce with the latest release?
repros with https://tip.golang.org/ref/mod
What operating system and processor architecture are you using (
go env
)?Google Chrome | 85.0.4183.83
What did you do?
visit https://golang.org/ref/mod and click on the
require directive
link in table of contentsWhat did you expect to see?
link/jump to "require directive" section
<h3 id="go.mod-require" class="mod-require"><code>require</code> directive</h3>
What did you see instead?
link/jump to "go.mod files" section
<h3 id="go" class="mod-require"><code>require</code> directive</h3>
additional info
it appears that the entire "go.mod files" section has their ids truncated to just
go
The text was updated successfully, but these errors were encountered: