diff --git a/_faqs/faq-03.md b/_faqs/faq-03.md index 1677d4f..e4e0faf 100644 --- a/_faqs/faq-03.md +++ b/_faqs/faq-03.md @@ -4,6 +4,6 @@ question: How is RIOT development organized? In short there are certain [Coding Conventions](https://github.com/RIOT-OS/RIOT/blob/master/CODING_CONVENTIONS.md) to follow and we are using [Github](https://github.com/)'s pull requests for code review. So for new features and fixes create a fork of the [RIOT repository](https://github.com/RIOT-OS/RIOT) and open a pull request with a detailed description of your changes. -For a more in depth description check out the dedicated document on [development procedures](https://github.com/RIOT-OS/RIOT/CONTRIBUTING.md). +For a more in depth description check out the dedicated document on [development procedures](https://github.com/RIOT-OS/RIOT/blob/master/CONTRIBUTING.md). Also, do check out the open [community processes](https://github.com/RIOT-OS/RIOT/wiki/RIOT-Community-Processes). diff --git a/_faqs/faq-07.md b/_faqs/faq-07.md index 742e35b..ffa3970 100644 --- a/_faqs/faq-07.md +++ b/_faqs/faq-07.md @@ -2,5 +2,5 @@ question: Does RIOT run as-is on my hardware? --- -Check out this page on supported [hardware](https://github.com/RIOT-OS/RIOT/wiki/RIOT-Platforms). +Check out this page on supported [hardware](https://www.riot-os.org/boards.html). If your hardware is not listed there, you're welcome to provide a port for your hardware!