We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd19664 + aad3467 commit f4c5775Copy full SHA for f4c5775
README.md
@@ -2,13 +2,13 @@
2
3
The Git for Windows homepage
4
5
-http://git-for-windows.github.io/
+https://gitforwindows.org/
6
7
8
## Developing
9
10
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)
+1. Install [Node.js](https://nodejs.org/) (contains the 'npm' package manager)
12
2. Install Grunt: `npm install -g grunt-cli`
13
3. Install Node.js' dependencies: `cd git-for-windows.github.io && npm install`
14
4. Run `grunt` to generate the files
0 commit comments