nextcloud / nextcloud.com

🌏 Our website
https://nextcloud.com
Other
208 stars 127 forks source link

Incorrect link for Thunderbird on "At Home" page. #1631

Open BaderSZ opened 2 years ago

BaderSZ commented 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.

tcitworld commented 2 years ago

The outlook page also has Thunderbird sections which are relevant.

BaderSZ commented 2 years ago

Oh, my bad. in which case, perhaps hyperlink directly to the section?