From c6fac9c541ad82cff19daa8b87456ece500bd1a7 Mon Sep 17 00:00:00 2001 From: Daniel Scharrer Date: Sat, 14 Mar 2020 18:41:43 +0100 Subject: [PATCH] README: Use HTTPS for jrsoftware.org --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f614c68..85ee452 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # innoextract - A tool to unpack installers created by Inno Setup -[Inno Setup](http://jrsoftware.org/isinfo.php) is a tool to create installers for Microsoft Windows applications. innoextract allows to extract such installers under non-Windows systems without running the actual installer using wine. innoextract currently supports installers created by Inno Setup 1.2.10 to 5.6.0. +[Inno Setup](https://jrsoftware.org/isinfo.php) is a tool to create installers for Microsoft Windows applications. innoextract allows to extract such installers under non-Windows systems without running the actual installer using wine. innoextract currently supports installers created by Inno Setup 1.2.10 to 5.6.0. In addition to standard Inno Setup installers, innoextract also supports some modified Inno Setup variants including Martijn Laan's My Inno Setup Extensions 3.0.6.1 as well as GOG.com's Inno Setup-based game installers. @@ -121,4 +121,4 @@ Extracting Windows installer executables created by programs other than Inno Set ## Disclaimer -This project is in no way associated with Inno Setup or [jrsoftware.org](http://jrsoftware.org/). +This project is in no way associated with Inno Setup or [jrsoftware.org](https://jrsoftware.org/).