From ac0d5abaace6521643b213423bf57625abe9dd41 Mon Sep 17 00:00:00 2001 From: Robby Date: Tue, 12 Mar 2019 15:37:18 +0100 Subject: Update most URLs to use HTTPS and fix some dead links. --- win/CMakeLists.txt | 2 +- win/NSIS.template.in | 2 +- win/README.txt | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'win') diff --git a/win/CMakeLists.txt b/win/CMakeLists.txt index 107102281..be6617b8b 100644 --- a/win/CMakeLists.txt +++ b/win/CMakeLists.txt @@ -104,7 +104,7 @@ if(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake") set(CPACK_NSIS_MUI_ICON "${INSPIRCD_BASE}/win\\\\inspircd.ico") set(CPACK_NSIS_MUI_UNIICON "${INSPIRCD_BASE}/win\\\\inspircd.ico") set(CPACK_NSIS_INSTALLED_ICON_NAME "inspircd.exe") - set(CPACK_NSIS_URL_INFO_ABOUT "http://www.inspircd.org/") + set(CPACK_NSIS_URL_INFO_ABOUT "https://www.inspircd.org") set(CPACK_NSIS_COMPRESSOR "/SOLID zlib") include(CPack) diff --git a/win/NSIS.template.in b/win/NSIS.template.in index 0b74cc98f..2e6abd784 100644 --- a/win/NSIS.template.in +++ b/win/NSIS.template.in @@ -43,7 +43,7 @@ ;--- Component support macros: --- ; The code for the add/remove functionality is from: -; http://nsis.sourceforge.net/Add/Remove_Functionality +; https://nsis.sourceforge.io/Add/Remove_Functionality ; It has been modified slightly and extended to provide ; inter-component dependencies. Var AR_SecFlags diff --git a/win/README.txt b/win/README.txt index f5b2d8c83..437ff7e4f 100644 --- a/win/README.txt +++ b/win/README.txt @@ -1,9 +1,9 @@ Building InspIRCd for Windows: Prerequisites: - Visual Studio 2015 or newer (https://www.visualstudio.com/) - CMake 2.8 or newer (http://www.cmake.org/) - If building the installer, NSIS http://nsis.sourceforge.net/ + Visual Studio 2015 or newer (https://www.visualstudio.com) + CMake 2.8 or newer (https://cmake.org) + If building the installer, NSIS (https://nsis.sourceforge.io) Configuring: First copy any extra modules from extras (such as m_mysql) to the modules directory that you want to build. @@ -53,4 +53,4 @@ Building the installer: Locate the PACKAGE project on Visual Studio's Solution Explorer and build it. This will generate an InspIRCd-x.x.x.exe installer in the build directory which is ready to be distributed. - If you are building using NMake Makefiles or do not want to build the installer in Visual Studio, simply use "cpack". \ No newline at end of file + If you are building using NMake Makefiles or do not want to build the installer in Visual Studio, simply use "cpack". -- cgit v1.2.3