Skip to content

Commit 521b25f

Browse files
committed
Fix markdown
1 parent 6c3cb32 commit 521b25f

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ If you do have a contribution to the package, feel free to create a Pull Request
55
If you don't know what to do, there are some features and functions that need to be done
66

77
- [ ] Refactor code
8-
- [ ] Edit docs and [https://github.com/asaskevich/govalidator/README.md](README): spellcheck, grammar and typo check
8+
- [ ] Edit docs and [README](https://github.com/asaskevich/govalidator/README.md): spellcheck, grammar and typo check
99
- [ ] Create actual list of contributors and projects that currently using this package
10-
- [ ] Resolve [https://github.com/asaskevich/govalidator/issues](issues and bugs)
11-
- [ ] Update actual [https://github.com/asaskevich/govalidator#list-of-functions](list of functions)
12-
- [ ] Update [https://github.com/asaskevich/govalidator#validatestruct-2](list of validators) that available for `ValidateStruct` and add new
10+
- [ ] Resolve [issues and bugs](https://github.com/asaskevich/govalidator/issues)
11+
- [ ] Update actual [list of functions](https://github.com/asaskevich/govalidator#list-of-functions)
12+
- [ ] Update [list of validators](https://github.com/asaskevich/govalidator#validatestruct-2) that available for `ValidateStruct` and add new
1313
- [ ] Implement new validators: `IsFQDN`, `IsIMEI`, `IsPostalCode`, `IsISIN`, `IsISRC` etc
14-
- [ ] Implement [https://github.com/asaskevich/govalidator/issues/224](validation by maps)
14+
- [ ] Implement [validation by maps](https://github.com/asaskevich/govalidator/issues/224)
1515
- [ ] Implement fuzzing testing
1616
- [ ] Implement some struct/map/array utilities
1717
- [ ] Implement map/array validation

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -417,13 +417,13 @@ If you do have a contribution to the package, feel free to create a Pull Request
417417
If you don't know what to do, there are some features and functions that need to be done
418418

419419
- [ ] Refactor code
420-
- [ ] Edit docs and [https://github.com/asaskevich/govalidator/README.md](README): spellcheck, grammar and typo check
420+
- [ ] Edit docs and [README](https://github.com/asaskevich/govalidator/README.md): spellcheck, grammar and typo check
421421
- [ ] Create actual list of contributors and projects that currently using this package
422-
- [ ] Resolve [https://github.com/asaskevich/govalidator/issues](issues and bugs)
423-
- [ ] Update actual [https://github.com/asaskevich/govalidator#list-of-functions](list of functions)
424-
- [ ] Update [https://github.com/asaskevich/govalidator#validatestruct-2](list of validators) that available for `ValidateStruct` and add new
422+
- [ ] Resolve [issues and bugs](https://github.com/asaskevich/govalidator/issues)
423+
- [ ] Update actual [list of functions](https://github.com/asaskevich/govalidator#list-of-functions)
424+
- [ ] Update [list of validators](https://github.com/asaskevich/govalidator#validatestruct-2) that available for `ValidateStruct` and add new
425425
- [ ] Implement new validators: `IsFQDN`, `IsIMEI`, `IsPostalCode`, `IsISIN`, `IsISRC` etc
426-
- [ ] Implement [https://github.com/asaskevich/govalidator/issues/224](validation by maps)
426+
- [ ] Implement [validation by maps](https://github.com/asaskevich/govalidator/issues/224)
427427
- [ ] Implement fuzzing testing
428428
- [ ] Implement some struct/map/array utilities
429429
- [ ] Implement map/array validation

0 commit comments

Comments
 (0)