summaryrefslogtreecommitdiff
path: root/src/cmd/go
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2014-07-16 20:48:57 +1000
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2014-07-16 20:48:57 +1000
commitcc88e0fd82304c16a4750c2633c9f5fbdff0d0ae (patch)
tree9da56e292a71f2c3e0b3e9c5b987ffcb6debb5ba /src/cmd/go
parentbf4c887b9dd71d6f73b31ca531e7367fc64037e0 (diff)
downloadgo-cc88e0fd82304c16a4750c2633c9f5fbdff0d0ae.tar.gz
cmd/go/doc: Fix example domain
code.org exists LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/95500043 Committer: Dave Cheney <dave@cheney.net>
Diffstat (limited to 'src/cmd/go')
-rw-r--r--src/cmd/go/doc.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/go/doc.go b/src/cmd/go/doc.go
index c85d1c323..4778048b5 100644
--- a/src/cmd/go/doc.go
+++ b/src/cmd/go/doc.go
@@ -750,10 +750,10 @@ will result in the following request(s):
If that page contains the meta tag
- <meta name="go-import" content="example.org git https://code.org/r/p/exproj">
+ <meta name="go-import" content="example.org git https://code.example/r/p/exproj">
the go tool will verify that https://example.org/?go-get=1 contains the
-same meta tag and then git clone https://code.org/r/p/exproj into
+same meta tag and then git clone https://code.example/r/p/exproj into
GOPATH/src/example.org.
New downloaded packages are written to the first directory