You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: warehouse/templates/base.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -317,7 +317,7 @@ <h2>{% trans %}Using PyPI{% endtrans %}</h2>
317
317
<li><ahref="https://policies.python.org/python.org/code-of-conduct/" title="{% trans %}External link{% endtrans %}" target="_blank" rel="noopener">{% trans %}Code of conduct{% endtrans %}</a></li>
318
318
<li><ahref="{{ request.route_path('security') }}">{% trans %}Report security issue{% endtrans %}</a></li>
319
319
<li><ahref="https://www.python.org/privacy/" title="{% trans %}External link{% endtrans %}" target="_blank" rel="noopener">{% trans %}Privacy policy{% endtrans %}</a></li>
320
-
<li><ahref="https://policies.python.org/pypi.org/Terms-of-use/" title="{% trans %}External link{% endtrans %}" target="_blank" rel="noopener">{% trans %}Terms of use{% endtrans %}</a></li>
320
+
<li><ahref="https://policies.python.org/pypi.org/Terms-of-Use/" title="{% trans %}External link{% endtrans %}" target="_blank" rel="noopener">{% trans %}Terms of Use{% endtrans %}</a></li>
321
321
<li><ahref="https://policies.python.org/pypi.org/Acceptable-Use-Policy/" title="{% trans %}External link{% endtrans %}" target="_blank" rel="noopener">{% trans %}Acceptable Use Policy{% endtrans %}</a></li>
0 commit comments