What version of Go are you using (go version)?
N/A?
Does this issue reproduce with the latest release?
N/A? It's observable now.
What operating system and processor architecture are you using (go env)?
N/A? Observed with Safari 15.4 (17613.1.17.1.13) on macOS Monterey 12.3.1 (21E258) on an iMac (Retina 5K, 27-inch, 2017).
What did you do?
I navigated to https://go.dev/ref/.
What did you expect to see?
Some kind of summary of the available reference material, including links to the language spec and memory model.
What did you see instead?
Some weird directory-like listing that has a link to module documentation (good), a link to some default template (bad), no links to the language spec or memory model (bad), and a link to the root page (which it calls "..", which is fine, I guess, but not very web-y) (fine).

What version of Go are you using (
go version)?N/A?
Does this issue reproduce with the latest release?
N/A? It's observable now.
What operating system and processor architecture are you using (
go env)?N/A? Observed with Safari 15.4 (17613.1.17.1.13) on macOS Monterey 12.3.1 (21E258) on an iMac (Retina 5K, 27-inch, 2017).
What did you do?
I navigated to
https://go.dev/ref/.What did you expect to see?
Some kind of summary of the available reference material, including links to the language spec and memory model.
What did you see instead?
Some weird directory-like listing that has a link to module documentation (good), a link to some default template (bad), no links to the language spec or memory model (bad), and a link to the root page (which it calls "..", which is fine, I guess, but not very web-y) (fine).