diff --git a/Changelog.md b/Changelog.md index 2d13a0d7b..3ba77e82b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,8 @@ ## Refactor +* Indicate proper way to report bugs in the sidebar [#7039](https://github.com/diaspora/diaspora/pull/7039) + ## Bug fixes ## Features diff --git a/app/views/streams/main_stream.html.haml b/app/views/streams/main_stream.html.haml index 46f71957d..ed210d185 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"),