Skip to content

Commit 617e457

Browse files
All4Gism-kuhn
authored andcommitted
Fix link to create a pull request and to git download (#4817)
* fixing link to create a pull request * fixing link in git exe Git for Windows 1.x is deprecated, superseded by Git for Windows 2.x.
1 parent 632eca6 commit 617e457

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ successful install, they're not needed anymore.
747747
In order to check out QGIS sources from the repository, you need a git client.
748748
This installer should work fine:
749749

750-
http://msysgit.googlecode.com/files/Git-1.7.4-preview20110204.exe
750+
https://github.com/git-for-windows/git/releases/download/v2.13.2.windows.1/Git-2.13.2-32-bit.exe (32bit) or https://github.com/git-for-windows/git/releases/download/v2.13.2.windows.1/Git-2.13.2-64-bit.exe (64bit)
751751

752752

753753
4.2.6. CMake

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You can get support in the following ways:
7272

7373
QGIS is on GitHub at https://github.com/qgis/QGIS. If you wish to contribute
7474
patches you can [fork the project](https://help.github.com/forking/), make your changes, commit to your
75-
repository, and then [issue a pull request](http://help.github.com/pull-requests/). The development team can then
75+
repository, and then [create a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/). The development team can then
7676
review your contribution and commit it upstream as appropriate.
7777
If you commit a new feature, add [FEATURE] to your commit message AND give a clear description of the new feature. A webhook will automatically create an issue on the QGIS-Documentation repo to tell people to write documentation about it.
7878

doc/INSTALL.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ <H3>4.2.5. git</H3>
10881088
This installer should work fine:
10891089
</P>
10901090
<P>
1091-
<A HREF="http://msysgit.googlecode.com/files/Git-1.7.4-preview20110204.exe">http://msysgit.googlecode.com/files/Git-1.7.4-preview20110204.exe</A>
1091+
<A HREF="https://git-scm.com/download/win">https://git-scm.com/download/win</A>
10921092
</P>
10931093

10941094
<H3>4.2.6. CMake</H3>

doc/msys.t2t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ successful install, they're not needed anymore.
115115
In order to check out QGIS sources from the repository, you need a git client.
116116
This installer should work fine:
117117

118-
http://msysgit.googlecode.com/files/Git-1.7.4-preview20110204.exe
118+
https://git-scm.com/download/win
119119

120120
=== CMake ===
121121

0 commit comments

Comments
 (0)