Skip to content

Commit

Permalink
Merge pull request #939 from DavyJonesLocker/chore/fix-links
Browse files Browse the repository at this point in the history
Fix links
  • Loading branch information
tagliala authored Aug 4, 2024
2 parents a4171a5 + b7e9a4d commit fd309e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

## 20.0.1 / 2021-12-22

* [BUGFIX] Fix missing HTTP method ([#867](https://github.com/DavyJonesLocker/client_side_validations/issue/867))
* [BUGFIX] Fix missing HTTP method ([#867](https://github.com/DavyJonesLocker/client_side_validations/issues/867))
* [ENHANCEMENT] Update development dependencies

## 20.0.0 / 2021-12-16
Expand Down Expand Up @@ -190,7 +190,7 @@

* [FEATURE] Drop the deprecated tokenizer support in length validator
* [ENHANCEMENT] Do not use `New Function` ([#733](https://github.com/DavyJonesLocker/client_side_validations/issues/733))
* [ENHANCEMENT] Remove 'g' flag from RegExp conversions ([#750](https://github.com/DavyJonesLocker/client_side_validations/issues/750))
* [ENHANCEMENT] Remove 'g' flag from RegExp conversions ([#750](https://github.com/DavyJonesLocker/client_side_validations/pull/750))
* [ENHANCEMENT] Update dependencies

## 11.1.3 / 2018-09-08
Expand Down Expand Up @@ -325,7 +325,7 @@

## 4.2.11 / 2016-12-08

* [BUGFIX] Fix conditional validators ([#686](https://github.com/DavyJonesLocker/client_side_validations/issues/686))
* [BUGFIX] Fix conditional validators ([#686](https://github.com/DavyJonesLocker/client_side_validations/pull/686))

## 4.2.10 / 2016-11-16

Expand All @@ -337,7 +337,7 @@

## 4.2.8 / 2016-11-11

* [BUGFIX] Fix numericality validator ([#679](https://github.com/DavyJonesLocker/client_side_validations/pull/679))
* [BUGFIX] Fix numericality validator ([#679](https://github.com/DavyJonesLocker/client_side_validations/issues/679))

## 4.2.7 / 2016-10-08

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ inclusion.

### Commits

- [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/#seven-rules)
- [How to Write a Git Commit Message](https://cbea.ms/git-commit/#seven-rules)

## License

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## Project Goals ##

1. Follow the best practices for client side validations developed by [Luke Wroblewski](https://alistapart.com/article/inline-validation-in-web-forms)
1. Follow the best practices for client side validations developed by [Luke Wroblewski](https://alistapart.com/article/inline-validation-in-web-forms/)
2. Automatically extract and apply validation rules defined on the
server to the client.
3. In the cases where a server-side validation rule would not work on
Expand Down Expand Up @@ -547,4 +547,4 @@ on how to properly submit issues and pull requests.

[@dockyard](https://twitter.com/dockyard)

[Licensed under the MIT license](https://opensource.org/licenses/mit-license.php)
[Licensed under the MIT license](https://opensource.org/licenses/mit)

0 comments on commit fd309e5

Please sign in to comment.