From d82390c91b4f1f7b929b0f1cb759a2689fffc243 Mon Sep 17 00:00:00 2001 From: Domantas Lionas <31355030+lionas32@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:40:05 +0200 Subject: [PATCH] docs: Fix link to keepachangelog.md.jinja (#91) --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 40b952e..e99680f 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -862,7 +862,7 @@ and `--marker-line`. [semver]: https://semver.org/ [git-trailers]: https://git-scm.com/docs/git-interpret-trailers [softprops/action-gh-release]: https://github.com/softprops/action-gh-release -[keepachangelog-template]: https://github.com/pawamoy/git-changelog/tree/main/src/git_changelog/templates/keepachangelog.md +[keepachangelog-template]: https://github.com/pawamoy/git-changelog/tree/main/src/git_changelog/templates/keepachangelog.md.jinja [builtin-templates]: https://github.com/pawamoy/git-changelog/tree/main/src/git_changelog/templates [control-whitespace]: https://jinja.palletsprojects.com/en/3.1.x/templates/#whitespace-control [pep440]: https://peps.python.org/pep-0440/