Skip to content

Commit 46921b5

Browse files
docs(readme): decode "%40" to "@" that unnecessarily encoded (#2489)
1 parent 73c30c3 commit 46921b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fix(server): send cors headers
6060
feat(blog): add comment section
6161
```
6262

63-
Common types according to [commitlint-config-conventional (based on the Angular convention)](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional#type-enum) can be:
63+
Common types according to [commitlint-config-conventional (based on the Angular convention)](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional#type-enum) can be:
6464

6565
- build
6666
- ci
@@ -224,7 +224,7 @@ For more information on how to contribute please take a look at our [contributio
224224
### Publishing a release
225225

226226
Before publishing a release do a `yarn run publish --dry-run` to get the upcoming version and update the version
227-
in the [`should print help` test](https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/cli/src/cli.test.ts#L431).
227+
in the [`should print help` test](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/src/cli.test.ts#L431).
228228
Commit that change before creating the new version without `--dry-run`.
229229

230230
```sh

0 commit comments

Comments
 (0)