Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update src folder links #541

Merged
merged 1 commit into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading