]> Cypherpunks repositories - gostls13.git/commit
Fix redirection if the page is in a subdirectory.
authorRob Pike <r@golang.org>
Mon, 1 Feb 2010 06:17:25 +0000 (17:17 +1100)
committerRob Pike <r@golang.org>
Mon, 1 Feb 2010 06:17:25 +0000 (17:17 +1100)
commit20195bbe6170f604d4067db1297774e45cda905e
tree5c3803f78d704e987fafa57a2f7e7334b86a8b2d
parent44db1ab526ee5be5c876501396b0bf494073eee6
Fix redirection if the page is in a subdirectory.
Fixes buggy links in the devel subdirectory.
Code from rsc; tested by me.

R=rsc, gri
CC=golang-dev
https://golang.org/cl/197041
src/cmd/godoc/godoc.go