Commit 6d3d80b
authored
SECURITY.md: use the new Git for Windows snapshots URL (#5402)
The `SECURITY.md` document mentions Git for Windows' snapshots and
helpfully provides a link.
For almost eight years, Git for Windows' snapshots were hosted [on Azure
Blobs](https://wingit.blob.core.windows.net/files/index.html).
As of a combination of PRs
(git-for-windows/git-for-windows-automation#109,
git-for-windows/gfw-helper-github-app#117),
snapshots are not only now built and deployed via GitHub Actions instead
of Azure Pipelines (and ARM64 artifacts are now included, too), they are
also hosted [on
GitHub](https://github.com/git-for-windows/git-snapshots/releases/),
with the main page being hosted [on GitHub
Pages](https://github.com/git-for-windows/git-snapshots/commits/gh-pages).
Therefore, the original link now redirects to a new location (which is
also a lot easier to remember): http://gitforwindows.org/git-snapshots.
Let's adjust the link to link there directly.
This is a companion PR of
git-for-windows/git-for-windows-automation#111
and of git-for-windows/build-extra#589.1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments