mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-05 15:40:23 +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
|
if HelpNode=nil then begin
|
||||||
Result:='';
|
Result:='';
|
||||||
end else begin
|
end else begin
|
||||||
Result:='http://wiki.lazarus.freepascal.org/'+HelpNode.GetFullPath;
|
Result:='https://wiki.lazarus.freepascal.org/'+HelpNode.GetFullPath;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user