Descriptioncmd/godoc: remove extra / in paths
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 issue 3193.
Patch Set 1 #Patch Set 2 : diff -r ea5cd2b9ca6c https://code.google.com/p/go/ #Patch Set 3 : diff -r ea5cd2b9ca6c https://code.google.com/p/go/ #MessagesTotal messages: 8
|