From d67810e6e4ff1c7bcde714ff7267f9f0006e06eb Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Mon, 9 Dec 2013 11:58:28 +1100 Subject: go.blog: fix image in stathat article Fixes golang/go#6904. R=minux.ma, rsc CC=golang-dev https://golang.org/cl/39210043 --- content/building-stathat-with-go.article | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3