From 972f364550cd4f180ae5d0af727b36c5d579d239 Mon Sep 17 00:00:00 2001
From: Lloyd Dewolf
Date: Wed, 25 Feb 2015 10:57:45 -0800
Subject: [PATCH] doc/install-source.html: fix cd command, already in go dir.
Change-Id: I42929abe5cefd84a1daf4f36ee1806c490ce16ec
Reviewed-on: https://go-review.googlesource.com/5960
Reviewed-by: Minux Ma
---
doc/install-source.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/install-source.html b/doc/install-source.html
index c924caa30d..ea17c8306c 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -144,7 +144,7 @@ To build the Go distribution, run
-$ cd go/src
+$ cd src
$ ./all.bash
--
2.48.1