Skip to content

Commit 71d2d58

Browse files
committed
docs: fix links to Github
1 parent 9f0e326 commit 71d2d58

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/faq.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,17 @@ More discussion can be found in issue [#318](https://github.com/commitizen-tools
9090
## Why does commitizen not support CalVer?
9191

9292
`commitizen` could support CalVer alongside SemVer, but in practice implementing CalVer
93-
creates numerous edge cases that are difficult to maintain (#385) and more generally
93+
creates numerous edge cases that are difficult to maintain ([#385]) and more generally
9494
mixing the two version schemes may not be a good idea. If CalVer or other custom
9595
versioning scheme is needed, `commitizen` could still be used to standardize commits
9696
and create changelogs, but a separate package should be used for version increments.
9797

9898
Mixing CalVer and SemVer is generally not recommended because each versioning scheme
9999
serves a different purposes. Diverging from either specification can be confusing to
100-
users and cause errors when third party tools that don't expect the non-standard format.
100+
users and cause errors with third party tools that don't expect the non-standard format.
101101

102102
In the future, `commitizen` may support some implementation of CalVer, but at the time
103-
of writing, there are no plans to implement the feature (#173).
103+
of writing, there are no plans to implement the feature ([#173]).
104104

105105
If you would like to learn more about both schemes, there are plenty of good resources:
106106

@@ -111,3 +111,6 @@ If you would like to learn more about both schemes, there are plenty of good res
111111
- [SemVer vs. CalVer and Why I Use Both](https://mikestaszel.com/2021/04/03/semver-vs-calver-and-why-i-use-both/) (but not at the same time)
112112
- [Semver Will Not Save You](https://hynek.me/articles/semver-will-not-save-you/)
113113
- [Why I Don't Like SemVer](https://snarky.ca/why-i-dont-like-semver/)
114+
115+
[#173]: https://github.com/commitizen-tools/commitizen/issues/173
116+
[#385]: https://github.com/commitizen-tools/commitizen/pull/385

0 commit comments

Comments
 (0)