Skip to content

Commit 7445121

Browse files
docs(contributing): tidy and fix link
1 parent 53c00a6 commit 7445121

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ agree to abide by our **[code of conduct]**.
1616

1717
[Fork], then clone the repository:
1818

19-
[fork]: https://github.com/remarkablemark/html-react-parser/fork
19+
[Fork]: https://github.com/remarkablemark/html-react-parser/fork
2020

2121
```sh
2222
# replace `<user>` with your username
@@ -60,7 +60,7 @@ Things that will improve the chance that your pull request will be accepted:
6060
- [ ] Write good documentation.
6161
- [ ] Write a [good commit message][commit].
6262

63-
[ci]: https://github.com/remarkablemark/html-react-parser/actions?query=workflow%3Abuild
63+
[CI]: https://github.com/remarkablemark/html-react-parser/actions/workflows/build.yml
6464
[commit]: https://www.conventionalcommits.org/
6565

6666
## Test
@@ -99,4 +99,6 @@ npm run lint:dts
9999

100100
## Release
101101

102-
Release is automated by [Release Please](https://github.com/googleapis/release-please).
102+
Release is automated by [Release Please].
103+
104+
[Release Please]: https://github.com/googleapis/release-please

0 commit comments

Comments
 (0)