We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5aa61 commit a0dd460Copy full SHA for a0dd460
reference/constraints/Email.rst
@@ -98,8 +98,8 @@ strict
98
99
**type**: ``boolean`` **default**: ``false``
100
101
-When false, the email will be validated against a simple Regular Expression.
102
-If true, then the `EmailValidator`_ library is required to perform an RFC compliant validation.
+When false, the email will be validated against a simple regular expression.
+If true, then the `egulias/email-validator`_ library is required to perform an RFC compliant validation.
103
104
message
105
~~~~~~~
@@ -126,4 +126,4 @@ check the validity of the MX *or* the A *or* the AAAA record of the host
126
of the given email.
127
128
129
-.. _EmailValidator: https://packagist.org/packages/egulias/email-validator
+.. _egulias/email-validator: https://packagist.org/packages/egulias/email-validator
0 commit comments