mirror of
https://github.com/golang/go
synced 2024-11-02 13:21:55 +00:00
0eb4df0bc8
If I click on links which should send you to source code (e.g. type, function, etc), the link is to //src/... (instead of /src/...). This causes a DNS resolution failure on the browser. Quick fix is to remove the leading / from package.html (since godoc.go src links automatically add a leading / as necessary). Fixes #3193. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5730059 |
||
---|---|---|
.. | ||
codewalk.html | ||
codewalkdir.html | ||
dirlist.html | ||
error.html | ||
example.html | ||
godoc.html | ||
opensearch.xml | ||
package.html | ||
package.txt | ||
search.html | ||
search.txt |