summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-01-22 17:53:15 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-22 17:53:15 +0100
commit9435bfc2174ee35ea36c2ada14dc2a8275e56331 (patch)
treeb4d3058af71f5d1e10c60229f5c1fcecea6a7d02 /templates
parentdc9392d0f8881ab7736f0daf1f785e5c3d0871ef (diff)
change explore url
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 1d7c56003..5d35ccdbf 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -118,6 +118,9 @@ style('news', 'admin');
'input empty'
)); ?>
</em>
+ <a href="https://github.com/owncloud/news/wiki/How-to-write-an-explore-service"><?php p($l->t(
+ 'For more information check the Wiki'
+ )); ?></a>
</p>
<p><input type="text" name="news-explore-url"
value="<?php p($_['exploreUrl']); ?>"></p>