From 68826a561788a2c7f3ac0fc278b66ddf3defdc37 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 22 Jul 2023 22:03:27 +0000
Subject: [PATCH] Remove Python from the FAQ and specify the SDL version

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

diff --git a/content/faq.en.md b/content/faq.en.md
index d1a1722b..3907bcb3 100644
--- a/content/faq.en.md
+++ b/content/faq.en.md
@@ -160,8 +160,7 @@ Some important software that Redox supports:
 - [LLVM](https://gitlab.redox-os.org/redox-os/cookbook/-/tree/master/recipes/llvm)
 - [Mesa3D](https://gitlab.redox-os.org/redox-os/cookbook/-/tree/master/recipes/mesa)
 - [OpenSSL](https://gitlab.redox-os.org/redox-os/cookbook/-/tree/master/recipes/openssl)
-- [Python](https://gitlab.redox-os.org/redox-os/cookbook/-/tree/master/recipes/python)
-- [SDL](https://gitlab.redox-os.org/redox-os/cookbook/-/tree/master/recipes/sdl2)
+- [SDL2](https://gitlab.redox-os.org/redox-os/cookbook/-/tree/master/recipes/sdl2)
 
 You can see all Redox components/ported programs [here](https://static.redox-os.org/pkg/x86_64-unknown-redox/).
 
diff --git a/content/faq.pt.md b/content/faq.pt.md
index 47c27b7a..249fcd5f 100644
--- a/content/faq.pt.md
+++ b/content/faq.pt.md
@@ -156,8 +156,7 @@ Softwares importantes que o Redox suporta:
 - [LLVM](https://gitlab.redox-os.org/redox-os/cookbook/-/tree/master/recipes/llvm)
 - [Mesa3D](https://gitlab.redox-os.org/redox-os/cookbook/-/tree/master/recipes/mesa)
 - [OpenSSL](https://gitlab.redox-os.org/redox-os/cookbook/-/tree/master/recipes/openssl)
-- [Python](https://gitlab.redox-os.org/redox-os/cookbook/-/tree/master/recipes/python)
-- [SDL](https://gitlab.redox-os.org/redox-os/cookbook/-/tree/master/recipes/sdl2)
+- [SDL2](https://gitlab.redox-os.org/redox-os/cookbook/-/tree/master/recipes/sdl2)
 
 VocĂȘ pode ver todos os componentes do Redox/programas portados [aqui](https://static.redox-os.org/pkg/x86_64-unknown-redox/)
 
-- 
GitLab