From f913f432c622547c3d8dd211e001b0971c2dc1b5 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Fri, 26 Oct 2012 07:28:39 -0700 Subject: [PATCH] url link --- examples/url-parsing/url-parsing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/url-parsing/url-parsing.go b/examples/url-parsing/url-parsing.go index 2b39fba..9b2bd19 100644 --- a/examples/url-parsing/url-parsing.go +++ b/examples/url-parsing/url-parsing.go @@ -1,4 +1,4 @@ -// URLs provide a [uniform format for locating resources](...). +// URLs provide a [uniform way to locating resources](http://adam.heroku.com/past/2010/3/30/urls_are_the_uniform_way_to_locate_resources/). // Here's how to parse URLs in Go. package main