diff --git a/doc/effective_go.html b/doc/effective_go.html index 61de824fcd..89c1d08782 100644 --- a/doc/effective_go.html +++ b/doc/effective_go.html @@ -3588,8 +3588,7 @@ That's left as an exercise for the reader.

Let's finish with a complete Go program, a web server. This one is actually a kind of web re-server. -Google provides a service at -http://chart.apis.google.com +Google provides a service at chart.apis.google.com that does automatic formatting of data into charts and graphs. It's hard to use interactively, though, because you need to put the data into the URL as a query.