Fix markdown
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a83181e..57e7238 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -5,13 +5,13 @@
 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 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