From 0032cb98e77dbde5383ee128834cebb3b4789956 Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 16 Jun 2016 09:22:54 -0400 Subject: [PATCH] revise updater.server.url to reflect nextcloud.org URL --- .../configuration_server/config_sample_php_parameters.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 74fc44a1e..152f9b7a7 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -609,9 +609,9 @@ available. :: - 'updater.server.url' => 'https://updates.owncloud.com/server/', + 'updater.server.url' => 'https://updates.nextcloud.org/server/', -URL that ownCloud should use to look for updates +URL that Nextcloud should use to look for updates ::