diff --git a/config/_default/menus.toml b/config/_default/menus.toml
index 5174414..8ade157 100755
--- a/config/_default/menus.toml
+++ b/config/_default/menus.toml
@@ -22,7 +22,7 @@ weight = 15
[[main]]
name = "FAQ"
post = "Find the answer"
-url = "/pages/learn/#dasharo-faq"
+url = "https://docs.dasharo.com/osf-trivia-list/introduction/"
weight = 20
[[main]]
diff --git a/content/learn.md b/content/learn.md
index 3bf6336..c81bf2b 100644
--- a/content/learn.md
+++ b/content/learn.md
@@ -21,11 +21,6 @@ banner:
icon: images/icons/bishop-grey.png
link: "#dasharo-diy"
- - title: FAQ
- icon: images/icons/queen-grey.png
- link: "#dasharo-faq"
-
-
how_dasharo_works:
title: How Dasharo works
@@ -253,6 +248,7 @@ dasharo_diy:
- Marketing support with technical writing, documentation releases, blog
posts and newsletters
+<<<<<<< HEAD
dasharo_faq:
title: Dasharo FAQ
@@ -691,4 +687,6 @@ dasharo_faq:
Details of such project should be discussed beforehand on the
dedicated meeting, therefore feel free to book a matching time in our
[calendar](https://calendly.com/3mdeb/consulting-remote-meeting).
+=======
+>>>>>>> remove FAQ
---