Fix broken links to docs

This commit is contained in:
Girish Ramakrishnan
2017-08-11 20:39:45 -07:00
parent 335631ac28
commit 178b04fead
4 changed files with 7 additions and 7 deletions

View File

@@ -137,7 +137,7 @@
</fieldset>
</div>
<div ng-show="config.provider !== 'caas' && config.update.box.upgrade">
<b>Please use the CLI tool to upgrade by following the instructions <a href="https://cloudron.io/references/selfhosting/#updates" target="_blank" >here</a>.</b>
<b>Please use the CLI tool to upgrade by following the instructions <a ng-href="{{ config.webServerOrigin + '/documentation/updates/' }}" target="_blank" >here</a>.</b>
</div>
</div>
</div>

View File

@@ -42,7 +42,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/#email" target="_blank">User manual</a> has information on how to setup email clients.
The <a ng-href="{{ config.webServerOrigin + '/documentation/email/#imap-settings-for-cloudron-email' }}" target="_blank">User manual</a> has information on how to setup email clients.
</div>
</div>
<br/>
@@ -51,7 +51,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/#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 ng-href="{{ config.webServerOrigin + '/documentation/managed-hosting/#using-a-custom-domain' }}" target="_blank">custom domain</a>.</span>
</div>
</div>
</div>

View File

@@ -88,10 +88,10 @@
<div class="row">
<div class="col-xs-12">
<p>
The Cloudron <a href="https://cloudron.io/references/api/" target="_blank">REST API</a> can be used to manage all aspects of the Cloudron like adding users and installing apps.
The Cloudron <a ng-href="{{ config.webServerOrigin + '/documentation/developer/api/' }}" target="_blank">REST API</a> can be used to manage all aspects of the Cloudron like adding users and installing apps.
<br/>
<br/>
You can develop apps for the Cloudron using the <a href="https://cloudron.io/knowledge-base/CLI/" target="_blank">command-line tool</a>. See the <a href="{{ config.webServerOrigin }}/documentation.html" target="_blank">docs</a> for more information.
You can also develop custom apps for the Cloudron by following our <a ng-href="{{ config.webServerOrigin + '/documentation/developer/packaging/' }}" target="_blank">packaging guide</a>.
</p>
</div>
</div>
@@ -110,7 +110,7 @@
<div class="grid-item-top">
<div class="row">
<div class="col-xs-12">
<p>These tokens can be used to access the <a href="https://cloudron.io/references/api/" target="_blank">Cloudron API</a>. They have the <b>admin</b> <a href="https://cloudron.io/references/api/#scopes" target="_blank">scope</a> and do not expire.</p>
<p>These tokens can be used to access the <a ng-href="{{ config.webServerOrigin + '/documentation/developer/api/' }}" target="_blank">Cloudron API</a>.
<br/>
<h4 class="text-muted">Active Tokens</h4>
<hr/>

View File

@@ -248,7 +248,7 @@
<div class="col-lg-12">
<span ng-show="mailConfig.enabled">
Each user has a mailbox at <b><i>username</i>@{{ config.fqdn }}</b>.
Please refer to the <a href="https://cloudron.io/references/usermanual/#email" target="_blank">user documentation</a> on how to use Cloudron email accounts.
Please refer to the <a ng-href="{{ config.webServerOrigin + '/documentation/email/#imap-settings-for-cloudron-email' }}" target="_blank">user documentation</a> on how to use Cloudron email accounts.
<br/>
<br/>
</span>