Skip to content

Commit a345a86

Browse files
committed
Fixed html index path.
1 parent 87f8f77 commit a345a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/PythonVersions.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function TPythonVersion.GetHelpFile: string;
180180
Result := IncludeTrailingPathDelimiter(InstallPath) + 'Doc\' + SR.Name
181181
else if Result = '' then
182182
begin
183-
HtmlIndex := IncludeTrailingPathDelimiter(InstallPath) + 'Doc\index.html';
183+
HtmlIndex := IncludeTrailingPathDelimiter(InstallPath) + 'Doc\html\index.html';
184184
if FileExists(HtmlIndex) then
185185
Result := HtmlIndex;
186186
end;

0 commit comments

Comments
 (0)