Content help pages can be referenced form external Websites. The URL must include the language key, the Java package and the help page name. To support legacy links to help pages prior to release 6.0, the system supports also requests that contains only the help page name. However, those requests will fail if there exists multiple pages with the same page name.
Links to a context help are handled by the
ContextHelpDispatcher which is mounted under the
path /yourcontextpath/help/.
Example link to the login screen help page:
<!-- Link to the olat context help page for the login screen --> <a href="https://www.olat.uzh.ch/olat/help/en/org.olat.login/dmz.html">OLAT login help</a>