Skip to content

Commit 943b51f

Browse files
authored
fix(docs): fix url link and table formatting in the customization docs (#1399)
1 parent 53d43ad commit 943b51f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/customization.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ commitizen:
164164
| `change_type_map` | `dict` | `None` | (OPTIONAL) Dictionary mapping the type of the commit to a changelog entry |
165165

166166
[jinja2]: https://jinja.palletsprojects.com/en/2.10.x/
167-
[changelog-spec]: https://commitizen-tools.github.io/commitizen/changelog/
167+
[changelog-spec]: https://commitizen-tools.github.io/commitizen/commands/changelog/
168168

169169
#### Detailed `questions` content
170170

@@ -177,6 +177,7 @@ commitizen:
177177
| `default` | `Any` | `None` | (OPTIONAL) The default value for this question. |
178178
| `filter` | `str` | `None` | (OPTIONAL) Validator for user's answer. **(Work in Progress)** |
179179
| `multiline` | `bool` | `False` | (OPTIONAL) Enable multiline support when `type = input`. |
180+
180181
[different-question-types]: https://github.com/tmbo/questionary#different-question-types
181182

182183
#### Shortcut keys

0 commit comments

Comments
 (0)