Fix docs link to resurrect uninstalled apps

This commit is contained in:
Johannes Zellner
2020-05-27 13:38:38 +02:00
parent a9e49d98fd
commit 989a5ba685

View File

@@ -1095,7 +1095,7 @@
<p>This will uninstall the app immediately and remove all it's data. The site will be inaccessible.
</p>
<p>App backups are not removed and will be cleaned up based on the backup policy. You can resurrect this app from an existing
app backup using the following <a target="_blank" ng-href="{{ config.webServerOrigin }}/documentation/backups/##import-app-backup">instructions</a>.</p>
app backup using the following <a target="_blank" ng-href="{{ config.webServerOrigin }}/documentation/backups/#import-app-backup">instructions</a>.</p>
<button class="btn btn-danger pull-right" ng-click="uninstall.ask()">Uninstall</button>
</div>
</div>