Skip to content

Commit ff979e3

Browse files
authored
update irc link (#193)
1 parent 8c59511 commit ff979e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

guide/en/start/looking-ahead.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This section will summarize the Yii resources available to help you be more prod
2828
thereby making your application development even faster and easier.
2929
* Community
3030
- Forum: <https://www.yiiframework.com/forum/>
31-
- IRC chat: The #yii channel on the freenode network (<irc://irc.freenode.net/yii>)
31+
- IRC chat: The #yii channel on the freenode network (<ircs://irc.libera.chat:6697/yii>)
3232
- Slack channel: <https://join.slack.com/t/yii/shared_invite/enQtMzQ4MDExMDcyNTk2LTc0NDQ2ZTZhNjkzZDgwYjE4YjZlNGQxZjFmZDBjZTU3NjViMDE4ZTMxNDRkZjVlNmM1ZTA1ODVmZGUwY2U3NDA>
3333
- Gitter chat: <https://gitter.im/yiisoft/app>
3434
- GitHub: <https://github.com/yiisoft/app>

guide/en/structure/package.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following example shows the `composer.json` file for the `yiisoft/yii-widget
6464
"issues": "https://github.com/yiisoft/yii-widgets/issues?state=open",
6565
"forum": "https://www.yiiframework.com/forum/",
6666
"wiki": "https://www.yiiframework.com/wiki/",
67-
"irc": "irc://irc.freenode.net/yii",
67+
"irc": "ircs://irc.libera.chat:6697/yii",
6868
"chat": "https://t.me/yii3en",
6969
"source": "https://github.com/yiisoft/yii-widgets"
7070
},

guide/es/structure/package.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following example shows the `composer.json` file for the `yiisoft/yii-widget
6464
"issues": "https://github.com/yiisoft/yii-widgets/issues?state=open",
6565
"forum": "https://www.yiiframework.com/forum/",
6666
"wiki": "https://www.yiiframework.com/wiki/",
67-
"irc": "irc://irc.freenode.net/yii",
67+
"irc": "ircs://irc.libera.chat:6697/yii",
6868
"source": "https://github.com/yiisoft/yii-widgets"
6969
},
7070
// package dependencies

0 commit comments

Comments
 (0)