From: Ian Lance Taylor Date: Tue, 16 Feb 2021 18:16:06 +0000 (-0800) Subject: README: pull gopher image from website X-Git-Tag: go1.17beta1~1541 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=6f3da9d2f6b4f7dbbe5d15260d87ed2a84488fde;p=gostls13.git README: pull gopher image from website Fixes breakage accidentally introduced by https://golang.org/cl/291711. Fixes #44295 Change-Id: I76f3e5577d1d24027d4ed2a725b5b749ab2d059c Reviewed-on: https://go-review.googlesource.com/c/go/+/292629 Trust: Ian Lance Taylor Run-TryBot: Ian Lance Taylor Reviewed-by: Brad Fitzpatrick --- 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.