Adjust documentation links to fit knowledgebase

This commit is contained in:
Johannes Zellner
2017-08-01 20:38:42 +02:00
parent 99cfe564ae
commit e4c5dfda60
5 changed files with 8 additions and 8 deletions

View File

@@ -44,7 +44,7 @@
<div class="row">
<div class="col-md-12">
Cloudron has a built-in email server that allows users to send and receive email for your domain.
The <a href="https://cloudron.io/references/usermanual.html#email" target="_blank">User manual</a> has information on how to setup email clients.
The <a href="https://cloudron.io/references/usermanual/index.html#email" target="_blank">User manual</a> has information on how to setup email clients.
</div>
</div>
<br/>
@@ -53,7 +53,7 @@
<button ng-class="mailConfig.enabled ? 'btn btn-danger' : 'btn btn-primary'" ng-click="email.toggle()" ng-enabled="mailConfig">{{ mailConfig.enabled ? "Disable Email" : "Enable Email" }}</button>
</div>
<div class="col-md-12" ng-show="dnsConfig.provider === 'caas'">
<span class="text-danger text-bold">This feature requires the Cloudron to be on <a href="https://cloudron.io/references/usermanual.html#entire-cloudron-on-a-custom-domain" target="_blank">custom domain</a>.</span>
<span class="text-danger text-bold">This feature requires the Cloudron to be on <a href="https://cloudron.io/references/usermanual/index.html#entire-cloudron-on-a-custom-domain" target="_blank">custom domain</a>.</span>
</div>
</div>
</div>