From 741b8c790eb38b1514ff452e47a1ee86bd0e4093 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Wed, 13 Oct 2021 09:10:56 +0100 Subject: [PATCH] Fix pull request URLs in changelog --- .github/changelog-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/changelog-template.md b/.github/changelog-template.md index 49550ba1..2c0c512f 100644 --- a/.github/changelog-template.md +++ b/.github/changelog-template.md @@ -3,7 +3,7 @@ {%- if pulls %} ### {{ change_type }} {%- for pull_request in pulls %} -- {{ pull_request.title }} ([#{{ pull_request.number }}]({{ pull_request.url }})) +- {{ pull_request.title }} ([#{{ pull_request.number }}]({{ pull_request.html_url }})) {%- endfor -%} {% endif -%} {% endfor -%}