Skip to content

Commit a3c1a0f

Browse files
committed
Changed normal link to special :phpmethod: link
1 parent d81aa36 commit a3c1a0f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

reference/forms/types/country.rst

+2-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The "value" for each country is the two-letter country code.
1212

1313
.. note::
1414

15-
The locale of your user is guessed using `Locale::getDefault()`_
15+
The locale of your user is guessed using :phpmethod:`Locale::getDefault()`
1616

1717
Unlike the ``choice`` type, you don't need to specify a ``choices`` or
1818
``choice_list`` option as the field type automatically uses all of the countries
@@ -57,6 +57,4 @@ These options inherit from the :doc:`field</reference/forms/types/field>` type:
5757

5858
.. include:: /reference/forms/types/options/label.rst.inc
5959

60-
.. include:: /reference/forms/types/options/read_only.rst.inc
61-
62-
.. _`Locale::getDefault()`: http://php.net/manual/en/locale.getdefault.php
60+
.. include:: /reference/forms/types/options/read_only.rst.inc

0 commit comments

Comments
 (0)