Skip to content

Commit 04577a7

Browse files
authored
update root folder links (yiisoft#76)
1 parent 77550b1 commit 04577a7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Contributing to Yii2
33

44
- [Report an issue](https://github.com/yiisoft/yii2/blob/master/docs/internals/report-an-issue.md)
55
- [Translate documentation or messages](https://github.com/yiisoft/yii2/blob/master/docs/internals/translation-workflow.md)
6-
- [Give us feedback or start a design discussion](http://www.yiiframework.com/forum/index.php/forum/42-general-discussions-for-yii-20/)
6+
- [Give us feedback or start a design discussion](https://www.yiiframework.com/forum/index.php/forum/42-general-discussions-for-yii-20/)
77
- [Contribute to the core code or fix bugs](https://github.com/yiisoft/yii2/blob/master/docs/internals/git-workflow.md)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<br>
77
</p>
88

9-
This extension provides a [Symfony Mailer](https://symfony.com/doc/5.4/mailer.html) mail solution for [Yii framework 2.0](http://www.yiiframework.com).
9+
This extension provides a [Symfony Mailer](https://symfony.com/doc/5.4/mailer.html) mail solution for [Yii framework 2.0](https://www.yiiframework.com).
1010

1111
For license information check the [LICENSE](LICENSE.md)-file.
1212

@@ -25,7 +25,7 @@ Requirements
2525
Installation
2626
------------
2727

28-
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
28+
The preferred way to install this extension is through [composer](https://getcomposer.org/download/).
2929

3030
Either run
3131

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"license": "BSD-3-Clause",
1414
"support": {
1515
"issues": "https://github.com/yiisoft/yii2-symfonymailer/issues",
16-
"forum": "http://www.yiiframework.com/forum/",
17-
"wiki": "http://www.yiiframework.com/wiki/",
16+
"forum": "https://www.yiiframework.com/forum/",
17+
"wiki": "https://www.yiiframework.com/wiki/",
1818
"irc": "ircs://irc.libera.chat:6697/yii",
1919
"source": "https://github.com/yiisoft/yii2-symfonymailer"
2020
},

0 commit comments

Comments
 (0)