From 20ea34293b9b1264aee04cdd2017bd55f06750fd Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 25 Oct 2023 14:17:57 +0200 Subject: [PATCH 1/2] faqs/faq-03: fix dead link --- _faqs/faq-03.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_faqs/faq-03.md b/_faqs/faq-03.md index 1677d4fe..e4e0faff 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). From b377ec6c4cd1eeb1ceb45148fde82e6aefaa2a98 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 25 Oct 2023 14:18:17 +0200 Subject: [PATCH 2/2] faqs/faq-07: use better link to supported hardware --- _faqs/faq-07.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_faqs/faq-07.md b/_faqs/faq-07.md index 742e35b3..ffa39705 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!