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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-06-19 11:27:44 +0300
committerGitHub <noreply@github.com>2016-06-19 11:27:44 +0300
commit03dfb22b467ce1af84413b727d94cbfee485157d (patch)
tree54e2e80742f22ad346d8bde29ddb5f508200a45e
parentbbfd0e28217d37f070441341e8e0259bbbee0ddc (diff)
parent6d9a4759d84c586d85853a32d80011100c7e8c88 (diff)
Merge pull request #134 from hailthemelody/stable9-backport-updater-url
[stable9] revise updater.server.url to reflect nextcloud.org URL
-rw-r--r--config/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 4253517f24c..be3280390d3 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -497,7 +497,7 @@ $CONFIG = array(
'updatechecker' => true,
/**
- * URL that ownCloud should use to look for updates
+ * URL that Nextcloud should use to look for updates
*/
'updater.server.url' => 'https://updates.nextcloud.org/server/',