Skip to content

Commit 3d6ee28

Browse files
committed
Changed normal link to special :phpfunction: link
1 parent 279302c commit 3d6ee28

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

reference/constraints/MaxLength.rst

+2-4
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ charset
7676

7777
**type**: ``charset`` **default**: ``UTF-8``
7878

79-
If the PHP extension "mbstring" is installed, then the PHP function `mb_strlen`_
79+
If the PHP extension "mbstring" is installed, then the PHP function :phpfunction:`mb_strlen`
8080
will be used to calculate the length of the string. The value of the ``charset``
81-
option is passed as the second argument to that function.
82-
83-
.. _`mb_strlen`: http://php.net/manual/en/function.mb-strlen.php
81+
option is passed as the second argument to that function.

0 commit comments

Comments
 (0)