From 37a259ca75e7cb4d8df730348b1789dff2b12a6d Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Wed, 10 May 2023 09:53:16 +0300 Subject: [PATCH] update tests folder links (#297) --- tests/bin/yii | 4 ++-- tests/bin/yii.bat | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/bin/yii b/tests/bin/yii index 4923537..39df401 100755 --- a/tests/bin/yii +++ b/tests/bin/yii @@ -3,9 +3,9 @@ /** * Yii console bootstrap file. * - * @link http://www.yiiframework.com/ + * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC - * @license http://www.yiiframework.com/license/ + * @license https://www.yiiframework.com/license/ */ defined('YII_DEBUG') or define('YII_DEBUG', true); diff --git a/tests/bin/yii.bat b/tests/bin/yii.bat index d516b3a..ce14c92 100644 --- a/tests/bin/yii.bat +++ b/tests/bin/yii.bat @@ -4,9 +4,9 @@ rem ------------------------------------------------------------- rem Yii command line bootstrap script for Windows. rem rem @author Qiang Xue -rem @link http://www.yiiframework.com/ +rem @link https://www.yiiframework.com/ rem @copyright Copyright (c) 2008 Yii Software LLC -rem @license http://www.yiiframework.com/license/ +rem @license https://www.yiiframework.com/license/ rem ------------------------------------------------------------- @setlocal