Skip to content

Commit

Permalink
http2/h2demo: update gopher image URL
Browse files Browse the repository at this point in the history
The URL of the go-programming-language-turns-two_gophers.jpg image
has changed to https://blog.golang.org/2years/2years-gophers.jpg
in CL 223599. Update it here accordingly.

Fixes golang/go#37976

Change-Id: I43d5ee79e0049700bf91a266f0e23b48b3ce53f9
Reviewed-on: https://go-review.googlesource.com/c/net/+/224578
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
  • Loading branch information
dmitshur committed Mar 20, 2020
1 parent 1c781a1 commit 118fecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http2/h2demo/h2demo.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ func newPushHandler() http.Handler {
}

func newGopherTilesHandler() http.Handler {
const gopherURL = "https://blog.golang.org/go-programming-language-turns-two_gophers.jpg"
const gopherURL = "https://blog.golang.org/2years/2years-gophers.jpg"
res, err := http.Get(gopherURL)
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit 118fecf

Please sign in to comment.