Hello!
Where can I post typos I find in documentation?
For example, I’m reading Guide 2.0.
Here http://www.yiiframework.com/doc-2.0/guide-upgrade-from-v1.html#models is a mistake with link creation.
Hello!
Where can I post typos I find in documentation?
For example, I’m reading Guide 2.0.
Here http://www.yiiframework.com/doc-2.0/guide-upgrade-from-v1.html#models is a mistake with link creation.
I assume you could fork the repository, fix the changes, then send a pull request. For the case of typo fixes, it’s probably almost as fast as reporting it and means that the work is done.
Github Docs
Thank you!
I’ve just found similar page github.com/yiisoft/yii2/blob/master/docs/guide/intro-upgrade-from-v1.md#models
but it seems completely rewrited.
I think I should read guide from GitHub.
Thanks for the link! Now I read there.
I have created few pull requests to yii2 github repo and they’ve been accepted. Most of them about broken links.
I wonder if there is a way to automatically check the links. Maybe simple regex?
Docs build tool is checking these but thanks for the fixes anyway.
Thanks!