Skip to content

Commit cb102a3

Browse files
authored
Fix docs (#162)
1 parent cea2fd9 commit cb102a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://github.com/yiisoft" target="_blank">
3-
<img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px">
3+
<img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px" alt="Yii">
44
</a>
55
<h1 align="center">Yii Arrays</h1>
66
<br>

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"homepage": "https://www.yiiframework.com/",
1111
"license": "BSD-3-Clause",
1212
"support": {
13-
"issues": "https://github.com/yiisoft/arrays/issues",
13+
"issues": "https://github.com/yiisoft/arrays/issues?state=open",
14+
"source": "https://github.com/yiisoft/arrays",
1415
"forum": "https://forum.yiiframework.com/",
1516
"wiki": "https://www.yiiframework.com/wiki/",
1617
"irc": "ircs://irc.libera.chat:6697/yii",
17-
"chat": "https://t.me/yii3en",
18-
"source": "https://github.com/yiisoft/arrays"
18+
"chat": "https://t.me/yii3en"
1919
},
2020
"funding": [
2121
{

0 commit comments

Comments
 (0)