diff --git a/LearnErrorHandling.md b/LearnErrorHandling.md index a72f62fc..d0fa6f67 100644 --- a/LearnErrorHandling.md +++ b/LearnErrorHandling.md @@ -3,7 +3,7 @@ This page links to resources about error handling in Go. ## Getting Started - Read [Effective Go: Errors](https://golang.org/doc/effective_go.html#errors) -- Code [A Tour of Go: Errors](http://tour.golang.org/methods/8) and do the [exercise](http://tour.golang.org/methods/9) +- Code [A Tour of Go: Errors](http://tour.golang.org/methods/19) and do the [exercise](http://tour.golang.org/methods/20) - Study [The Go Programming Language Specification: Errors](http://golang.org/ref/spec#Errors) - Study [Package errors](http://golang.org/pkg/errors/) - Study [func fmt.Errorf](https://golang.org/pkg/fmt/#Errorf)