Skip to content

Commit 162ccc7

Browse files
authored
Drop links to @pythonstatus, prefer status.python.org (#17922)
1 parent da82067 commit 162ccc7

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

warehouse/locale/messages.pot

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,6 @@ msgid "Monty Python - The Cheese Shop Sketch"
952952
msgstr ""
953953

954954
#: warehouse/templates/404.html:34 warehouse/templates/500.html:28
955-
#: warehouse/templates/500.html:29
956955
#: warehouse/templates/accounts/two-factor.html:55
957956
#: warehouse/templates/base.html:286 warehouse/templates/base.html:287
958957
#: warehouse/templates/base.html:288 warehouse/templates/base.html:289
@@ -1080,19 +1079,15 @@ msgstr ""
10801079
msgid "Check our status page"
10811080
msgstr ""
10821081

1083-
#: warehouse/templates/500.html:29
1084-
msgid "View Python Status on Twitter"
1085-
msgstr ""
1086-
1087-
#: warehouse/templates/500.html:32
1082+
#: warehouse/templates/500.html:31
10881083
msgid "Error code 500"
10891084
msgstr ""
10901085

1091-
#: warehouse/templates/500.html:36
1086+
#: warehouse/templates/500.html:35
10921087
msgid "Rely on PyPI to get your job done?"
10931088
msgstr ""
10941089

1095-
#: warehouse/templates/500.html:37
1090+
#: warehouse/templates/500.html:36
10961091
msgid ""
10971092
"Consider <a href=\"https://github.com/pypi/warehouse\" target=\"_blank\" "
10981093
"rel=\"noopener\"> contributing </a> or <a "

warehouse/static/html/mirror.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ <h2 class="callout-block__heading" >Active Incidents</h2>
151151
</div>
152152

153153
<p class="footer">
154-
Check <a href="https://status.python.org">https://status.python.org</a> or
155-
follow <a href="https://twitter.com/PythonStatus">@PythonStatus</a> for updates.
154+
Check <a href="https://status.python.org">https://status.python.org</a> for updates.
156155
</p>
157156
</main>
158157
</div>

warehouse/templates/500.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
<ul class="unstyled">
2828
<li><a href="https://status.python.org/" title="{% trans %}External link{% endtrans %}" target="_blank" rel="noopener">{% trans %}Check our status page{% endtrans %}</a></li>
29-
<li><a href="https://twitter.com/PythonStatus" title="{% trans %}External link{% endtrans %}" target="_blank" rel="noopener">{% trans %}View Python Status on Twitter{% endtrans %}</a></li>
3029
</ul>
3130
<br>
3231
<p class="no-bottom-padding"><strong>{% trans %}Error code 500{% endtrans %}</strong></p>

0 commit comments

Comments
 (0)