]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go/doc: Fix example domain
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Wed, 16 Jul 2014 10:48:57 +0000 (20:48 +1000)
committerDave Cheney <dave@cheney.net>
Wed, 16 Jul 2014 10:48:57 +0000 (20:48 +1000)
code.org exists

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/95500043

src/cmd/go/doc.go

index c85d1c3232ad0837b83419160c9bf270ef646510..4778048b52c571e4977c4824e8733173b94e0e72 100644 (file)
@@ -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