commit | 788d8d9e19237c215393c95e5ed8b0fb87ccd914 | [log] [tgz] |
---|---|---|
author | David Symonds <dsymonds@golang.org> | Mon Aug 24 10:29:26 2015 +1000 |
committer | David Symonds <dsymonds@golang.org> | Mon Aug 24 03:23:39 2015 +0000 |
tree | b6e39130585ac3c6201ed2228b75cb087d6db6cb | |
parent | 66f0418ca41253f8d1a024eb9754e9441a8e79b9 [diff] |
trace: Make links in generated HTML be relative to the current path. This will make it easier to serve /debug/requests off a different path. This is groundwork towards addressing golang/go#12195. Change-Id: If29a4c329609df1d5b09a3a88b8bdf1f8b622e49 Reviewed-on: https://go-review.googlesource.com/13824 Reviewed-by: Dave Day <djd@golang.org>