Robohelp 2022: Adding Hyperlinks
Hi
I have added a hyperlink in one of the topics as
<p>Click <a href="/Help/API" title="API Documentation">API Calls</a> for more details.</p>
I added the above link via HTML.

But when I generate responsive html5 output: The link is shown as "file:///".
Because of "file://, the link is not working.

How to fix this issue - I just want the responsive html to show the hyperlink as "/Help/API" instead of file:///Help/API"
