]> Cypherpunks repositories - gostls13.git/commitdiff
doc: update links in FAQ
authorEmil Hessman <emil@hessman.se>
Tue, 30 Dec 2014 05:45:24 +0000 (06:45 +0100)
committerAndrew Gerrand <adg@golang.org>
Tue, 30 Dec 2014 05:52:03 +0000 (05:52 +0000)
Vitess and protobuf has moved to GitHub; update the links.

Change-Id: I2d90bde1a7f2b590c8b7b08ce73d6faa13b51da0
Reviewed-on: https://go-review.googlesource.com/2166
Reviewed-by: Andrew Gerrand <adg@golang.org>
doc/go_faq.html

index 6b77f1c1ede3dae3d1415de9c4b304859b4d9bd6..bf7d8f3f5922e1d89857f5c670e98642be5880d6 100644 (file)
@@ -228,7 +228,7 @@ document server running in a production configuration on
 </p>
 
 <p>
-Other examples include the <a href="//code.google.com/p/vitess/">Vitess</a>
+Other examples include the <a href="//github.com/youtube/vitess/">Vitess</a>
 system for large-scale SQL installations and Google's download server, <code>dl.google.com</code>,
 which delivers Chrome binaries and other large installables such as <code>apt-get</code>
 packages.
@@ -260,7 +260,7 @@ Does Go support Google's protocol buffers?</h3>
 <p>
 A separate open source project provides the necessary compiler plugin and library.
 It is available at
-<a href="//code.google.com/p/goprotobuf/">code.google.com/p/goprotobuf/</a>
+<a href="//github.com/golang/protobuf">github.com/golang/protobuf/</a>
 </p>