From d8e118edd01f49dda5b6530f27b3b8db944e11ec Mon Sep 17 00:00:00 2001 From: Felix Hahn Date: Thu, 4 Apr 2024 14:21:11 +0200 Subject: [PATCH] Update links in config files (#6496) * Update links in common.php * Update console.php * Update web.php --- protected/config/common.php | 3 +-- protected/config/console.php | 3 +-- protected/config/web.php | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) 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 [ ];