Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some links in FAQS #109

Merged
merged 2 commits into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _faqs/faq-03.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion _faqs/faq-07.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Loading