Skip to content

Commit 7161f97

Browse files
authored
Fix URL in changelog template
1 parent 0fa7d9e commit 7161f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog/_template.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{% if definitions[category]['showcontent'] %}
1515
{% for text, values in sections[section][category]|dictsort(by='value') %}
1616
{% set issue_joiner = joiner(', ') %}
17-
- {% for value in values|sort %}{{ issue_joiner() }}`{{ value }} <https://github.com/pytest-dev/pytest/issues/{{ value[1:] }}>`_{% endfor %}: {{ text }}
17+
- {% for value in values|sort %}{{ issue_joiner() }}`{{ value }} <https://github.com/pytest-dev/pluggy/issues/{{ value[1:] }}>`_{% endfor %}: {{ text }}
1818

1919

2020
{% endfor %}

0 commit comments

Comments
 (0)