Update code base and doc to use kanboard.org domain

This commit is contained in:
Frédéric Guillot
2017-11-27 11:14:37 -08:00
parent dc70245907
commit 1db9bc1b2e
81 changed files with 387 additions and 304 deletions

View File

@@ -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);