Update golang.org links to point directly to go.dev

The golang.org links have been redirecting to go.dev for a while - make
direct links.
This commit is contained in:
Eli Bendersky 2022-05-24 20:17:37 -07:00
parent 5f2ab6c8a2
commit 52fd882fcf

@ -9,11 +9,11 @@
<div id="intro">
<h2><a href="./">Go by Example</a></h2>
<p>
<a href="http://golang.org">Go</a> is an
<a href="http://go.dev">Go</a> is an
open source programming language designed for
building simple, fast, and reliable software.
Please read the official
<a href="https://golang.org/doc/tutorial/getting-started">documentation</a>
<a href="https://go.dev/doc/tutorial/getting-started">documentation</a>
to learn a bit about Go code, tools packages,
and modules.
</p>