@@ -, +, @@ --> You are brought to the Show train section of the Preservation chapter of the manual --> You are brought to the Add items section of the Preservation chapter of the manual (there is no section specific to editing items, but the form to edit is the same as the form to add) --> You are brought to the Trains section of the Preservation chapter of the manual (there is no section specific to editing trains yet) --- Koha/Manual.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/Koha/Manual.pm +++ a/Koha/Manual.pm @@ -240,9 +240,11 @@ our $mapping = { 'preservation/settings' => '/preservation.html#settings', 'preservation/settings/' => '/preservation.html#settings', 'preservation/trains' => '/preservation.html#trains', - 'preservation/trains/' => '/preservation.html#trains', + 'preservation/trains/' => '/preservation.html#show-train', 'preservation/trains/add' => '/preservation.html#new-train', + 'preservation/trains/edit/' => '/preservation.html#trains', 'preservation/trains//items/add' => '/preservation.html#add-items', + 'preservation/trains//items/edit/' => '/preservation.html#add-items', 'preservation/waiting-list' => '/preservation.html#waiting-list', 'reports/acquisitions_stats' => '/reports.html#acquisitions-statistics', 'reports/bor_issues_top' => '/reports.html#patrons-with-the-most-checkouts', --