Skip to content

Commit f653b9b

Browse files
authored
Fix docs (#45)
1 parent ee46521 commit f653b9b

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

+3-5
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 Input HTTP</h1>
66
<br>
@@ -75,15 +75,13 @@ Basic steps:
7575
- Mark DTO properties with [hydrator attributes](docs/guide/en/hydrator-attributes.md) provided by this package.
7676
- Add DTO class name as type hint to a class method argument where you want to it to be resolved.
7777

78-
For other available options, see the [guide](docs/guide/en).
79-
8078
## Documentation
8179

8280
- Guide: [English](docs/guide/en/README.md), [Português - Brasil](docs/guide/pt-BR/README.md).
8381
- [Internals](docs/internals.md)
8482

85-
If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place
86-
for that. You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).
83+
If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place for that.
84+
You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).
8785

8886
## License
8987

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"license": "BSD-3-Clause",
1616
"support": {
1717
"issues": "https://github.com/yiisoft/input-http/issues?state=open",
18+
"source": "https://github.com/yiisoft/input-http",
1819
"forum": "https://www.yiiframework.com/forum/",
1920
"wiki": "https://www.yiiframework.com/wiki/",
2021
"irc": "ircs://irc.libera.chat:6697/yii",
21-
"chat": "https://t.me/yii3en",
22-
"source": "https://github.com/yiisoft/input-http"
22+
"chat": "https://t.me/yii3en"
2323
},
2424
"funding": [
2525
{

0 commit comments

Comments
 (0)