Skip to content

Commit 93670d4

Browse files
authored
Merge pull request #116 from Be-ing/discourse_forum
change forum links to https://mixxx.discourse.group/
2 parents 4e19364 + c285b82 commit 93670d4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pages/get-involved.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h5><a class="headline-link" href="#djs">{% trans "DJs" %}</a></h5>
6464
{% blocktrans with mixxx_wiki_link="/wiki/" %}Help keep our <a href="{{ mixxx_wiki_link }}">Wiki</a> up-to-date.{% endblocktrans %}
6565
</li>
6666
<li>
67-
{% blocktrans with forum_link="/forums/" zulip_web_link="https://mixxx.zulipchat.com/" %}Support other DJs with their technical questions on <a href="{{ forum_link }}">the forums</a> and <a href="{{ zulip_web_link }}">Zulip</a>.{% endblocktrans %}
67+
{% blocktrans with forum_link="https://mixxx.discourse.group/" zulip_web_link="https://mixxx.zulipchat.com/" %}Support other DJs with their technical questions on <a href="{{ forum_link }}">the forums</a> and <a href="{{ zulip_web_link }}">Zulip</a>.{% endblocktrans %}
6868
</li>
6969
<li>
7070
<b>{% trans "Promote Mixxx:" %} </b>{% blocktrans %}Write an article about how you use Mixxx for your blog, or mention us when new releases come out. Any exposure on the web and in print helps our project grow, and is much appreciated!{% endblocktrans %}

plugins/page_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def preBuildPage(page, context, data):
2727
)),
2828
MenuItem("/support", "Support & Community", "Navigation bar link to Mixxx support page.", children=(
2929
MenuItem("/manual/latest", "Manual", "Navigation bar link to Mixxx Manual."),
30-
MenuItem("/forums", "Forums", "Navigation bar link to Mixxx Forums."),
30+
MenuItem("https://mixxx.discourse.group/", "Forums", "Navigation bar link to Mixxx Forums."),
3131
MenuItem("https://github.com/mixxxdj/mixxx/wiki", "Wiki", "Navigation bar link to Mixxx Wiki."),
3232
MenuItem("/get-involved", "Get Involved", "Navigation bar link to Mixxx Get Involved page."),
3333
)),

templates/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h2 class="docs-header">Pages</h2>
1313
<div>
1414
<h2 class="docs-header">Community</h2>
1515
<ul>
16-
<li><a href="/forums">Forums</a></li>
16+
<li><a href="https://mixxx.discourse.group/">Forums</a></li>
1717
<li>
1818
<a class="twitter social_icon" href="https://twitter.com/mixxxdj" target="_blank">
1919
<img src="{% static '/static/images/social_icons/twitter.svg' %}" alt="Twitter">

0 commit comments

Comments
 (0)