Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

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

Open
BaderSZ opened this issue Apr 17, 2022 · 2 comments
Open

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

BaderSZ opened this issue Apr 17, 2022 · 2 comments

Comments

@BaderSZ
Copy link

BaderSZ commented Apr 17, 2022

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
Copy link
Member

The outlook page also has Thunderbird sections which are relevant.

@BaderSZ
Copy link
Author

BaderSZ commented Apr 18, 2022

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants