From f3de21767e1ea12e9ec30fc1e9a1b60dfc6cb440 Mon Sep 17 00:00:00 2001 From: Emil Hessman Date: Tue, 30 Dec 2014 06:45:24 +0100 Subject: [PATCH] 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 --- doc/go_faq.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/

-- 2.50.0