Merge pull request #168 from jordan-woyak/vcredist-link

downloads: Update Visual C++ redistributable link.
This commit is contained in:
OatmealDome
2025-04-24 11:43:58 -04:00
committed by GitHub

View File

@@ -34,7 +34,7 @@
</div>
<div class="alert alert-danger">
<p>{% blocktrans %}The Windows releases <b>require</b> the <a href="https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads">64-bit Visual C++ redistributable for Visual Studio 2022</a> to be installed.{% endblocktrans %}</p>
<p>{% blocktrans %}The Windows releases <b>require</b> the <a href="https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170">64-bit Visual C++ redistributable for Visual Studio 2022</a> to be installed.{% endblocktrans %}</p>
</div>
{% include "downloads-release.html" with builds=releases primclass='btn-info' %}
@@ -57,7 +57,7 @@
</div>
<div class="alert alert-danger">
<p>{% blocktrans %}The Windows development versions <b>require</b> the <a href="https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads">64-bit Visual C++ redistributable for Visual Studio 2022</a> to be installed.{% endblocktrans %}</p>
<p>{% blocktrans %}The Windows development versions <b>require</b> the <a href="https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170">64-bit Visual C++ redistributable for Visual Studio 2022</a> to be installed.{% endblocktrans %}</p>
</div>
{% include "downloads-devrel.html" with builds=master_builds primclass='btn-info' %}