diff --git a/content/docs.pt.md b/content/docs.pt.md
index 62778aaf990bb5d49a82541ed3d11e3ba24aa6f9..6a8d09c125a5552d2ee22146a6c0d47ee5ce71dc 100644
--- a/content/docs.pt.md
+++ b/content/docs.pt.md
@@ -20,6 +20,8 @@ Nós recomendamos que você comece pelo [Livro](https://doc.redox-os.org/book/),
 
 ## Contribuindo pro Redox
 
+- Leia o [CONTRIBUTING.md](https://gitlab.redox-os.org/redox-os/redox/-/blob/master/CONTRIBUTING.md)
+
 Você pode contribuir para a documentação/código do Redox nestes repositórios:
 
 (The order is based on difficulty, easy things first)
diff --git a/content/faq.en.md b/content/faq.en.md
index 27e3f57453d1500ea47b4ada6808b45c28e414f2..3265dff4bf7b2da48c19c2d6edcee07007218c27 100644
--- a/content/faq.en.md
+++ b/content/faq.en.md
@@ -26,7 +26,7 @@ This page covers the most asked questions.
 
 Redox is a microkernel-based operating system, a complete, fully-functioning, general-purpose operating system with a focus on safety, freedom, reliability, correctness, and pragmatism.
 
-All system components were written in Rust and run on user-space
+Wherever possible, the system components will be written in Rust and run on user-space
 
 ## What is the purpose of Redox?
 
diff --git a/content/faq.pt.md b/content/faq.pt.md
index 06e86a3f4bfac28bff7ba9af445aa6d2f7111509..c3f72670417d7c9b8eea04ddd6a840217a87ad87 100644
--- a/content/faq.pt.md
+++ b/content/faq.pt.md
@@ -26,7 +26,7 @@ Essa página cobre as perguntas mais comuns.
 
 O Redox é um sistema operacional baseado em microkernel, completo, funcional, para uso geral com foco em segurança, liberdade, confiabilidade, correção e pragmatismo.
 
-Todos os componentes do sistema são escritos em Rust e executam no espaço do usuário.
+Onde for possível, os componentes do sistema serão escritos em Rust e executam no espaço do usuário.
 
 ## Qual o propósito do Redox?