Skip to content

Commit 3d47a91

Browse files
macklinumarionebl
authored andcommitted
docs: use absolute URLs in CONTRIBUTING.md
When clicking the original links on GitHub, I am taken to a 404 page. By using absolute GitHub URLs, clicking Happiness and conventional-changelog will navigate to the expected webpages.
1 parent b14bfc2 commit 3d47a91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To keep the code base of commitlint neat and tidy the following rules apply to e
4040

4141
> Coding standards
4242
43-
* [Happiness](/sindresorhus/xo) enforced
43+
* [Happiness](https://github.com/sindresorhus/xo) enforced
4444
* Favor micro library over swiss army knives (rimraf, ncp vs. fs-extra)
4545
* Be awesome
4646

@@ -50,7 +50,7 @@ To make your life easier commitlint is commitizen-friendly and provides the npm
5050

5151
> Commit standards
5252
53-
* [conventional-changelog](./@commitlint/prompt)
53+
* [conventional-changelog](https://github.com/marionebl/commitlint/tree/master/%40commitlint/prompt)
5454
* husky commit message hook available
5555
* present tense
5656
* maximum of 100 characters

0 commit comments

Comments
 (0)