We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f8f77 commit a345a86Copy full SHA for a345a86
Source/PythonVersions.pas
@@ -180,7 +180,7 @@ function TPythonVersion.GetHelpFile: string;
180
Result := IncludeTrailingPathDelimiter(InstallPath) + 'Doc\' + SR.Name
181
else if Result = '' then
182
begin
183
- HtmlIndex := IncludeTrailingPathDelimiter(InstallPath) + 'Doc\index.html';
+ HtmlIndex := IncludeTrailingPathDelimiter(InstallPath) + 'Doc\html\index.html';
184
if FileExists(HtmlIndex) then
185
Result := HtmlIndex;
186
end;
0 commit comments