How to link to a specific HTML help topic
Linking to a specific topic in the HTML generated help is as easy as linking to a file named by its topics ID and placed under the "files" sub-directory of the generated content.
Let's say you have created a project named "My help file" with a topic named "My first topic" whose topic ID is "Myfirsttopic". When you export the project to HTML, you will have a directory structure such as the following:
- My help files.html
- files
- Myfirsttopic.html
- some other files...