diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-08-22 17:39:37 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-08-23 21:15:00 +0200 |
commit | f39dae6ac2f4e5d0fa8eed19595c118f20d59ee5 (patch) | |
tree | b3c181e7242a52f625e51e37de9c6243d85fc60a /help3xsl/index2.html | |
parent | e8d88bfcedec033cf53f7c7a6a870b52112a7745 (diff) |
Add help pages for new Help
Exlplain the new browser-based help system and user interface.
Change-Id: I418b5fe148661a40b4e0291776ac43f4f207743e
Reviewed-on: https://gerrit.libreoffice.org/59472
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/index2.html')
-rw-r--r-- | help3xsl/index2.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/index2.html b/help3xsl/index2.html index 12c7711c43..503e6d1491 100644 --- a/help3xsl/index2.html +++ b/help3xsl/index2.html @@ -58,7 +58,7 @@ var system = 'WIN'; if (navigator.userAgent.indexOf("Mac") != -1) system = 'MAC'; if (navigator.userAgent.indexOf("Linux") != -1) system = 'UNIX'; - window.location.href = existingLang(navigator.language) + '/text/shared/main0108.html?&DbPAR=WRITER&System=' + system; + window.location.href = existingLang(navigator.language) + '/text/shared/05/new_help.html?&DbPAR=WRITER&System=' + system; } </script> </body> |