I am trying to create a link between pages in my helpcase manual.
My URL to the helpcase manual looks like this:
/scriptcase/app/myProject/_lib/webhelp/MyHelpCaseFile/reset_password.htm
After generating and running the helpcase file and clicking that link (which should navigate to ‘reset-password.htm’) I get an error that it cannot find this path:
/scriptcase/app/myProject/_lib/app/myProject/_lib/webhelp/MyHelpCaseFile/reset_password.htm
It appears that it is duplicating part of the path (app/myproject/_lib).
How do I make it not do that?