SCO-supplied HTML topic files use absolute pathnames for cross-reference URLs:
HREF=/topicID/file.htmltopicID is the topic's installed directory under /usr/lib/scohelp/LANG/ (the DocumentRoot of the server).
HTML manual page references are made through a CGI program and are coded as:
HREF=/cgi-bin/man/man?name+sectionname is the name of the man page as listed in the man index file, and section is the name of the man page section. Going through a CGI program permits the manual page reference to function in a manner similar to the man(1) command line and deliver references to alias names as well as the original command name.
Using paths that begin with ``/'' permits the HTTP server to insert the appropriate language into the pathname for the documentation on a per-user basis.