Browse code

CONTRIBUTING.md: update links to golang docs and blog

- docs moved to https://go.dev/doc/
- blog moved to https://go.dev/blog/

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2023/08/25 17:28:05
Showing 1 changed files
... ...
@@ -422,6 +422,6 @@ The rules:
422 422
     guidelines. Since you've read all the rules, you now know that.
423 423
 
424 424
 If you are having trouble getting into the mood of idiomatic Go, we recommend
425
-reading through [Effective Go](https://golang.org/doc/effective_go.html). The
426
-[Go Blog](https://blog.golang.org) is also a great resource. Drinking the
425
+reading through [Effective Go](https://go.dev/doc/effective_go). The
426
+[Go Blog](https://go.dev/blog/) is also a great resource. Drinking the
427 427
 kool-aid is a lot easier than going thirsty.