Skip to content

Commit f4c5775

Browse files
authored
Merge pull request #16 from coliff/patch-2
https link to gitforwindows.org and nodejs.org
2 parents fd19664 + aad3467 commit f4c5775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
The Git for Windows homepage
44

5-
http://git-for-windows.github.io/
5+
https://gitforwindows.org/
66

77

88
## Developing
99

1010
0. `git clone https://github.com/git-for-windows/git-for-windows.github.io.git` (this repo)
11-
1. Install [Node.js](http://nodejs.org/) (contains the 'npm' package manager)
11+
1. Install [Node.js](https://nodejs.org/) (contains the 'npm' package manager)
1212
2. Install Grunt: `npm install -g grunt-cli`
1313
3. Install Node.js' dependencies: `cd git-for-windows.github.io && npm install`
1414
4. Run `grunt` to generate the files

0 commit comments

Comments
 (0)