Skip to content

Commit 342220e

Browse files
committed
Fix link to security page on stable download page
1 parent 65fa138 commit 342220e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weechat/templates/download/packages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h4 class="my-0">
6363
</div>
6464
{% elif version != "devel" and version != "old" and package_version.grouper.security_issues_fixed > 0 %}
6565
<div class="alert alert-secondary">
66-
{% url 'doc_security' as security_url %}
66+
{% url 'doc_project_security' project as security_url %}
6767
{% blocktrans trimmed count counter=package_version.grouper.security_issues_fixed %}
6868
<strong>Note:</strong> this release fixes <a href="{{ security_url }}">{{ counter }} vulnerability</a>.
6969
{% plural %}

0 commit comments

Comments
 (0)