From 0533df2d59c5679e6672ec8501dcdc334aececf7 Mon Sep 17 00:00:00 2001 From: Volkan Gezer Date: Sat, 11 Jan 2014 17:20:29 +0100 Subject: [PATCH] Fix redirection to keeping addressbook Since address book is replaced with addressbook, the redirection was problematic. This should solve this problem. --- go.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.php b/go.php index 999f6b089..d370e2102 100644 --- a/go.php +++ b/go.php @@ -12,7 +12,7 @@ $mapping = array( 'user-webdav' => '/user_manual/files/files.html', 'user-manual' => '/user_manual', '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', + 'user-sync-contacts' => '/user_manual/pim/contacts.html#keeping-your-addressbook-in-sync', ); ############# Do not edit below this line #################