From ba6bd903032e534ef50ae5fb218733d5da158125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20M=C3=A5rds?= Date: Wed, 6 May 2015 09:27:45 +0200 Subject: [PATCH] Changed link to Rob Pike's doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24a36784..e3545f24 100644 --- a/README.md +++ b/README.md @@ -732,7 +732,7 @@ Go software and plugins. ## Code Analysis -* [doc](http://godoc.org/code.google.com/p/rspace.cmd/doc) - Go documentation tool that produces an alternative doc format. +* [doc](http://godoc.org/robpike.io/cmd/doc) - Go documentation tool that produces an alternative doc format. * [errcheck](https://github.com/kisielk/errcheck) - Errcheck is a program for checking for unchecked errors in Go programs. * [gcvis](https://github.com/davecheney/gcvis) - Visualise Go program GC trace data in real time. * [Go Metalinter](https://github.com/alecthomas/gometalinter) - Metalinter is a tool to automatically apply all static analysis tool and report their output in normalized form.