Skip to content

Commit 4acebeb

Browse files
authored
Add missing slash character to towncrier issue format (#3788)
1 parent 536ce9d commit 4acebeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ checks = [
445445
directory = 'changes'
446446
filename = "docs/release-notes.md"
447447
underlines = ["", "", ""]
448-
issue_format = "[#{issue}](https://github.com/zarr-developers/zarr-python/issues{issue})"
448+
issue_format = "[#{issue}](https://github.com/zarr-developers/zarr-python/issues/{issue})"
449449
start_string = "<!-- towncrier release notes start -->\n"
450450

451451
[tool.codespell]

0 commit comments

Comments
 (0)