mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 18:20:30 +02:00
IDE/Help: Use HTTPS to open context help on the wiki in IDE windows
This commit is contained in:
parent
6d1f73ab53
commit
c7a9b262b7
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user