From c5fff7840ae9694ae2125386df496de994377b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Thu, 12 Dec 2013 11:27:19 +0100 Subject: [PATCH] Fixes https://github.com/owncloud/apps/issues/1549 --- go.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.php b/go.php index 79d7ec2fb..700067dcf 100644 --- a/go.php +++ b/go.php @@ -11,8 +11,8 @@ $mapping = array( 'user-webdav' => '/user_manual/files/files.html', 'user-manual' => '/user_manual', - 'user-sync-calendars' => '/user_manual/calendars.html#synchronising-calendars-with-caldav', - 'user-sync-contacts' => '/user_manual/contacts.html#keeping-your-address-book-in-sync', + 'user-sync-calendars' => '/user_manual/pim/calendars.html#synchronising-calendars-with-caldav', + 'user-sync-contacts' => '/user_manual/pim/contacts.html#keeping-your-address-book-in-sync', ); ############# Do not edit below this line #################