diff options
-rw-r--r-- | download.html.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/download.html.in b/download.html.in index 22bf0a831..30b48903a 100644 --- a/download.html.in +++ b/download.html.in @@ -14,7 +14,7 @@ <p>Remember <em>youtube-dl</em> requires <a href="http://www.python.org/">Python</a> version 2.6, 2.7, or 3.2+ to work except for Windows exe.</p> -<p><a href="@EXE_URL@">Windows exe</a> requires <a href="https://www.microsoft.com/en-US/download/details.aspx?id=5555">Microsoft Visual C++ 2010 Redistributable Package (x86)</a> and does not require Python that is already embedded into the binary.</p> +<p><a href="@EXE_URL@">Windows exe</a> requires <a href="https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x86.exe">Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package (x86)</a> and does not require Python that is already embedded into the binary.</p> <h2><a href="@PROGRAM_URL@">@PROGRAM_VERSION@</a> (<a href="@[email protected]">sig</a>)</h2> |