Skip to content

Commit 4bfbf76

Browse files
committed
docs: ✏️ Fix broken links
A couple links in the `commitConvention` section of the config docs were broken. This fixes those links.
1 parent 6bf8e8f commit 4bfbf76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/bot/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ These are the keys you can specify:
2121
| `files` | Array of files to update. | Default: `['README.md']` |
2222
| `imageSize` | Size (in px) of the user's avatar. | Default: `100` |
2323
| `commit` | Auto-commit badge when adding contributors. | Default: `false` |
24-
| `commitConvention` | Commit convention ([`angular`](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines), [`atom`](https://github.com/atom/atom/blob/master/CONTRIBUTING.md#git-commit-messages), [`ember`](https://guides.emberjs.com/v1.10.0/contributing/#toc_commits), [`eslint`](https://eslint.org/docs/1.0.0/developer-guide/contributing#step-2-make-your-changes), [`jshint`](https://jshint.com/contribute/), [`gitmoji`](https://gitmoji.carloscuesta.me/), or `none`). | Default: `angular` |
24+
| `commitConvention` | Commit convention ([`angular`](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit), [`atom`](https://github.com/atom/atom/blob/master/CONTRIBUTING.md#git-commit-messages), [`ember`](https://guides.emberjs.com/v1.10.0/contributing/#toc_commits), [`eslint`](https://eslint.org/docs/latest/contribute/pull-requests#step2), [`jshint`](https://jshint.com/contribute/), [`gitmoji`](https://gitmoji.carloscuesta.me/), or `none`). | Default: `angular` |
2525
| `commitType` | Set the `tag` for the commit in your chosen `commitConvention` (read more at [`commit-conv`](https://github.com/Berkmann18/commit-conv#parameters)) | Default: `docs` |
2626
| `contributorsPerLine` | Maximum number of columns for the contributors table. | Default: `7` |
2727
| `contributorsSortAlphabetically` | `true`: Sort alphabetically. `false`: Display in order of addition. | Default: `false` |

0 commit comments

Comments
 (0)