mirror of
https://github.com/dolphin-emu/www.git
synced 2026-01-31 01:05:23 +01:00
Merge pull request #168 from jordan-woyak/vcredist-link
downloads: Update Visual C++ redistributable link.
This commit is contained in:
@@ -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' %}
|
||||
|
||||
Reference in New Issue
Block a user