Merge pull request #235 from wakeup/stable6

Fix redirection to keeping addressbook
This commit is contained in:
Morris Jobke
2014-01-11 08:30:51 -08:00

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