Open BaderSZ opened 2 years ago
Hi,
the Thunderbird Add-In link redirects to the outlook page instead of a relevant one, such as the wiki instructions for Thunderbird.
page-athome.php:316:
<p><a href="<?php echo home_url('outlook') ?>" class="button button--arrow button--large"> <?php echo $l->t('Thunderbird Add-ins');?></a></p>
Perhaps the following i correct:
<p><a href="https://docs.nextcloud.com/server/latest/user_manual/en/groupware/sync_thunderbird.html" class="button button--arrow button-- <?php echo $l->t('Thunderbird Add-ins');?></a></p>
Thanks.
The outlook page also has Thunderbird sections which are relevant.
Oh, my bad. in which case, perhaps hyperlink directly to the section?
Hi,
the Thunderbird Add-In link redirects to the outlook page instead of a relevant one, such as the wiki instructions for Thunderbird.
page-athome.php:316:
Perhaps the following i correct:
Thanks.