Modify ↓
#3828 closed Bug (Fixed)
SetError() and SetExtended() - broken link to Return in Related
| Reported by: | mLipok | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.15.5 | Component: | Documentation |
| Version: | 3.3.15.4 | Severity: | None |
| Keywords: | Cc: |
Description (last modified by )
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 by , on Jun 21, 2021 at 6:22:16 PM
| Description: | modified (diff) |
|---|---|
| Summary: | SetError - broken link to Return in Related → SetError() and SetExtended() - broken link to Return in Related |
comment:3 by , on Jun 22, 2021 at 9:59:43 AM
| Milestone: | → 3.3.15.5 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [12577] in version: 3.3.15.5
Note:
See TracTickets
for help on using tickets.

Think all it needs is to be changed in SetError.txt to:
.. and the SetExtended.txt the same change.
Jos