diff --git a/src/content/4/en/part4b.md b/src/content/4/en/part4b.md index 6da9ce905dc..798f4d8a83d 100644 --- a/src/content/4/en/part4b.md +++ b/src/content/4/en/part4b.md @@ -930,7 +930,7 @@ Full stack development is extremely hard, that is why I will use all the - I will write lots of _console.log_ statements to make sure I understand how the code and the tests behave and to help pinpoint problems - If my code does not work, I will not write more code. Instead, I start deleting the code until it works or just return to a state when everything is still working - If a test does not pass, I make sure that the tested functionality for sure works in the application -- When I ask for help in the course Discord channel or elsewhere I formulate my questions properly, see [here](/en/part0/general_info#how-to-get-help-in-discord) how to ask for help +- When I ask for help in the course Discord channel or elsewhere I formulate my questions properly, see [how to ask for help](/en/part0/general_info#how-to-get-help-in-discord)