UPD: Use https link

This commit is contained in:
Alexander Koblov 2021-02-12 19:33:55 +00:00
commit 86ecbe6f79

View file

@ -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:= '/';