mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-22 20:19:09 +02:00
Merge branch 'IDE/Help/WikiHttps' into 'main'
IDE/Help: Use HTTPS to open context help on the wiki in IDE windows See merge request freepascal.org/lazarus/lazarus!513
This commit is contained in:
commit
3321cf395e
@ -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