From bac9e3a1410895d7d20417c9670c1a0ed38f3c32 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Fri, 26 Oct 2012 07:29:27 -0700 Subject: [PATCH] interfaces link --- examples/interfaces/interfaces.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/interfaces/interfaces.sh b/examples/interfaces/interfaces.sh index d32ff4a..f800e3a 100644 --- a/examples/interfaces/interfaces.sh +++ b/examples/interfaces/interfaces.sh @@ -7,4 +7,4 @@ $ go run interfaces.go 31.41592653589793 # To learn more about Go's interfaces, check out this -# [great blog post](...). +# [great blog post](http://jordanorelli.tumblr.com/post/32665860244/how-to-use-interfaces-in-go).