Skip to content

Commit 83dc181

Browse files
authored
Update part4b.md
Fixed link in "A true full stack developer's oath" to part0's information on getting help!
1 parent faa657f commit 83dc181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/4/en/part4b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ Full stack development is <i> extremely hard</i>, that is why I will use all the
10061006
- <i>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</i>
10071007
- 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 was still working
10081008
- <i>If a test does not pass, I make sure that the tested functionality for sure works in the application</i>
1009-
- When I ask for help in the course Discord or Telegram channel or elsewhere I formulate my questions properly, see [here](https://fullstackopen.com/en/part0/general_info#how-to-ask-help-in-discord-telegam) how to ask for help
1009+
- When I ask for help in the course Discord or Telegram channel or elsewhere I formulate my questions properly, see [here](https://fullstackopen.com/en/part0/general_info#how-to-get-help-in-discord-telegram) how to ask for help
10101010
10111011
</div>
10121012

0 commit comments

Comments
 (0)