From 521b25f4b05fd26bec69d9dedeb8f9c9a83939a8 Mon Sep 17 00:00:00 2001 From: Alex Saskevich Date: Sat, 11 Nov 2017 18:10:18 +0300 Subject: [PATCH] Fix markdown --- CONTRIBUTING.md | 10 +++++----- README.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a83181e..57e7238 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,13 +5,13 @@ If you do have a contribution to the package, feel free to create a Pull Request If you don't know what to do, there are some features and functions that need to be done - [ ] Refactor code -- [ ] Edit docs and [https://github.com/asaskevich/govalidator/README.md](README): spellcheck, grammar and typo check +- [ ] Edit docs and [README](https://github.com/asaskevich/govalidator/README.md): spellcheck, grammar and typo check - [ ] Create actual list of contributors and projects that currently using this package -- [ ] Resolve [https://github.com/asaskevich/govalidator/issues](issues and bugs) -- [ ] Update actual [https://github.com/asaskevich/govalidator#list-of-functions](list of functions) -- [ ] Update [https://github.com/asaskevich/govalidator#validatestruct-2](list of validators) that available for `ValidateStruct` and add new +- [ ] Resolve [issues and bugs](https://github.com/asaskevich/govalidator/issues) +- [ ] Update actual [list of functions](https://github.com/asaskevich/govalidator#list-of-functions) +- [ ] Update [list of validators](https://github.com/asaskevich/govalidator#validatestruct-2) that available for `ValidateStruct` and add new - [ ] Implement new validators: `IsFQDN`, `IsIMEI`, `IsPostalCode`, `IsISIN`, `IsISRC` etc -- [ ] Implement [https://github.com/asaskevich/govalidator/issues/224](validation by maps) +- [ ] Implement [validation by maps](https://github.com/asaskevich/govalidator/issues/224) - [ ] Implement fuzzing testing - [ ] Implement some struct/map/array utilities - [ ] Implement map/array validation diff --git a/README.md b/README.md index 6a59ce7..2238809 100644 --- a/README.md +++ b/README.md @@ -417,13 +417,13 @@ If you do have a contribution to the package, feel free to create a Pull Request If you don't know what to do, there are some features and functions that need to be done - [ ] Refactor code -- [ ] Edit docs and [https://github.com/asaskevich/govalidator/README.md](README): spellcheck, grammar and typo check +- [ ] Edit docs and [README](https://github.com/asaskevich/govalidator/README.md): spellcheck, grammar and typo check - [ ] Create actual list of contributors and projects that currently using this package -- [ ] Resolve [https://github.com/asaskevich/govalidator/issues](issues and bugs) -- [ ] Update actual [https://github.com/asaskevich/govalidator#list-of-functions](list of functions) -- [ ] Update [https://github.com/asaskevich/govalidator#validatestruct-2](list of validators) that available for `ValidateStruct` and add new +- [ ] Resolve [issues and bugs](https://github.com/asaskevich/govalidator/issues) +- [ ] Update actual [list of functions](https://github.com/asaskevich/govalidator#list-of-functions) +- [ ] Update [list of validators](https://github.com/asaskevich/govalidator#validatestruct-2) that available for `ValidateStruct` and add new - [ ] Implement new validators: `IsFQDN`, `IsIMEI`, `IsPostalCode`, `IsISIN`, `IsISRC` etc -- [ ] Implement [https://github.com/asaskevich/govalidator/issues/224](validation by maps) +- [ ] Implement [validation by maps](https://github.com/asaskevich/govalidator/issues/224) - [ ] Implement fuzzing testing - [ ] Implement some struct/map/array utilities - [ ] Implement map/array validation