From 47c2623282613abd15a1c953ffbe796ab6a3f95d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 7 Aug 2018 12:02:16 +0200 Subject: [PATCH] Fix documentation URLs in wxMSW installation instructions HTTPS URLs are not valid for docs.wxwidgets.org domain, so use HTTP. --- docs/msw/install.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/msw/install.txt b/docs/msw/install.txt index edc62025ae..2d515e7788 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -29,7 +29,7 @@ sources before using it. 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. @@ -499,7 +499,7 @@ Building Applications Using wxWidgets 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.