feat(settings): update templates documentation link

pull/3852/head
Anthony Lapenna 2020-05-21 12:20:36 +12:00
parent b1f3deb2e6
commit e08b850046
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@
<div class="form-group">
<span class="col-sm-12 text-muted small">
You can specify the URL to your own template definitions file here. See
<a href="https://portainer.readthedocs.io/en/stable/templates.html" target="_blank">Portainer documentation</a> for more details.
<a href="https://www.portainer.io/documentation/how-to-use-templates/" target="_blank">Portainer documentation</a> for more details.
</span>
</div>
<div class="form-group">
@ -58,7 +58,7 @@
URL
</label>
<div class="col-sm-11">
<input type="text" class="form-control" ng-model="settings.TemplatesURL" id="templates_url" placeholder="https://myserver.mydomain/templates.json" required/>
<input type="text" class="form-control" ng-model="settings.TemplatesURL" id="templates_url" placeholder="https://myserver.mydomain/templates.json" required />
</div>
</div>
</div>