diff --git a/app/views/streams/main_stream.html.haml b/app/views/streams/main_stream.html.haml
index 46f71957d48b47685d3707007d743e52e0c7b8f3..ed210d1856f4b820112ed764cce562d7d20d3b90 100644
--- a/app/views/streams/main_stream.html.haml
+++ b/app/views/streams/main_stream.html.haml
@@ -81,8 +81,8 @@
                   tag_path(name: t("aspects.index.help.tag_question"))))
               %li
                 != t("aspects.index.help.find_a_bug",
-                  link: link_to("#" + t("aspects.index.help.tag_bug"),
-                  tag_path(name: t("aspects.index.help.tag_bug"))))
+                  link: link_to(t("aspects.index.help.tag_bug"),
+                  "https://wiki.diasporafoundation.org/How_to_report_a_bug"))
               %li
                 != t("aspects.index.help.feature_suggestion",
                   link: link_to("#" + t("aspects.index.help.tag_feature"),