Commit ecbf9084 authored by Jaana Burcu Dogan's avatar Jaana Burcu Dogan

doc: consistently link to the SettingGOPATH page

Change-Id: I4fdd81aa7c9b180cb72ec4af3e7d9d803c99ecac
Reviewed-on: https://go-review.googlesource.com/36033Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 6ad2d6aa
...@@ -222,8 +222,7 @@ and building a simple program, as follows. ...@@ -222,8 +222,7 @@ and building a simple program, as follows.
Create your <a href="code.html#Workspaces">workspace</a> directory, Create your <a href="code.html#Workspaces">workspace</a> directory,
<code class="testUnix">$HOME/go</code><code class="testWindows">%USERPROFILE%\go</code>. <code class="testUnix">$HOME/go</code><code class="testWindows">%USERPROFILE%\go</code>.
(If you'd like to use a different directory, (If you'd like to use a different directory,
you will need to set the <code>GOPATH</code> environment variable; you will need to <a href="https://golang.org/wiki/SettingGOPATH">set the <code>GOPATH</code> environment variable</a>.)
see <a href="code.html#Workspaces">How to Write Go Code</a> for details.)
</p> </p>
<p> <p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment