From c5fad075d3a42cac74b7f128ff3f25c53abb8fe2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 18 Mar 2016 22:17:16 +0100 Subject: [PATCH] Replace SourceForge download link with a GitHub one And remove ftp.wxwidgets.org which is not used any longer. --- docs/msw/install.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/msw/install.txt b/docs/msw/install.txt index 15ca58e318..ecf621b567 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -18,11 +18,7 @@ Installation If you are using one of the supported compilers, you can download the pre-built in binaries from - https://sourceforge.net/projects/wxwindows/files/3.0.0/binaries/ - -or - - ftp://ftp.wxwidgets.org/pub/3.0.0/binaries/ + https://github.com/wxWidgets/wxWidgets/releases/v3.1.1 In this case, just uncompress the binaries archive under any directory and skip to "Building Applications Using wxWidgets" part.