Fix medium blog link and CONTRIBUTING.md link

master
qadmus 2021-09-29 14:57:05 -07:00
parent 9ac038d54d
commit 9743993068
1 changed files with 2 additions and 2 deletions

4
FAQ.md

@ -153,8 +153,8 @@ What aren't they for? Same thing as Reddit karma.
To contribute to the openpilot codebase:
* Know Python / C++ (depends on which part of OP you want to contribute to)
* Learn Git and Github Pull Requests
* Read comma's blog posts related to development: https://medium.com/@comma_ai
* Read the openpilot `CONTRIBUTING.md` file: https://github.com/commaai/openpilot/blob/master/CONTRIBUTING.md
* Read comma's blog posts related to development: https://comma-ai.medium.com/
* Read the openpilot `CONTRIBUTING.md` file: https://github.com/commaai/openpilot/blob/master/docs/CONTRIBUTING.md
* Look at the issues page on Github (Particularly the "good first issue" label: https://github.com/commaai/openpilot/labels/good%20first%20issue)
* Read through the code and understand the architecture
* Search Discord with any questions you think of before asking (as per #guidelines )