Skip to content

Commit 81ed687

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Doctrine] Mapping types link
2 parents a3fab4e + bbe2c67 commit 81ed687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doctrine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ The ``make:entity`` command is a tool to make life easier. But this is *your* co
198198
add/remove fields, add/remove methods or update configuration.
199199

200200
Doctrine supports a wide variety of field types, each with their own options.
201-
To see a full list, check out `Doctrine's Mapping Types documentation`_.
201+
Check out the `list of Doctrine mapping types`_ in the Doctrine documentation.
202202
If you want to use XML instead of attributes, add ``type: xml`` and
203203
``dir: '%kernel.project_dir%/config/doctrine'`` to the entity mappings in your
204204
``config/packages/doctrine.yaml`` file.
@@ -1074,7 +1074,7 @@ Learn more
10741074

10751075
.. _`Doctrine`: https://www.doctrine-project.org/
10761076
.. _`RFC 3986`: https://www.ietf.org/rfc/rfc3986.txt
1077-
.. _`Doctrine's Mapping Types documentation`: https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/basic-mapping.html
1077+
.. _`list of Doctrine mapping types`: https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/basic-mapping.html#reference-mapping-types
10781078
.. _`Query Builder`: https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/query-builder.html
10791079
.. _`Doctrine Query Language`: https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/dql-doctrine-query-language.html
10801080
.. _`Reserved SQL keywords documentation`: https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/basic-mapping.html#quoting-reserved-words

0 commit comments

Comments
 (0)