From d968c1917ef8af2586bd4f557ded79fb1b89b64f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Thu, 12 Dec 2013 14:50:56 +0100 Subject: [PATCH] Fixing https://github.com/owncloud/core/issues/6328 --- go.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.php b/go.php index 700067dcf..999f6b089 100644 --- a/go.php +++ b/go.php @@ -11,7 +11,7 @@ $mapping = array( 'user-webdav' => '/user_manual/files/files.html', 'user-manual' => '/user_manual', - 'user-sync-calendars' => '/user_manual/pim/calendars.html#synchronising-calendars-with-caldav', + 'user-sync-calendars' => '/user_manual/pim/calendar.html#synchronising-calendars-with-caldav', 'user-sync-contacts' => '/user_manual/pim/contacts.html#keeping-your-address-book-in-sync', );