Fix doc links
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div>This will configure Cloudron to receive emails for <b>{{domain.domain}}</b>. See the
|
||||
documentation for opening up the <a ng-href="{{ config.webServerOrigin }}/documentation/email/#required-ports" target="_blank">required ports</a>
|
||||
documentation for opening up the <a ng-href="https://docs.cloudron.io/email/#required-ports" target="_blank">required ports</a>
|
||||
for Cloudron Email.
|
||||
</div>
|
||||
<br/>
|
||||
@@ -47,7 +47,7 @@
|
||||
</p>
|
||||
|
||||
Use this option to automatically setup Email related DNS records. Leaving this option unchecked
|
||||
is useful for creating mail boxes and <a ng-href="{{ config.webServerOrigin }}/documentation/email/#import-email">importing email</a>
|
||||
is useful for creating mail boxes and <a ng-href="https://docs.cloudron.io/email/#import-email">importing email</a>
|
||||
before going live.
|
||||
</div>
|
||||
</div>
|
||||
@@ -314,7 +314,7 @@
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-10">
|
||||
Cloudron <a ng-href="{{ config.webServerOrigin }}/documentation/email/" target="_blank">Email Server</a> allows users to receive email for this domain.
|
||||
Cloudron <a ng-href="https://docs.cloudron.io/email/" target="_blank">Email Server</a> allows users to receive email for this domain.
|
||||
<a href="/#/appstore/net.rainloop.cloudronapp">Rainloop</a>, <a href="/#/appstore/nu.sogo.cloudronapp2">SOGo</a>,
|
||||
<a href="/#/appstore/net.roundcube.cloudronapp">Roundcube</a> are pre-configured to access Cloudron Email. Use <a href="" data-toggle="collapse" data-parent="#accordion" data-target="#mail_settings">these settings</a>
|
||||
to configure other email clients.
|
||||
@@ -486,7 +486,7 @@
|
||||
|
||||
<uib-tab index="1" heading="Outbound">
|
||||
<div class="card card-large" style="margin-bottom: 15px;">
|
||||
<h4>Email Relay <sup><a ng-href="{{ config.webServerOrigin }}/documentation/email/#relay-outbound-mails" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup> </h4>
|
||||
<h4>Email Relay <sup><a ng-href="https://docs.cloudron.io/email/#relay-outbound-mails" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup> </h4>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
@@ -660,7 +660,7 @@
|
||||
</h4>
|
||||
|
||||
Status of DNS Records may show an error while DNS is propagating (~5 minutes). See the
|
||||
<a ng-href="{{ config.webServerOrigin }}/documentation/troubleshooting/#mail-dns" target="_blank">troubleshooting</a> docs for help.
|
||||
<a ng-href="https://docs.cloudron.io/troubleshooting/#mail-dns" target="_blank">troubleshooting</a> docs for help.
|
||||
|
||||
<br/><br/>
|
||||
|
||||
@@ -675,10 +675,10 @@
|
||||
<div id="collapse_dns_{{ record.value }}" class="panel-collapse collapse">
|
||||
<div class="panel-body">
|
||||
<p ng-show="record.name === 'MX' && domain.provider === 'namecheap'">Namecheap requires manual steps for MX records
|
||||
<sup><a ng-href="{{ config.webServerOrigin }}/documentation/domains/#namecheap-dns" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup>
|
||||
<sup><a ng-href="https://docs.cloudron.io/domains/#namecheap-dns" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup>
|
||||
</p>
|
||||
<p ng-show="record.name === 'PTR'">The PTR record is set by your VPS provider and not by your DNS provider.
|
||||
<sup><a ng-href="{{ config.webServerOrigin }}/documentation/troubleshooting/#ptr-record" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup>
|
||||
<sup><a ng-href="https://docs.cloudron.io/troubleshooting/#ptr-record" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup>
|
||||
</p>
|
||||
<p ng-show="expectedDnsRecords[record.value].name">Hostname: <b ng-click-select><tt>{{ expectedDnsRecords[record.value].name }}</tt></b></p>
|
||||
<p ng-hide="expectedDnsRecords[record.value].name">Domain: <b ng-click-select><tt>{{ expectedDnsRecords[record.value].domain }}</tt></b></p>
|
||||
@@ -697,7 +697,7 @@
|
||||
<div class="card card-large" style="margin-bottom: 15px;" ng-if="domain.mailConfig.relay.provider !== 'noop'">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h4>SMTP Status <sup><a ng-href="{{ config.webServerOrigin }}/documentation/troubleshooting/#mail-smtp" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup></h4>
|
||||
<h4>SMTP Status <sup><a ng-href="https://docs.cloudron.io/troubleshooting/#mail-smtp" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup></h4>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
|
||||
Reference in New Issue
Block a user