Merge pull request #15503 from owncloud/link-standard-subscription
Help section: fix commercial support link
This commit is contained in:
commit
4f97cb9d1b
1 changed files with 7 additions and 7 deletions
|
@ -4,25 +4,25 @@
|
|||
<li>
|
||||
<a class="<?php p($_['style1']); ?>"
|
||||
href="<?php print_unescaped($_['url1']); ?>">
|
||||
<?php p($l->t( 'User Documentation' )); ?>
|
||||
<?php p($l->t('User documentation')); ?>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="<?php p($_['style2']); ?>"
|
||||
href="<?php print_unescaped($_['url2']); ?>">
|
||||
<?php p($l->t( 'Administrator Documentation' )); ?>
|
||||
<?php p($l->t('Administrator documentation')); ?>
|
||||
</a>
|
||||
</li>
|
||||
<?php } ?>
|
||||
|
||||
<li>
|
||||
<a href="https://owncloud.org/support" target="_blank" rel="noreferrer">
|
||||
<?php p($l->t( 'Online Documentation' )); ?> ↗
|
||||
<?php p($l->t('Online documentation')); ?> ↗
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://forum.owncloud.org" target="_blank" rel="noreferrer">
|
||||
<?php p($l->t( 'Forum' )); ?> ↗
|
||||
<?php p($l->t('Forum')); ?> ↗
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -30,14 +30,14 @@
|
|||
<li>
|
||||
<a href="https://github.com/owncloud/core/blob/master/CONTRIBUTING.md"
|
||||
target="_blank" rel="noreferrer">
|
||||
<?php p($l->t( 'Bugtracker' )); ?> ↗
|
||||
<?php p($l->t('Issue tracker')); ?> ↗
|
||||
</a>
|
||||
</li>
|
||||
<?php } ?>
|
||||
|
||||
<li>
|
||||
<a href="https://owncloud.com" target="_blank" rel="noreferrer">
|
||||
<?php p($l->t( 'Commercial Support' )); ?> ↗
|
||||
<a href="https://owncloud.com/subscriptions/" target="_blank" rel="noreferrer">
|
||||
<?php p($l->t('Commercial support')); ?> ↗
|
||||
</a>
|
||||
</li>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue