From 443d37c586f1f211b0f1fa85724d9aa9f74c1704 Mon Sep 17 00:00:00 2001 From: Oling Cat Date: Sat, 13 Dec 2014 15:08:58 +0800 Subject: [PATCH] godoc/static/analysis: update a link to new home While we're at it, fix some bad tags and wrap one long line. Change-Id: I4808b4645b7d18c4320b0969ab53fb244d6f169d Reviewed-on: https://go-review.googlesource.com/1520 Reviewed-by: Brad Fitzpatrick --- godoc/static/analysis/help.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/godoc/static/analysis/help.html b/godoc/static/analysis/help.html index 61f06651..82409fb4 100644 --- a/godoc/static/analysis/help.html +++ b/godoc/static/analysis/help.html @@ -77,7 +77,8 @@

Clicking on the identifier that defines a named type causes a panel to appear, displaying information about the named type, including - its size and alignment in bytes, its method set, and its + its size and alignment in bytes, its + method set, and its implements relation: the set of types T that are assignable to or from this type U where at least one of T or U is an interface. @@ -251,7 +252,7 @@ All analysis results pertain to exactly one configuration (e.g. amd64 linux). Files that are conditionally compiled based on different platforms or build tags are not visible - to the analysis.
+ to the analysis.
Files that import "C" require preprocessing by the cgo tool. The file offsets after preprocessing @@ -259,7 +260,8 @@ Files are not periodically re-analyzed. If the files change underneath the running server, the displayed - markup is misaligned.
+ markup is misaligned.
- Additional issues are listed at go.tools/godoc/analysis/README.
+ Additional issues are listed at + tools/godoc/analysis/README.