From f67c94a5770447bd4b4d7bfafc475af5c8fb73d3 Mon Sep 17 00:00:00 2001 From: utcursch Date: Fri, 12 Aug 2022 14:10:03 -0600 Subject: [PATCH] update golang.org link to go.dev --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index b75a228f..f8c1bb79 100644 --- a/Home.md +++ b/Home.md @@ -29,7 +29,7 @@ Please do not ask questions by editing or creating a wiki page. Any such change ## Getting started with Go -- [The Go Tour](http://tour.golang.org) is the best place to start. +- [The Go Tour](https://go.dev/tour/) is the best place to start. - [Effective Go](https://go.dev/doc/effective_go) will help you learn how to write idiomatic Go code. - [Go standard library documentation](https://pkg.go.dev/std) to familiarize yourself with the standard library. - [Use the Go Playground](https://go.dev/play) to test out Go programs in your browser.