From fa9c44d831edf4f0208c16547e1195ef026f24db Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Mon, 20 Feb 2012 08:08:30 +1100 Subject: [PATCH] doc/install.html: fix link Fixes #3072. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5684044 --- doc/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.html b/doc/install.html index 04d466b7e5..3ebdd66cd9 100644 --- a/doc/install.html +++ b/doc/install.html @@ -144,7 +144,7 @@ If you see the "hello, world" message then your Go installation is working.

Start by taking A Tour of Go -or reading the Go Tutorial. +or reading the Go Tutorial.

-- 2.50.0