diff --git a/examples/url-parsing/url-parsing.go b/examples/url-parsing/url-parsing.go index d4d203b..a70e71f 100644 --- a/examples/url-parsing/url-parsing.go +++ b/examples/url-parsing/url-parsing.go @@ -1,4 +1,4 @@ -// URLs provide a [uniform way to locate resources](http://adam.heroku.com/past/2010/3/30/urls_are_the_uniform_way_to_locate_resources/). +// URLs provide a [uniform way to locate resources](https://adam.herokuapp.com/past/2010/3/30/urls_are_the_uniform_way_to_locate_resources/). // Here's how to parse URLs in Go. package main diff --git a/examples/url-parsing/url-parsing.hash b/examples/url-parsing/url-parsing.hash index a7fb972..019a1a6 100644 --- a/examples/url-parsing/url-parsing.hash +++ b/examples/url-parsing/url-parsing.hash @@ -1,2 +1,2 @@ -2a74211d0a7bc639c874d7be41e816bf168475d8 -e8HvuLLUw_ +b7a0813e9413bfcc956cc58b850f655dd129ebb7 +AL79Lv-9CWo diff --git a/public/url-parsing b/public/url-parsing index 9b3f974..31321f9 100644 --- a/public/url-parsing +++ b/public/url-parsing @@ -25,7 +25,7 @@
URLs provide a uniform way to locate resources. +
URLs provide a uniform way to locate resources. Here’s how to parse URLs in Go.
package main