Skip to content
Snippets Groups Projects
Commit 4f97cb9d authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #15503 from owncloud/link-standard-subscription

Help section: fix commercial support link
parents c840c182 95890804
Branches
No related tags found
No related merge requests found
......@@ -4,20 +4,20 @@
<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>
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment