diff --git a/app/views/homescreen/blocks/_community.html.erb b/app/views/homescreen/blocks/_community.html.erb
index 2e581a2cc0..2e6fccdd25 100644
--- a/app/views/homescreen/blocks/_community.html.erb
+++ b/app/views/homescreen/blocks/_community.html.erb
@@ -7,9 +7,6 @@
<%= static_link_to :user_guides %>
-
- <%= static_link_to :faq %>
-
diff --git a/config/initializers/homescreen.rb b/config/initializers/homescreen.rb
index a4defac299..d4eda8e777 100644
--- a/config/initializers/homescreen.rb
+++ b/config/initializers/homescreen.rb
@@ -58,11 +58,6 @@ OpenProject::Static::Homescreen.manage :links do |links|
icon: 'icon-context icon-rename',
url: static_links[:user_guides][:href]
},
- {
- label: :faq,
- icon: 'icon-context icon-faq',
- url: static_links[:faq][:href]
- },
{
label: :glossary,
icon: 'icon-context icon-glossar',
diff --git a/lib/redmine/menu_manager/top_menu/help_menu.rb b/lib/redmine/menu_manager/top_menu/help_menu.rb
index ff2fb67b75..ad6969bf8f 100644
--- a/lib/redmine/menu_manager/top_menu/help_menu.rb
+++ b/lib/redmine/menu_manager/top_menu/help_menu.rb
@@ -87,7 +87,6 @@ module Redmine::MenuManager::TopMenu::HelpMenu
result << static_link_item(:upsale, href_suffix: "?utm_source=ce-helpmenu")
end
result << static_link_item(:user_guides)
- result << static_link_item(:faq)
result << content_tag(:li) {
link_to l('homescreen.links.shortcuts'),
'',