Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Blüm <marius@lineone.io>2019-01-19 16:10:39 +0300
committerGitHub <noreply@github.com>2019-01-19 16:10:39 +0300
commit7c0c756bdbd433aa898fd45d3b9985056d21410c (patch)
treed337bc52d1024649fda0034c6442ea73f508f174 /install-instructions-server.php
parent42dd3f6b354f88ebb2acd172fabb36bdc95f38e6 (diff)
Link to Snapcraft instead of UAppExplorer
Signed-off-by: Marius Blüm <marius@lineone.io>
Diffstat (limited to 'install-instructions-server.php')
-rw-r--r--install-instructions-server.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-instructions-server.php b/install-instructions-server.php
index f61f85f1..0df62d48 100644
--- a/install-instructions-server.php
+++ b/install-instructions-server.php
@@ -132,7 +132,7 @@
<div class="col-md-6">
<h5><?php echo $l->t('Snap package');?></h5>
<p><a class="hyperlink" href="https://canonical.com">Canonical</a><?php echo $l->t(' and the Nextcloud community maintain a Nextcloud Snap, including release channels and quick and easy deployment for easy home use.');?></p>
- <p><a class="button button--blue" href="https://uappexplorer.com/snap/ubuntu/nextcloud" target="_blank"><?php echo $l->t('Get Snap package');?></a></p>
+ <p><a class="button button--blue" href="https://snapcraft.io/nextcloud" target="_blank"><?php echo $l->t('Get Snap package');?></a></p>
<p><a class="hyperlink" href="https://github.com/nextcloud/nextcloud-snap" target="_blank"><?php echo $l->t('Find source here.');?></a></p>
</div>
</div>