Fix documentation URLs in wxMSW installation instructions

HTTPS URLs are not valid for docs.wxwidgets.org domain, so use HTTP.
This commit is contained in:
Vadim Zeitlin
2018-08-07 12:02:16 +02:00
parent e136f34944
commit 47c2623282

View File

@@ -29,7 +29,7 @@ sources before using it.
If you use CMake, please see If you use CMake, please see
https://docs.wxwidgets.org/trunk/overview_cmake.html http://docs.wxwidgets.org/trunk/overview_cmake.html
for building wxWidgets using it. for building wxWidgets using it.
@@ -499,7 +499,7 @@ Building Applications Using wxWidgets
If you want to use CMake for building your project, please see If you want to use CMake for building your project, please see
https://docs.wxwidgets.org/trunk/overview_cmake.html#cmake_apps http://docs.wxwidgets.org/trunk/overview_cmake.html#cmake_apps
Otherwise follow the instructions below for "manual" setup of your project. Otherwise follow the instructions below for "manual" setup of your project.