Skip to content

Commit 0f2872b

Browse files
authored
Merge pull request typst-community#18 from fuchs-fabian/fixes-urls-in-changelog
Corrects the URLs in CHANGELOG - Closes typst-community#17
2 parents 24f3d6a + e5db223 commit 0f2872b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [unreleased](https://github.com/author/my-package/releases/tags/)
1+
# [unreleased](https://github.com/<author>/<my-package>/releases/tag/<the-tag>)
22
## Added
33

44
## Removed
@@ -9,5 +9,5 @@
99

1010
---
1111

12-
# [v0.1.0](https://github.com/author/my-package/releases/tags/v0.1.0)
13-
Initial Release
12+
# [v0.1.0](https://github.com/<author>/<my-package>/releases/tag/v0.1.0)
13+
Initial Release

0 commit comments

Comments
 (0)