aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2021-02-16 10:16:06 -0800
committerDmitri Shuralyov <dmitshur@golang.org>2021-02-25 21:27:25 +0000
commit0b8c416688d3742608bc4d486fc80c17e39f4d0c (patch)
tree481b947ee0f2cb6c8136e7ca7de7352ee51e7e9b /README.md
parent1a7e9af1536280fc90a9adea9c3ae5b4be968898 (diff)
downloadgo-0b8c416688d3742608bc4d486fc80c17e39f4d0c.tar.gz
go-0b8c416688d3742608bc4d486fc80c17e39f4d0c.zip
[release-branch.go1.16] README: pull gopher image from website
Fixes breakage accidentally introduced by https://golang.org/cl/291711. Fixes #44402. Updates #44295. Change-Id: I76f3e5577d1d24027d4ed2a725b5b749ab2d059c Reviewed-on: https://go-review.googlesource.com/c/go/+/292629 Trust: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> (cherry picked from commit 6f3da9d2f6b4f7dbbe5d15260d87ed2a84488fde) Reviewed-on: https://go-review.googlesource.com/c/go/+/293843 TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4ca3956de8..837734b6e5 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
Go is an open source programming language that makes it easy to build simple,
reliable, and efficient software.
-![Gopher image](doc/gopher/fiveyears.jpg)
+![Gopher image](https://golang.org/doc/gopher/fiveyears.jpg)
*Gopher image by [Renee French][rf], licensed under [Creative Commons 3.0 Attributions license][cc3-by].*
Our canonical Git repository is located at https://go.googlesource.com/go.