Skip to content

Commit 6da359e

Browse files
authored
Merge pull request #589 from dscho/adjust-snapshots-url
ReleaseNotes/prerelease: use the new Git for Windows snapshots URL
2 parents e56096b + 84bae19 commit 6da359e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ See [http://git-scm.com/](http://git-scm.com/) for further details about Git inc
3030
3131
Alternatively, you can disable Mandatory ASLR completely in Windows Exploit protection.
3232

33-
Should you encounter other problems, please first search [the bug tracker](https://github.com/git-for-windows/git/issues) (also look at the closed issues) and [the mailing list](http://groups.google.com/group/git-for-windows), chances are that the problem was reported already. Also make sure that you use an up to date Git for Windows version (or a [current snapshot build](https://wingit.blob.core.windows.net/files/index.html)). If it has not been reported yet, please follow [our bug reporting guidelines](https://github.com/git-for-windows/git/wiki/Issue-reporting-guidelines) and [report the bug](https://github.com/git-for-windows/git/issues/new).
33+
Should you encounter other problems, please first search [the bug tracker](https://github.com/git-for-windows/git/issues) (also look at the closed issues) and [the mailing list](http://groups.google.com/group/git-for-windows), chances are that the problem was reported already. Also make sure that you use an up to date Git for Windows version (or a [current snapshot build](https://gitforwindows.org/git-snapshots/)). If it has not been reported yet, please follow [our bug reporting guidelines](https://github.com/git-for-windows/git/wiki/Issue-reporting-guidelines) and [report the bug](https://github.com/git-for-windows/git/issues/new).
3434

3535
## Licenses
3636
Git is licensed under the GNU General Public License version 2.

please.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2953,7 +2953,7 @@ render_release_notes_and_mail () { # <output-directory> <next-version> [<sha-256
29532953
url=https://gitforwindows.org/
29542954
case "$display_version" in
29552955
prerelease-*)
2956-
url=https://wingit.blob.core.windows.net/files/index.html
2956+
url=https://gitforwindows.org/git-snapshots/
29572957
;;
29582958
*-rc*)
29592959
url=https://github.com/git-for-windows/git/releases/tag/$2

0 commit comments

Comments
 (0)