Skip to content

Commit

Permalink
Merge pull request #541 from Arhell/src
Browse files Browse the repository at this point in the history
update src folder links
  • Loading branch information
bizley authored Oct 13, 2023
2 parents 7923876 + 06aaabf commit 752717e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/generators/extension/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
?>
<div class="alert alert-info">
Please read the
<?= \yii\helpers\Html::a('Extension Guidelines', 'http://www.yiiframework.com/doc-2.0/guide-structure-extensions.html', ['target'=>'new']) ?>
<?= \yii\helpers\Html::a('Extension Guidelines', 'https://www.yiiframework.com/doc-2.0/guide-structure-extensions.html', ['target'=>'new']) ?>
before creating an extension.
</div>
<div class="module-form">
Expand Down
2 changes: 1 addition & 1 deletion src/views/layouts/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<div class="container">
<div class="row">
<div class="col-6">
<p>A Product of <a href="http://www.yiisoft.com/">Yii Software LLC</a></p>
<p>A Product of <a href="https://www.yiisoft.com/">Yii Software LLC</a></p>
</div>
<div class="col-6">
<p class="text-right"><?= Yii::powered() ?></p>
Expand Down

0 comments on commit 752717e

Please sign in to comment.