Context-sensitive help links after upgrade
I am [finally] going to start upgrading my RH 2019 Classic projects to RH 2020. I want to make sure I understand how context-sensitive help with the URL method will work in both Responsive HTML5 and Frameless layouts generated with RH 2020.
For our current Responsive HTLM5, the context-sensitive topics are linked in this format: /path/topic.htm#t=topicfile.htm (where topicfile.htm is a level or two deep in subfolders)
As I understand it, if I want to produce Responsive HTML5 output using RH 2020, all those URLs will have to be edited to use this format:
/path/index.htm#t=topicfile.htm (where index.htm replaces topic.htm).
And if in the future I want to go with a frameless layout, all those URLs will have to be edited again to use this format:
/path/topicfile.htm (where the path includes all of the subfolders necessary to get to topicfile.htm)
As I understand it, no intervening reference like "index.htm#t=" is necessary with this layout; you can just link directly to the URL of each topic.
So in other words, if I want to duplicate the current Responsive HTLM5 experience in RH2020, and then I want to replace that with frameless output some time in the future, all those URLs will have to be updated twice. Is that correct?
