From c3823c3c92ed486740bd76c3b65f52b662b8f37a Mon Sep 17 00:00:00 2001
From: Alberto Souza <peer_64x@protonmail.com>
Date: Mon, 13 Feb 2023 23:17:12 +0000
Subject: [PATCH] Improve FAQ.

---
 content/faq.en.md | 4 ++--
 content/faq.pt.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/faq.en.md b/content/faq.en.md
index 99a50f7f..d4031a69 100644
--- a/content/faq.en.md
+++ b/content/faq.en.md
@@ -242,14 +242,14 @@ Refer to the Redox Book to see if the problem is your build configuration or too
 
 Check GitLab Issues first to see if your problem is already known.
 
+- [CONTRIBUTING](https://gitlab.redox-os.org/redox-os/redox/-/blob/master/CONTRIBUTING.md)
 - [Redox Book Bug Report Guide](https://doc.redox-os.org/book/ch12-03-creating-proper-bug-reports.html)
-- [GitLab Guide](https://gitlab.redox-os.org/redox-os/redox/-/blob/master/CONTRIBUTING.md)
 
 ## How do I contribute to Redox?
 
 You can contribute to Redox in many ways, here some of them:
 
-- [GitLab Guide](https://gitlab.redox-os.org/redox-os/redox/blob/master/CONTRIBUTING.md)
+- [CONTRIBUTING](https://gitlab.redox-os.org/redox-os/redox/blob/master/CONTRIBUTING.md)
 - [Redox Book Contribution Guide](https://doc.redox-os.org/book/ch10-02-low-hanging-fruit.html)
 - [How to make pull requests properly](https://doc.redox-os.org/book/ch12-04-creating-proper-pull-requests.html)
 - [Documentation](/docs/)
diff --git a/content/faq.pt.md b/content/faq.pt.md
index 417b3d79..f06abd4e 100644
--- a/content/faq.pt.md
+++ b/content/faq.pt.md
@@ -239,14 +239,14 @@ Leia todo o livro do Redox antes para ver se seu problema é sua configuração
 
 Verifique as Issues no GitLab primeiro para ver se seu problema é conhecido.
 
+- [CONTRIBUTING](https://gitlab.redox-os.org/redox-os/redox/blob/master/CONTRIBUTING.md)
 - [Guia para Relatório de Bug no Livro do Redox](https://doc.redox-os.org/book/ch12-03-creating-proper-bug-reports.html)
-- [CONTRIBUTING.md](https://gitlab.redox-os.org/redox-os/redox/blob/master/CONTRIBUTING.md)
 
 ## Como contribuir para o Redox?
 
 Você pode contribuir para o Redox de diversas formas, leia sobre abaixo:
 
-- [Guia do GitLab](https://gitlab.redox-os.org/redox-os/redox/blob/master/CONTRIBUTING.md)
+- [CONTRIBUTING](https://gitlab.redox-os.org/redox-os/redox/blob/master/CONTRIBUTING.md)
 - [Guia de Contribuição no Livro do Redox](https://doc.redox-os.org/book/ch10-02-low-hanging-fruit.html)
 - [Como fazer pull requests corretamente](https://doc.redox-os.org/book/ch12-04-creating-proper-pull-requests.html)
 - [Documentação](/pt/docs/)
-- 
GitLab