From 487dfbd688ae873408cbdb12a137426687ef453c Mon Sep 17 00:00:00 2001 From: Adam Boguszewski Date: Wed, 1 Mar 2023 11:47:22 +0100 Subject: [PATCH] docs: fix towncrier template for PR link --- .changelog/changelog_template.jinja | 2 +- CHANGELOG.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.changelog/changelog_template.jinja b/.changelog/changelog_template.jinja index 704170d5f3..434533ce97 100644 --- a/.changelog/changelog_template.jinja +++ b/.changelog/changelog_template.jinja @@ -28,7 +28,7 @@ No significant changes. {% endfor %} {% endfor %} {%- for value in all_values | unique %} -{{ value }}: https://github.com/SumoLogic/sumologic-kubernetes-collection/pulls/{{ value | trim('[]#') }} +{{ value }}: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/{{ value | trim('[]#') }} {% endfor %} [v{{ versiondata.version }}]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/v{{ versiondata.version }} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e5eeb9cf4..d0ea1e9442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,11 +75,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - feat(instrumentation): scrape label added and updated [#2875] -[#2870]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pulls/2870 -[#2872]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pulls/2872 -[#2873]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pulls/2873 -[#2882]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pulls/2882 -[#2875]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pulls/2875 +[#2870]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2870 +[#2872]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2872 +[#2873]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2873 +[#2882]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2882 +[#2875]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2875 [v3.2.0]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/v3.2.0 ## [v3.1.1]