Opened 3 years ago
Closed 3 years ago
#3828 closed Bug (Fixed)
SetError() and SetExtended() - broken link to Return in Related
Reported by: | mLipok | Owned by: | Jpm |
---|---|---|---|
Milestone: | 3.3.15.5 | Component: | Documentation |
Version: | 3.3.15.4 | Severity: | None |
Keywords: | Cc: |
Description (last modified by mLipok)
In SetError() and in SetExtended() documentation in "Related section", link to "Return" is broken.
I was trying to figure out how to fix it but I stuck, the only thing what I see is that hh.exe showing URL to:
res://ieframe.dll/dnserrordiagoff.htm#mk:@MSITStore:z:\autoitportable\autoit_3_3_15_4_beta\autoit.chm::/html/functions/keywords/Func.htm
but proper URL is
mk:@MSITStore:z:\autoitportable\autoit_3_3_15_4_beta\autoit.chm::/html/keywords/Func.htm
BAD:
.../html/functions/keywords/Func.htm
GOOD:
.../html/keywords/Func.htm
Attachments (0)
Change History (3)
comment:1 Changed 3 years ago by mLipok
- Description modified (diff)
- Summary changed from SetError - broken link to Return in Related to SetError() and SetExtended() - broken link to Return in Related
comment:2 Changed 3 years ago by Jos
comment:3 Changed 3 years ago by Jpm
- Milestone set to 3.3.15.5
- Owner set to Jpm
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [12577] in version: 3.3.15.5
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Think all it needs is to be changed in SetError.txt to:
.. and the SetExtended.txt the same change.
Jos