Skip to content

Commit

Permalink
Used chat.djangoproject.com URL instead of cryptic discord.gg
Browse files Browse the repository at this point in the history
  • Loading branch information
bmispelon committed Jan 22, 2025
1 parent 667bf22 commit 1301ad6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion djangoproject/templates/aggregator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h2 class="community-title">{% translate "Get Help" %}</h2>
<h3>{% translate "Forum - Post a question" %}</h3>
</div>
</a>
<a href="https://discord.gg/xcRH6mN4fa" class="community-cta-a">
<a href="https://chat.djangoproject.com" class="community-cta-a">
<div class="community-cta">
<div>
{% include "svg_logos/discord.html" %}
Expand Down
4 changes: 2 additions & 2 deletions djangoproject/templates/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h2>{% translate "Join the Community" %}</h2>
<h3>{% translate "Forum - Post a question" %}</h3>
</div>
</a>
<a href="https://discord.gg/xcRH6mN4fa" class="community-cta-a">
<a href="https://chat.djangoproject.com" class="community-cta-a">
<div class="community-cta">
<div>
{% include "svg_logos/discord.html" %}
Expand Down Expand Up @@ -149,7 +149,7 @@ <h3>{% translate "Get involved" %}</h3>

<h3>{% translate "Get Help" %}</h3>
<dl class="list-links-small">
<dt><a href="https://discord.gg/xcRH6mN4fa" target="_blank">{% translate "Django Discord Server" %}</a></dt>
<dt><a href="https://chat.djangoproject.com" target="_blank">{% translate "Django Discord Server" %}</a></dt>
<dd>
{% translate "Join the Django Discord Community" %}
</dd>
Expand Down
2 changes: 1 addition & 1 deletion djangoproject/templates/includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2>Get Help</h2>
<ul>
<li><a href="{% url 'document-detail' lang='en' version='stable' url='faq' host 'docs' %}">Getting Help FAQ</a>
</li>
<li><a href="https://discord.gg/xcRH6mN4fa" target="_blank">Django Discord</a></li>
<li><a href="https://chat.djangoproject.com" target="_blank">Django Discord</a></li>
<li><a href="https://forum.djangoproject.com/" target="_blank">Official Django Forum</a></li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/docs/doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ <h2 id="getting-help-sidebar">{% trans "Getting help" %}</h2>
<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>
<dd>{% blocktrans %}Handy when looking for specific information.{% endblocktrans %}</dd>

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

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

0 comments on commit 1301ad6

Please sign in to comment.