Skip to content

Commit 2b590f3

Browse files
danieltottlwasser
andauthored
docs: ✏️ fix broken links in commitConvention (#759)
docs: ✏️ Fix broken links A couple links in the `commitConvention` section of the config docs were broken. This fixes those links. Co-authored-by: Leah Wasser <leah@pyopensci.org>
1 parent fe5936a commit 2b590f3

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
| `contributorsPerLine` | Maximum number of columns for the contributors table. | Default: `7` |
2626
| `contributorsSortAlphabetically` | `true`: Sort alphabetically. `false`: Display in order of addition. | Default: `false` |
2727
| `badgeTemplate` | Define your own lodash template to generate the badge. | |

0 commit comments

Comments
 (0)