Skip to content

Commit

Permalink
Fix docs (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizcmarin committed May 19, 2024
1 parent ee46521 commit f653b9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://github.com/yiisoft" target="_blank">
<img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px">
<img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px" alt="Yii">
</a>
<h1 align="center">Yii Input HTTP</h1>
<br>
Expand Down Expand Up @@ -75,15 +75,13 @@ Basic steps:
- Mark DTO properties with [hydrator attributes](docs/guide/en/hydrator-attributes.md) provided by this package.
- Add DTO class name as type hint to a class method argument where you want to it to be resolved.

For other available options, see the [guide](docs/guide/en).

## Documentation

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

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. You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).
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.
You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).

## License

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/input-http/issues?state=open",
"source": "https://github.com/yiisoft/input-http",
"forum": "https://www.yiiframework.com/forum/",
"wiki": "https://www.yiiframework.com/wiki/",
"irc": "ircs://irc.libera.chat:6697/yii",
"chat": "https://t.me/yii3en",
"source": "https://github.com/yiisoft/input-http"
"chat": "https://t.me/yii3en"
},
"funding": [
{
Expand Down

0 comments on commit f653b9b

Please sign in to comment.