mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
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:
2
go.php
2
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 #################
|
||||
|
||||
Reference in New Issue
Block a user