Skip to content

Commit

Permalink
Update link in Yii::powered() (#19376)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjebaev committed May 3, 2022
1 parent 6b84d5d commit 4264082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/BaseYii.php
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ public static function endProfile($token, $category = 'application')
public static function powered()
{
return \Yii::t('yii', 'Powered by {yii}', [
'yii' => '<a href="http://www.yiiframework.com/" rel="external">' . \Yii::t('yii',
'yii' => '<a href="https://www.yiiframework.com/" rel="external">' . \Yii::t('yii',
'Yii Framework') . '</a>',
]);
}
Expand Down

0 comments on commit 4264082

Please sign in to comment.