diff options
author | Andrew Gerrand <adg@golang.org> | 2013-12-09 11:58:28 +1100 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2013-12-09 11:58:28 +1100 |
commit | d67810e6e4ff1c7bcde714ff7267f9f0006e06eb (patch) | |
tree | 838bdce70402459315ae26e8705d13ed921168ed | |
parent | 1ba2842eacf74866ffe6f4b11488433d37648ca5 (diff) |
go.blog: fix image in stathat article
Fixes golang/go#6904.
R=minux.ma, rsc
CC=golang-dev
https://golang.org/cl/39210043
-rw-r--r-- | content/building-stathat-with-go.article | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/content/building-stathat-with-go.article b/content/building-stathat-with-go.article index fe273cd..e9d0d25 100644 --- a/content/building-stathat-with-go.article +++ b/content/building-stathat-with-go.article @@ -14,10 +14,7 @@ You send your numbers to StatHat; it generates beautiful, fully-embeddable graph Here's an example of a StatHat graph of the temperature in NYC, Chicago, and San Francisco: -[[http://3.bp.blogspot.com/-tjeZA4l2b9k/Tuld_bk2MWI/AAAAAAAAAEs/gXHOPRUutuA/s1600/weather.png][.image building-stathat-with-go_weather.png -]] - -(click to enlarge) +.image building-stathat-with-go_weather.png * Architecture Overview |