From 5802124f5c72b429a07090a597cf6f4bbb5f58f7 Mon Sep 17 00:00:00 2001 From: Sarup Banskota Date: Tue, 3 Dec 2024 20:50:18 -0800 Subject: [PATCH] Update learning-resources.md --- docs/community/learning-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/learning-resources.md b/docs/community/learning-resources.md index 30ea0fe..18da699 100644 --- a/docs/community/learning-resources.md +++ b/docs/community/learning-resources.md @@ -21,7 +21,7 @@ You'll start by strengthening your understanding of fundamental programming conc If you're not new to programming, but want to catch up on the basics of a new language, its official resources are generally a good place to start. We do want to make two recommendations however: -* For Golang, we recommend the [Learn Golang](https://www.boot.dev/courses/learn-golang) module by boot.dev. +* For Golang, we recommend [boot.dev's module](https://www.boot.dev/courses/learn-golang). Our [perks page](https://codecrafters.io/perks) has a deal! * For TypeScript, we recommend [Execute Program](https://www.executeprogram.com/courses/typescript-basics). Our [perks page](https://codecrafters.io/perks) has a deal! * For most other languages, [Exercism](https://exercism.org/) offers a language learning track comprising practice challenges.