Skip to content

Commit 6be8f13

Browse files
committed
Used chat.djangoproject.com URL instead of cryptic discord.gg
1 parent 5f9764f commit 6be8f13

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

djangoproject/templates/aggregator/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h2 class="community-title">{% translate "Get Help" %}</h2>
1515
<h3>{% translate "Forum - Post a question" %}</h3>
1616
</div>
1717
</a>
18-
<a href="https://discord.gg/xcRH6mN4fa" class="community-cta-a">
18+
<a href="https://chat.djangoproject.com" class="community-cta-a">
1919
<div class="community-cta">
2020
<div>
2121
{% include "svg_logos/discord.html" %}

djangoproject/templates/homepage.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2>{% translate "Join the Community" %}</h2>
5656
<h3>{% translate "Forum - Post a question" %}</h3>
5757
</div>
5858
</a>
59-
<a href="https://discord.gg/xcRH6mN4fa" class="community-cta-a">
59+
<a href="https://chat.djangoproject.com" class="community-cta-a">
6060
<div class="community-cta">
6161
<div>
6262
{% include "svg_logos/discord.html" %}
@@ -149,7 +149,7 @@ <h3>{% translate "Get involved" %}</h3>
149149

150150
<h3>{% translate "Get Help" %}</h3>
151151
<dl class="list-links-small">
152-
<dt><a href="https://discord.gg/xcRH6mN4fa" target="_blank">{% translate "Django Discord Server" %}</a></dt>
152+
<dt><a href="https://chat.djangoproject.com" target="_blank">{% translate "Django Discord Server" %}</a></dt>
153153
<dd>
154154
{% translate "Join the Django Discord Community" %}
155155
</dd>

djangoproject/templates/includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h2>Get Help</h2>
3838
<ul>
3939
<li><a href="{% url 'document-detail' lang='en' version='stable' url='faq' host 'docs' %}">Getting Help FAQ</a>
4040
</li>
41-
<li><a href="https://discord.gg/xcRH6mN4fa" target="_blank">Django Discord</a></li>
41+
<li><a href="https://chat.djangoproject.com" target="_blank">Django Discord</a></li>
4242
<li><a href="https://forum.djangoproject.com/" target="_blank">Official Django Forum</a></li>
4343
</ul>
4444
</div>

docs/templates/docs/doc.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ <h2 id="getting-help-sidebar">{% trans "Getting help" %}</h2>
188188
<dt><a href="/en/stable/genindex/">{% trans "Index" %}</a>, <a href="/en/stable/py-modindex/">{% trans "Module Index" %}</a>, or <a href="/en/stable/contents/">{% trans "Table of Contents" %}</a></dt>
189189
<dd>{% blocktrans %}Handy when looking for specific information.{% endblocktrans %}</dd>
190190

191-
<dt><a href="https://discord.gg/xcRH6mN4fa">{% trans "Django Discord Server" %}</a></dt>
191+
<dt><a href="https://chat.djangoproject.com">{% trans "Django Discord Server" %}</a></dt>
192192
<dd>{% blocktrans %}Join the Django Discord Community.{% endblocktrans %}</dd>
193193

194194
<dt><a href="https://forum.djangoproject.com/">{% trans "Official Django Forum" %}</a></dt>

0 commit comments

Comments
 (0)