This is more user-friendly than GitHub links with their tons of files.

Also use the recently added #vX.Y.Z_msw anchor to link directly to MSW
binaries downloads from the corresponding file.

Closes https://github.com/wxWidgets/wxWidgets/pull/1820
This commit is contained in:
Vadim Zeitlin
2020-04-24 00:36:04 +02:00
parent dc34600c0c
commit c385676610
4 changed files with 9 additions and 6 deletions

View File

@@ -111,13 +111,12 @@ configurations but at least 1GB and possibly more is required.
@section page_introduction_where Where to get wxWidgets and support for it @section page_introduction_where Where to get wxWidgets and support for it
The download links can be found at https://www.wxwidgets.org. The primary The download links can be found at https://www.wxwidgets.org/downloads/.
download location is https://github.com/wxWidgets/wxWidgets/releases/latest.
Additionally, the latest version can always be retrieved from our version Additionally, the latest version can always be retrieved from our version
control system using Git (https://github.com/wxWidgets/wxWidgets). control system using Git (https://github.com/wxWidgets/wxWidgets).
wxWidgets documentation that you are reading is also available online at The latest version of wxWidgets documentation that you are reading is available
https://docs.wxwidgets.org/trunk/ and please also visit our wiki at online at https://docs.wxwidgets.org/trunk/ and please also see
https://wiki.wxwidgets.org/ for user-contributed contents. https://wiki.wxwidgets.org/ for user-contributed contents.
And if you have any questions, you can join wxWidgets community using And if you have any questions, you can join wxWidgets community using

View File

@@ -30,7 +30,7 @@ e.g. for 32-bit MSVS 2017 development you need
All binaries are available at: All binaries are available at:
https://github.com/wxWidgets/wxWidgets/releases/v3.1.3 https://www.wxwidgets.org/downloads#v3.1.3_msw
Once you have the files you need, unzip all of them into the same directory, for Once you have the files you need, unzip all of them into the same directory, for
example `c:\wx\3.1.3`. You should have only include and lib subdirectories under example `c:\wx\3.1.3`. You should have only include and lib subdirectories under

View File

@@ -5,7 +5,7 @@ cross-platform applications in C++.
wxWidgets 3.1.3 is the latest release in the 3.1 development wxWidgets 3.1.3 is the latest release in the 3.1 development
branch and is now available at branch and is now available at
https://github.com/wxWidgets/wxWidgets/releases/tag/v3.1.3 https://www.wxwidgets.org/downloads/
Compared to the stable 3.0.x series, this version brings many Compared to the stable 3.0.x series, this version brings many
improvements and even more bug fixes, please see the change log improvements and even more bug fixes, please see the change log

View File

@@ -21,6 +21,10 @@ Documentation is available online at:
wxWidgets sources and binaries for the selected platforms are available for wxWidgets sources and binaries for the selected platforms are available for
download from: download from:
* https://www.wxwidgets.org/downloads/
or, for a more more permanent but less convenient to use link, from
* https://github.com/wxWidgets/wxWidgets/releases/tag/v3.1.4/ * https://github.com/wxWidgets/wxWidgets/releases/tag/v3.1.4/