diff --git a/docs/git-conventional-commits.md b/docs/git-conventional-commits.md index 0fc1854..405778d 100644 --- a/docs/git-conventional-commits.md +++ b/docs/git-conventional-commits.md @@ -129,4 +129,6 @@ What makes this tool different? - For Git commits to be a more readable history, we can utilize `git conventional commits` enforced by linters. - We can use the history of `git conventional commits` to generate automatically changelogs of changes for releases. -[To getting started with autogit](../README.md) \ No newline at end of file +## Where next? + +- [To getting started with autogit](../README.md)