Skip to content

Commit 4487fc5

Browse files
committed
fix: bad repo link
1 parent 7505f13 commit 4487fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body = """
1818
{% if previous.commit_id %}
1919
`{{ previous.commit_id | truncate(length=7, end="") }} <https://github.com/JacobCoffee/niapi/commit/{{ previous.commit_id }}>`_ ... \
2020
`{{ commit_id | truncate(length=7, end="") }} <https://github.com/JacobCoffee/niapi/commit/{{ commit_id }}>`_ \
21-
| `See diff for {{ version | trim_start_matches(pat="v") }} <https://github.com/litestar-org/litestar/compare/{{ previous.commit_id }}...{{ commit_id }}>`_
21+
| `See diff for {{ version | trim_start_matches(pat="v") }} <https://github.com/JacobCoffee/niapi/compare/{{ previous.commit_id }}...{{ commit_id }}>`_
2222
{% endif %}\
2323
{% endif %}\
2424
{% for group, commits in commits | group_by(attribute="group") %}

0 commit comments

Comments
 (0)