Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e255cd0

Browse files
committed
fix broken link
1 parent c53b3ba commit e255cd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Week1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In week two we will discuss the following topics:
1212
## How to get started
1313
1. Download and install the *LTS* version of NodeJS - https://nodejs.org/en/download/
1414
To test that it was installed and running properly, go to your terminal and run the command: node -v You should get the node version printed on your terminal, for example, v8.9.1
15-
2. Although you are free to make you own choice of text/code editor to use during class and homework, we have good experiences with Microsoft's free VSCode editor, which is supported on Windows, Mac and Linux. Please refer to our [VSCode Tips](./../../../../fundamentals/blob/master/VSCodeTips/README.md) for more information.
15+
2. Although you are free to make you own choice of text/code editor to use during class and homework, we have good experiences with Microsoft's free VSCode editor, which is supported on Windows, Mac and Linux. Please refer to our [VSCode Tips](../VSCodeTips/README.md) for more information.
1616

1717
## Here are resources that we like you to read as a preparation for the coming lecture:
1818

@@ -36,7 +36,7 @@ Only watch the below chapters:
3636
:star: You can also already go through the topics of the upcoming lecture. :star:
3737

3838
- Intro JavaScript (What is it, where can you use it for)
39-
- [Variables (var, let, const)](../../../../fundamentals/blob/master/fundamentals/fundamentals/variables.md)<br>
39+
- [Variables (var, let, const)](./../../../../fundamentals/blob/master/fundamentals/variables.md)<br>
4040
- [Basic Data types (Strings, Numbers, Arrays, Booleans)](./../../../../fundamentals/blob/master/fundamentals/values.md)<br>
4141
- [Operators](./../../../../fundamentals/blob/master/fundamentals/operators.md)<br>
4242
- [Naming conventions](./../../../../fundamentals/blob/master/fundamentals/naming_conventions.md)

0 commit comments

Comments
 (0)