Fix redirection to keeping addressbook

Since address book is replaced with addressbook, the redirection was
problematic. This should solve this problem.
This commit is contained in:
Volkan Gezer
2014-01-11 17:20:29 +01:00
parent 0709f448d3
commit 0533df2d59

2
go.php
View File

@@ -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 #################