Skip to content

Commit 6b86fb1

Browse files
authored
fix: replace all website references with conventional changelog (#563)
1 parent 2bc027e commit 6b86fb1

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

@commitlint/cli/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
> Lint commit messages
22
33
<p align="center">
4-
<img width="750" src="https://marionebl.github.io/commitlint/assets/commitlint.svg">
4+
<img width="750" src="https://conventional-changelog.github.io/assets/commitlint.svg">
55
</p>
66

77
# @commitlint/cli
@@ -13,4 +13,4 @@ npm install --save-dev @commitlint/cli @commitlint/config-angular
1313
echo "module.exports = {extends: ['@commitlint/config-angular']};" > commitlint.config.js
1414
```
1515

16-
Consult [docs/cli](http://marionebl.github.io/commitlint/#/reference-cli) for comprehensive documentation.
16+
Consult [docs/cli](https://conventional-changelog.github.io/#/reference-cli) for comprehensive documentation.

@commitlint/config-angular/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ echo "module.exports = {extends: ['@commitlint/config-angular']};" > commitlint.
2020
### Problems
2121

2222
The following rules are considered problems for `@commitlint/config-angular` and will yield a non-zero exit code when not met.
23-
Consult [docs/rules](http://marionebl.github.io/commitlint/#/reference-rules) for a list of available rules.
23+
Consult [docs/rules](https://conventional-changelog.github.io/#/reference-rules) for a list of available rules.
2424

2525

2626
#### type-enum

@commitlint/config-conventional/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ echo "module.exports = {extends: ['@commitlint/config-conventional']};" > commit
2121

2222
The following rules are considered problems for `@commitlint/config-conventional` and will yield a non-zero exit code when not met.
2323

24-
Consult [docs/rules](https://marionebl.github.io/commitlint/#/reference-rules) for a list of available rules.
24+
Consult [docs/rules](https://conventional-changelog.github.io/#/reference-rules) for a list of available rules.
2525

2626

2727
#### type-enum

@commitlint/config-lerna-scopes/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ packages
4040
✔ found 0 problems, 0 warnings
4141
```
4242

43-
Consult [docs/rules](http://marionebl.github.io/commitlint/#/reference-rules) for a list of available rules.
43+
Consult [docs/rules](https://conventional-changelog.github.io/#/reference-rules) for a list of available rules.

@commitlint/config-patternplate/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ The following rules are considered problems for `@commitlint/config-patterplate`
2222
* **rule**: `always`
2323
* **value**: determined based on pattern tree. `system` and all pattern ids present in `patterns` are allowed
2424

25-
Consult [docs/rules](http://marionebl.github.io/commitlint/#/reference-rules) for a list of available rules.
25+
Consult [docs/rules](https://conventional-changelog.github.io/#/reference-rules) for a list of available rules.

@commitlint/format/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ process.stdout.write(output);
5959
] */
6060
```
6161

62-
Consult [docs/api](http://marionebl.github.io/commitlint/#/reference-api) for comprehensive documentation.
62+
Consult [docs/api](https://conventional-changelog.github.io/#/reference-api) for comprehensive documentation.
6363

@commitlint/lint/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ lint('foo: bar', {'type-enum': [1, 'always', ['bar']]})
3030
*/
3131
```
3232

33-
Consult [docs/api](http://marionebl.github.io/commitlint/#/reference-api) for comprehensive documentation.
33+
Consult [docs/api](https://conventional-changelog.github.io/#/reference-api) for comprehensive documentation.

@commitlint/load/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ load({extends: ['./package']})
1818
// => { extends: ['./package', './package-b'], rules: {} }
1919
```
2020

21-
Consult [docs/api](http://marionebl.github.io/commitlint/#/reference-api) for comprehensive documentation.
21+
Consult [docs/api](https://conventional-changelog.github.io/#/reference-api) for comprehensive documentation.

@commitlint/prompt-cli/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ git add .
1414
commit
1515
```
1616

17-
A full usage guide is available at [docs/prompt](http://marionebl.github.io/commitlint/#/guides-use-prompt).
17+
A full usage guide is available at [docs/prompt](https://conventional-changelog.github.io/#/guides-use-prompt).

@commitlint/prompt/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This is the library and commitizen adapter version of commitlint prompt.
66
A ready-to-use cli version is available at [@commitlint/prompt-cli](../prompt-cli).
7-
Learn how to use it at [docs/prompt](http://marionebl.github.io/commitlint/#/guides-use-prompt).
7+
Learn how to use it at [docs/prompt](https://conventional-changelog.github.io/#/guides-use-prompt).
88

99
## Getting started
1010

@commitlint/read/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ read({from: 'HEAD~2', to: 'HEAD~1'})
2424
// => ['Initial commit\n\n']
2525
```
2626

27-
Consult [docs/api](http://marionebl.github.io/commitlint/#/reference-api) for comprehensive documentation.
27+
Consult [docs/api](https://conventional-changelog.github.io/#/reference-api) for comprehensive documentation.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Get Started](https://marionebl.github.io/commitlint/#/?id=getting-started) | [Let's chat][12] ![slack][11] | [Website](https://marionebl.github.io/commitlint)
1+
# [Get Started](https://conventional-changelog.github.io/#/?id=getting-started) | [Let's chat][12] ![slack][11] | [Website](https://conventional-changelog.github.io)
22

33
> Lint commit messages
44
@@ -101,8 +101,8 @@ To lint commits before they are created you can use Husky's 'commit-msg' hook:
101101

102102
**Detailed Setup instructions**
103103

104-
* [Local setup](https://marionebl.github.io/commitlint/#/guides-local-setup) - Lint messages on commit with husky
105-
* [CI setup](https://marionebl.github.io/commitlint/#/guides-ci-setup) - Lint messages during CI builds
104+
* [Local setup](https://conventional-changelog.github.io/#/guides-local-setup) - Lint messages on commit with husky
105+
* [CI setup](https://conventional-changelog.github.io/#/guides-ci-setup) - Lint messages during CI builds
106106

107107

108108
## CLI

0 commit comments

Comments
 (0)