Merge pull request #4910 from Quexer69/master

[skip ci] fix link to extension guidlines
This commit is contained in:
Alexander Makarov
2014-09-03 22:24:25 +04:00

View File

@ -5,7 +5,7 @@
?>
<div class="alert alert-info">
Please read the
<?= \yii\helpers\Html::a('Extension Guidelines', 'https://github.com/yiisoft/yii2/blob/master/docs/guide/extensions.md', ['target'=>'new']) ?>
<?= \yii\helpers\Html::a('Extension Guidelines', 'https://github.com/yiisoft/yii2/blob/master/docs/guide/structure-extensions.md', ['target'=>'new']) ?>
before creating an extension.
</div>
<div class="module-form">