use https

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7196 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2020-07-31 20:07:43 +00:00
parent ee1670ccfb
commit 9a47586141
20 changed files with 48 additions and 48 deletions

View file

@ -43,7 +43,7 @@
\c ; NOTE: This is only able to detect .NET v1.x and v2.x!
\c ;
\c ; Based on GetDotNETVersion
\c ; http://nsis.sourceforge.net/Get_.NET_Version
\c ; https://nsis.sourceforge.io/Get_.NET_Version
\c ;
\c ; Usage:
\c ; Call IsDotNETInstalled
@ -124,4 +124,4 @@ Put the following code in your \R{oninit}{.onInit function}:
\H{morefuncs} More
You can find more useful scripts on \W{http://nsis.sourceforge.net/wiki/}{the NSIS Wiki}, \W{http://forums.winamp.com/forumdisplay.php?s=&forumid=65}{the NSIS forum} and the \W{http://nsis.sourceforge.net/}{NSIS development page}.
You can find more useful scripts on \W{https://nsis.sourceforge.io/wiki/}{the NSIS Wiki}, \W{http://forums.winamp.com/forumdisplay.php?s=&forumid=65}{the NSIS forum} and the \W{https://nsis.sourceforge.io/}{NSIS development page}.