From 60f4f99002edf269c7bd3bee4bf774d9e341f6a8 Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 16 Jun 2016 09:08:00 -0400 Subject: [PATCH] revise updater.server.url to reflect nextcloud.org URL, also it's comment --- config/config.sample.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index 36c5fd5523..71ed5d0196 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -504,9 +504,9 @@ $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.owncloud.com/server/', +'updater.server.url' => 'https://updates.nextcloud.org/server/', /** * Is ownCloud connected to the Internet or running in a closed network?