From e48d69a1f8f29a5f4041aee84fde3048d7a234dd Mon Sep 17 00:00:00 2001 From: Zazucki <15333796+Zazucki@users.noreply.github.com> Date: Sat, 12 Mar 2022 16:08:16 -0800 Subject: [PATCH] Update link to Harvard CS50 and fix book author name (#5680) --- getting_started/introduction/learning_new_features.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting_started/introduction/learning_new_features.rst b/getting_started/introduction/learning_new_features.rst index 50e61beef..41ab241cb 100644 --- a/getting_started/introduction/learning_new_features.rst +++ b/getting_started/introduction/learning_new_features.rst @@ -67,14 +67,14 @@ beyond the scope of Godot's documentation. If you're new to programming, we recommend two excellent free resources to get you started: 1. Harvard university offers a free courseware to learn to program, `CS50 - `_. It will teach you programming + `_. It will teach you programming fundamentals, how code works, and how to think like a programmer. These skills are essential to become a game developer and learn any game engine efficiently. You can see this course as an investment that will save you time and trouble when you learn to create games. 2. If you prefer books, check out the free ebook `Automate The Boring Stuff With - Python `_ by Al Sweigart's. + Python `_ by Al Sweigart. Learning with the community ---------------------------