chore(doc): Fixed coding convention link

This commit is contained in:
Alexander Vakrilov
2017-09-25 15:05:01 +03:00
committed by GitHub
parent 2f0d3b0e0b
commit d8caf5583c

View File

@ -55,7 +55,7 @@ git checkout -b <my-fix-branch> master
```
4. The fun part! Make your code changes. Make sure you:
- Follow the [code conventions guide](CodeConvention.md).
- Follow the [code conventions guide](CodingConvention.md).
- Write unit tests for your fix or feature. Check out [writing unit tests guide](WritingUnitTests.md).
5. Before you submit your PR: