mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Use https link
This commit is contained in:
parent
426323a400
commit
86ecbe6f79
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ begin
|
|||
if mbDirectoryExists(gpExePath + 'doc' + PathDelim + gHelpLang) then
|
||||
HTMLHelpDatabase.BaseURL:= 'file://' + gpExePath + 'doc' + PathDelim + gHelpLang
|
||||
else begin
|
||||
HTMLHelpDatabase.BaseURL:= 'http://doublecmd.github.io/doc/' + gHelpLang;
|
||||
HTMLHelpDatabase.BaseURL:= 'https://doublecmd.github.io/doc/' + gHelpLang;
|
||||
end;
|
||||
|
||||
HTMLHelpDatabase.KeywordPrefix:= '/';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue