From 8cb7dd769dec6ddf51a2bb22cc605f72037ca059 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Fri, 28 Jul 2023 08:00:21 -0400 Subject: [PATCH] Correct broken links in CHANGELOG.md. --- CHANGELOG.md | 8 ++++---- changelog.d/towncrier_template.md.jinja | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f11765..e676b67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ The **third number** is when we need to start branches for older releases (only for emergencies). Committed changes for the next release can be found in the ["changelog.d" -directory](https://github.com/kpfleming/jinjanator/tree/main/changelog.d) +directory](https://github.com/kpfleming/jinjanator-plugin-ansible/tree/main/changelog.d) in the project repository. -## [23.2.0](https://github.com/kpfleming/jinjanator/tree/23.2.0) - 2023-07-24 +## [23.2.0](https://github.com/kpfleming/jinjanator-plugin-ansible/tree/23.2.0) - 2023-07-24 ### Backwards-incompatible Changes @@ -42,6 +42,6 @@ See https://github.com/kpfleming/jinjanator/blob/main/.github/CONTRIBUTING.md#ch [#1](https://github.com/kpfleming/jinjanator-plugin-ansible/issues/1) -## [23.1.0](https://github.com/kpfleming/jinjanator/tree/23.1.0) - 2023-07-24 +## [23.1.0](https://github.com/kpfleming/jinjanator-plugin-ansible/tree/23.1.0) - 2023-07-24 Initial release! diff --git a/changelog.d/towncrier_template.md.jinja b/changelog.d/towncrier_template.md.jinja index c7cfc58..f30e9a0 100644 --- a/changelog.d/towncrier_template.md.jinja +++ b/changelog.d/towncrier_template.md.jinja @@ -2,10 +2,10 @@ ## Changes for the Upcoming Release :::{warning} -These changes reflect the current [development progress](https://github.com/kpfleming/jinjanator/tree/main) and are **not** included in a PyPI release yet. +These changes reflect the current [development progress](https://github.com/kpfleming/jinjanator-plugin-ansible/tree/main) and are **not** included in a PyPI release yet. ::: {% else -%} -## [{{ versiondata["version"] }}](https://github.com/kpfleming/jinjanator/tree/{{ versiondata["version"] }}) - {{ versiondata["date"] }} +## [{{ versiondata["version"] }}](https://github.com/kpfleming/jinjanator-plugin-ansible/tree/{{ versiondata["version"] }}) - {{ versiondata["date"] }} {%- endif %} {% for section, _ in sections.items() %}