From 6d00f68cc94b4639be03816eabae89f9f7bb85b1 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 11 Jun 2023 00:30:20 +0000 Subject: [PATCH] Quote the "Porting Applications using Recipes" page on CONTRIBUTING --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e9aafe9..9823316 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -74,6 +74,12 @@ You can find the Redox build system organization and commands on this page: - [Build System Quick Reference](https://doc.redox-os.org/book/ch08-06-build-system-reference.html) +## Porting Software + +You can read how to use the Cookbook recipe system to port applications on this page: + +- [Porting Applications Using Recipes](https://doc.redox-os.org/book/ch09-03-porting-applications.html) + ## Best Practices and Guidelines - [Best Practices](https://doc.redox-os.org/book/ch11-00-best-practices.html)