Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Previous link to David Gilbertson's article was a broken hackernoon link, as well as the same hackernoon link on David's profile page on hackernoon.

this PR just changes the link to a viable medium link, which is still written by David Gilbertson, so he retains all credit.
  • Loading branch information
msands authored Sep 24, 2021
1 parent 29ff50e commit ed0b209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Formerly found at: <https://github.com/balexand/email_validator>

The default validation provided by this gem (the `:loose` configuration option)
is extremely loose. It just checks that there's an `@` with something before and
after it without any whitespace. See [this article by David Gilbertson](https://hackernoon.com/the-100-correct-way-to-validate-email-addresses-7c4818f24643)
after it without any whitespace. See [this article by David Gilbertson](https://medium.com/hackernoon/the-100-correct-way-to-validate-email-addresses-7c4818f24643)
for an explanation of why.

We understand that many use cases require an increased level of validation. This
Expand Down

0 comments on commit ed0b209

Please sign in to comment.