From a41e0aedf18b013a7ee9f8161abf2b7f2da10b04 Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Thu, 19 Jun 2014 14:35:36 -0500 Subject: [PATCH] README.md: fix outdated Google Code download links The Google Code site no longer has downloads. So instead, let's link to the GitHub releases page, which has the downloads now. Signed-off-by: Curtis Rueden --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30efeafb..00db230a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is the build environment -- also known as msysGit -- for [Git for Windows](http://msysgit.github.io/). -The easiest way is to install it via the [net installer](http://code.google.com/p/msysgit/downloads/list?q=netinstall). This installer will clone our [two](http://github.com/msysgit/msysgit) [repositories](http://github.com/msysgit/git), including all the necessary components to build Git for Windows, and perform an initial build. +The easiest way is to install it via the [net installer](https://github.com/msysgit/msysgit/releases). This installer will clone our [two](http://github.com/msysgit/msysgit) [repositories](http://github.com/msysgit/git), including all the necessary components to build Git for Windows, and perform an initial build. # The build environment @@ -19,9 +19,9 @@ msysGit brings a few components that are required to build Git: # The relationship between _msysGit_ and _Git for Windows_ -[Git for Windows](http://code.google.com/p/msysgit/downloads/list?q=full+installer+for+official+git) is the software package that installs a minimal environment to run Git on Windows. It comes with a Bash (a Unix-type shell), with a Perl interpreter and with the Git executable and its dependencies. +[Git for Windows](https://github.com/msysgit/msysgit/releases) is the software package that installs a minimal environment to run Git on Windows. It comes with a Bash (a Unix-type shell), with a Perl interpreter and with the Git executable and its dependencies. -On the other hand, msysGit is the software package installing the _build environment_ that can build Git for Windows. The easiest way is to install it via the [net installer](http://code.google.com/p/msysgit/downloads/list?q=netinstall). +On the other hand, msysGit is the software package installing the _build environment_ that can build Git for Windows. The easiest way is to install it via the [net installer](https://github.com/msysgit/msysgit/releases). # The difference between MSys and MinGW -- 2.11.4.GIT