add godoc.org links to headings Change-Id: Ic7560e9c866b315dc771380b51c97a85429796e3
diff --git a/README.md b/README.md index befcde4..09a5076 100644 --- a/README.md +++ b/README.md
@@ -5,7 +5,7 @@ ## The examples -### [hello](hello/) and [stringutil](stringutil/) +### [hello](hello/) ([godoc](//godoc.org/github.com/golang/example/hello)) and [stringutil](stringutil/) ([godoc](//godoc.org/github.com/golang/example/stringutil)) go get github.com/golang/example/hello @@ -23,7 +23,7 @@ * Conversion between string and []rune * Table-driven unit tests ([testing](//golang.org/pkg/testing/)) -### [outyet](outyet/) +### [outyet](outyet/) ([godoc](//godoc.org/github.com/golang/example/outyet)) go get github.com/golang/example/outyet