diff options
Diffstat (limited to 'config.default.php')
-rw-r--r-- | config.default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.default.php b/config.default.php index fb3aa477..8834868f 100644 --- a/config.default.php +++ b/config.default.php @@ -20,7 +20,7 @@ define('LOG_FILE', DATA_DIR.DIRECTORY_SEPARATOR.'debug.log'); define('PLUGINS_DIR', 'plugins'); // Plugins directory URL -define('PLUGIN_API_URL', 'https://kanboard.net/plugins.json'); +define('PLUGIN_API_URL', 'https://kanboard.org/plugins.json'); // Enable/Disable plugin installer define('PLUGIN_INSTALLER', true); |