diff --git a/docs/tutorials/release-scm.md b/docs/tutorials/release-scm.md index a27847ec0..f8db1321b 100644 --- a/docs/tutorials/release-scm.md +++ b/docs/tutorials/release-scm.md @@ -24,7 +24,7 @@ git push --follow-tags ``` !!! tip - Wrap this in a CI job to fully automate releases when using the `scm` provider using [setup-cz](github.com/commitizen-tools/setup-cz) + Wrap this in a CI job to fully automate releases when using the `scm` provider using [setup-cz](https://github.com/commitizen-tools/setup-cz) ## Why Can't I Bump with SCM?