Update links in config files (#6496)

* Update links in common.php

* Update console.php

* Update web.php
This commit is contained in:
Felix Hahn 2024-04-04 14:21:11 +02:00 committed by GitHub
parent 39379bc8b6
commit d8e118edd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 6 deletions

View File

@ -2,8 +2,7 @@
/**
* This file provides to overwrite the default HumHub / Yii configuration by your local common (Console and Web) environments
* @see http://www.yiiframework.com/doc-2.0/guide-concept-configurations.html
* @see http://docs.humhub.org/admin-installation-configuration.html
* @see http://docs.humhub.org/dev-environment.html
* @see https://docs.humhub.org/docs/admin/advanced-configuration
*/
return [
];

View File

@ -2,8 +2,7 @@
/**
* This file provides to overwrite the default HumHub / Yii configuration by your local Console environments
* @see http://www.yiiframework.com/doc-2.0/guide-concept-configurations.html
* @see http://docs.humhub.org/admin-installation-configuration.html
* @see http://docs.humhub.org/dev-environment.html
* @https://docs.humhub.org/docs/admin/advanced-configuration
*/
return [
];

View File

@ -2,8 +2,7 @@
/**
* This file provides to overwrite the default HumHub / Yii configuration by your local Web environments
* @see http://www.yiiframework.com/doc-2.0/guide-concept-configurations.html
* @see http://docs.humhub.org/admin-installation-configuration.html
* @see http://docs.humhub.org/dev-environment.html
* @see https://docs.humhub.org/docs/admin/advanced-configuration
*/
return [
];