Skip to content

Commit

Permalink
Update the help links to point to the online documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
settermjd committed Mar 1, 2019
1 parent d55f2b1 commit 43a5d15
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 0 additions & 2 deletions core/doc/admin/index.html

This file was deleted.

2 changes: 0 additions & 2 deletions core/doc/user/index.html

This file was deleted.

18 changes: 12 additions & 6 deletions settings/templates/help.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,21 @@
<?php if ($_['admin']) {
?>
<li>
<a class="<?php p($_['style1']); ?>"
href="<?php print_unescaped($_['url1']); ?>">
<?php p($l->t('User documentation')); ?>
<a class="<?php p($_['style1']); ?>" target="_blank"
href="https://doc.owncloud.com/server/user_manual/index.html">
<?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')); ?>
<a class="<?php p($_['style2']); ?>" target="_blank"
href="https://doc.owncloud.com/server/admin_manual/index.html">
<?php p($l->t('Administrator documentation')); ?>
</a>
</li>
<li>
<a class="<?php p($_['style1']); ?>" target="_blank"
href="https://doc.owncloud.com/server/developer_manual/index.html">
<?php p($l->t('Developer documentation')); ?>
</a>
</li>
<?php
Expand Down

0 comments on commit 43a5d15

Please sign in to comment.