diff --git a/protected/config/common.php b/protected/config/common.php index fa5523ec2a..0e49ab0a34 100644 --- a/protected/config/common.php +++ b/protected/config/common.php @@ -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 [ ]; diff --git a/protected/config/console.php b/protected/config/console.php index a2b3a718f4..4bbbc9a519 100644 --- a/protected/config/console.php +++ b/protected/config/console.php @@ -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 [ ]; diff --git a/protected/config/web.php b/protected/config/web.php index 87d87a1ec0..1548bd6ca4 100644 --- a/protected/config/web.php +++ b/protected/config/web.php @@ -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 [ ];