From: Emil Hessman Date: Tue, 30 Dec 2014 05:45:24 +0000 (+0100) Subject: doc: update links in FAQ X-Git-Tag: go1.5beta1~2498 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f3de21767e1ea12e9ec30fc1e9a1b60dfc6cb440;p=gostls13.git doc: update links in FAQ 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 --- diff --git a/doc/go_faq.html b/doc/go_faq.html index 6b77f1c1ed..bf7d8f3f59 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -228,7 +228,7 @@ document server running in a production configuration on

-Other examples include the Vitess +Other examples include the Vitess system for large-scale SQL installations and Google's download server, dl.google.com, which delivers Chrome binaries and other large installables such as apt-get packages. @@ -260,7 +260,7 @@ Does Go support Google's protocol buffers?

A separate open source project provides the necessary compiler plugin and library. It is available at -code.google.com/p/goprotobuf/ +github.com/golang/protobuf/