From f39dae6ac2f4e5d0fa8eed19595c118f20d59ee5 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Wed, 22 Aug 2018 17:39:37 -0300 Subject: 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 --- help3xsl/index2.html | 2 +- help3xsl/online_transform.xsl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'help3xsl') 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; } diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index 06fe3c0efa..dc57f07720 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -167,7 +167,7 @@
- -- cgit