IDE/Help: Use HTTPS to open context help on the wiki in IDE windows

This commit is contained in:
n7800 2025-06-27 18:04:10 +05:00 committed by Maxim Ganetsky
parent 6d1f73ab53
commit c7a9b262b7

View File

@ -497,7 +497,7 @@ begin
if HelpNode=nil then begin
Result:='';
end else begin
Result:='http://wiki.lazarus.freepascal.org/'+HelpNode.GetFullPath;
Result:='https://wiki.lazarus.freepascal.org/'+HelpNode.GetFullPath;
end;
end;