mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
fix: Update links to calendar, contacts & sync_gnome doc (pim -> groupware)
Three links were redirecting to doc in the _pim_ directory which doesn't exist anymore and has been replaced with _groupware_. Issues are encountered with the _firstrunwizard_ displaying links to the calendar and contacts doc : - https://github.com/nextcloud/firstrunwizard/blob/master/templates/page.clients.php#L59 - https://github.com/nextcloud/firstrunwizard/blob/master/templates/personal-settings.php#L66 Also it seems that most translations are referring to the _pim_ directory even in translations for the _groupware_ one. See : https://github.com/nextcloud/documentation/search?l=Gettext+Catalog&q=pim Not being familiar with how the translation works here, an issue will be created to discuss it. Signed-off-by: Am Br <reg.dev@am35.fr>
This commit is contained in:
parent
10ede13f45
commit
860787ce23
4
go.php
4
go.php
@ -51,8 +51,8 @@ $mapping = array(
|
||||
'user-files' => '/user_manual/en/files/index.html',
|
||||
'user-manual' => '/user_manual/en',
|
||||
'user-sharing-federated' => '/user_manual/en/files/federated_cloud_sharing.html',
|
||||
'user-sync-calendars' => '/user_manual/en/pim/calendar.html',
|
||||
'user-sync-contacts' => '/user_manual/en/pim/contacts.html',
|
||||
'user-sync-calendars' => '/user_manual/en/groupware/calendar.html',
|
||||
'user-sync-contacts' => '/user_manual/en/groupware/contacts.html',
|
||||
'user-trashbin' => '/user_manual/en/files/deleted_file_management.html',
|
||||
'user-versions' => '/user_manual/en/files/version_control.html',
|
||||
'user-webdav' => '/user_manual/en/files/access_webdav.html',
|
||||
|
||||
@ -61,7 +61,7 @@ Nautilus file manager
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
**When you configure your Nextcloud account in the** `GNOME Control Center
|
||||
<../pim/sync_gnome.html>`_, **your files will automatically be mounted
|
||||
<../groupware/sync_gnome.html>`_, **your files will automatically be mounted
|
||||
by Nautilus as a WebDAV share, unless you deselect file access**.
|
||||
|
||||
You can also mount your Nextcloud files manually. Use the ``davs://``
|
||||
|
||||
Loading…
Reference in New Issue
Block a user