Article URL updated.

+ article in url parsing example updated to current version.
+ in addition - static/hash files regenerated
This commit is contained in:
Oleg Butuzov 2018-04-18 09:31:00 +03:00
parent 5829a41f9b
commit ce69c753db
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -1,2 +1,2 @@
2a74211d0a7bc639c874d7be41e816bf168475d8
e8HvuLLUw_
b7a0813e9413bfcc956cc58b850f655dd129ebb7
AL79Lv-9CWo

View File

@ -25,7 +25,7 @@
<tr>
<td class="docs">
<p>URLs provide a <a href="http://adam.heroku.com/past/2010/3/30/urls_are_the_uniform_way_to_locate_resources/">uniform way to locate resources</a>.
<p>URLs provide a <a href="https://adam.herokuapp.com/past/2010/3/30/urls_are_the_uniform_way_to_locate_resources/">uniform way to locate resources</a>.
Here&rsquo;s how to parse URLs in Go.</p>
</td>
@ -40,7 +40,7 @@ Here&rsquo;s how to parse URLs in Go.</p>
</td>
<td class="code leading">
<a href="http://play.golang.org/p/e8HvuLLUw_"><img title="Run code" src="play.png" class="run" /></a>
<a href="http://play.golang.org/p/AL79Lv-9CWo"><img title="Run code" src="play.png" class="run" /></a>
<div class="highlight"><pre><span class="kn">package</span> <span class="nx">main</span>
</pre></div>