Skip to content

Commit 55cbf1b

Browse files
committed
Fixing a few bad links
1 parent c8e1d56 commit 55cbf1b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

reference/forms/types/country.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,6 @@ 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
60+
.. include:: /reference/forms/types/options/read_only.rst.inc
61+
62+
.. _`Locale::getDefault()`: http://php.net/manual/en/locale.getdefault.php

reference/forms/types/locale.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ the ISO3166 *country* code (e.g. ``fr_FR`` for French/France).
1414

1515
.. note::
1616

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

1919
Unlike the ``choice`` type, you don't need to specify a ``choices`` or
2020
``choice_list`` option as the field type automatically uses a large list
@@ -59,4 +59,6 @@ These options inherit from the :doc:`field</reference/forms/types/field>` type:
5959

6060
.. include:: /reference/forms/types/options/label.rst.inc
6161

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

0 commit comments

Comments
 (0)