From 35c6e68a1a5ffc3e3afef71586710e9b0515582d Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Fri, 8 Jul 2016 18:09:44 -0400 Subject: [PATCH] cmd/guru: update link to documentation Change-Id: Ia50c7878b0ba3c6576acf56b033beda122812c76 Reviewed-on: https://go-review.googlesource.com/24835 Reviewed-by: Alan Donovan --- cmd/guru/main.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cmd/guru/main.go b/cmd/guru/main.go index 8d55adf1f2..761828a090 100644 --- a/cmd/guru/main.go +++ b/cmd/guru/main.go @@ -4,8 +4,7 @@ // guru: a tool for answering questions about Go source code. // -// http://golang.org/s/oracle-design -// http://golang.org/s/oracle-user-manual +// http://golang.org/s/using-guru // // Run with -help flag or help subcommand for usage information. // @@ -88,7 +87,7 @@ The -scope flag restricts analysis to the specified packages. encoding/...,-encoding/xml matches all encoding packages except encoding/xml. -User manual: http://golang.org/s/oracle-user-manual +User manual: http://golang.org/s/using-guru Example: describe syntax at offset 530 in this file (an import spec):