Skip to content

Commit 800f3f4

Browse files
committed
fix the link to look better on the page
1 parent 0d0355c commit 800f3f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Week1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The Command Line interface (also known as CLI or shell) is a way to navigate thr
2121

2222
As a beginning programmer it's important to get familiar with it, as it will teach you how computers work: As a tool that you give instructions to. This is not any different from programming for web development; but instead of writing instructions to the computer directly, you write instructions for browsers to execute.
2323

24-
Please install [Git for Windows] (https://gitforwindows.org) which comes with
24+
Please install [Git for Windows](https://gitforwindows.org) which comes with
2525
an application called *Git BASH* which simulates frequently used CLI commands.
2626

2727
For more information, check the following resources and code along:

0 commit comments

Comments
 (0)