From 495a72e54f4911f953c4242085b6b26c16e90253 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 28 Aug 2022 11:48:34 +0200 Subject: [PATCH] Bug 31162: Fix help link on catalouging start page Now the link goes to the cataloguing chapter start page of the manual instead of the less specific manual start page. Signed-off-by: Katrin Fischer --- Koha/Manual.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/Manual.pm b/Koha/Manual.pm index 30a815545e..5bba69637d 100644 --- a/Koha/Manual.pm +++ b/Koha/Manual.pm @@ -105,6 +105,7 @@ our $mapping = { 'catalogue/moredetail' => '/cataloging.html#item-records', 'catalogue/search-history' => '/plugins.html#search-history', 'catalogue/search' => '/searching.html', + 'cataloguing/cataloging-home' => '/cataloging.html', 'cataloguing/addbiblio' => '/cataloging.html#bibliographic-records', 'cataloguing/addbooks' => '/cataloging.html', 'cataloguing/additem' => '/cataloging.html#item-records', -- 2.20.1