Skip to content

Commit fd4b5ce

Browse files
smessmerclaude
andauthored
Update Visual C++ Redistributable download link (#182)
* Fix broken Visual C++ Redistributable download link The old support.microsoft.com URL returns a 404. Update to the current learn.microsoft.com page for latest supported VC++ redistributable downloads. https://claude.ai/code/session_01V88gBxX3vnwRRzrfuQtVqi * Fix VS Redistributable link to point directly to x64 download Instead of linking to Microsoft's documentation page where users have to find the right download, link directly to the x64 VC++ Redistributable installer via Microsoft's aka.ms permalink for VS 2022. https://claude.ai/code/session_01V88gBxX3vnwRRzrfuQtVqi * Link to VS downloads page section instead of direct download Point users to the Visual Studio downloads page anchored to the VC++ Redistributable section, which has a clear download button. This is better than a direct .exe download (confusing) or a docs page (requires users to find the right link). https://claude.ai/code/session_01V88gBxX3vnwRRzrfuQtVqi * Use better anchor for VC++ Redistributable download page Link to #microsoft-visual-c-v14-redistributable which points directly to the redistributable section rather than the broader Visual Studio downloads page. https://claude.ai/code/session_01V88gBxX3vnwRRzrfuQtVqi --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 03107f4 commit fd4b5ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/components/modals/Download.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ const tabs = (): TabDefinition[] => [
156156
<a href="https://github.com/dokan-dev/dokany/releases">DokanY</a> (version 2.2.0 or later)
157157
</li>
158158
<li>
159-
<a href="https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads">Microsoft Visual C++ Redistributable for Visual Studio 2022</a>
159+
<a href="https://visualstudio.microsoft.com/downloads/#microsoft-visual-c-v14-redistributable">Microsoft Visual C++ Redistributable for Visual Studio 2022</a>
160160
</li>
161161
</ul>
162162
</>

0 commit comments

Comments
 (0)