Skip to content

Commit

Permalink
Fix documentation links in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Jan 12, 2019
1 parent 9bbdd58 commit 6d8b8a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ Some advice:
- If you are not sure about your fix or feature it's better to open an issue first, and discuss the details there.
- Maybe your fix or update won't be perfect at first. Don't be afraid, just improve it and push the new commits. The PR will be updated accordingly.
- If your update needs some extra work it's okay to say: _"I'm busy now and I will improve it soon"_ or _"Sorry, I don't have time to improve it, I hope it helps in this form too"_. So it's better to say don't have time to continue then saying nothing.
- Please read and follow this [guide about the coding style](https://doc.littlevgl.com/#Coding-Style-Guide)
- Please read and follow this [guide about the coding style](https://docs.littlevgl.com/#Coding-Style-Guide)


### Where is the documentation?

You can read the documentation here: https://doc.littlevgl.com/
You can read the documentation here: https://docs.littlevgl.com/
You can edit the documentation here: https://github.com/littlevgl/doc

### Where is the blog?
Expand All @@ -63,7 +63,7 @@ For simple bugfixes (typos, missing error handling, fixing a warning) is fine to
### Suggesting and/or implementing new features
If you have a good idea don't hesitate to share with us. It's even better if you have time to deal with its implementation. Don't be afraid if you still don't know LittlevGL well enough. We will help you to get started.

During the implementation don't forget the [Code style guide](https://doc.littlevgl.com/#Coding-Style-Guide).
During the implementation don't forget the [Code style guide](https://docs.littlevgl.com/#Coding-Style-Guide).

### Improving and/or translating the documentation

Expand Down

0 comments on commit 6d8b8a8

Please sign in to comment.