Skip to content

Commit 914d537

Browse files
Fixing link syntax
...I hope ;-) It's rendered broken on https://symfony.com/doc/4.4/doctrine/custom_dql_functions.html
1 parent afd3d87 commit 914d537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doctrine/custom_dql_functions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ How to Register custom DQL Functions
55
====================================
66

77
Doctrine allows you to specify custom DQL functions. For more information
8-
on this topic, read Doctrine's cookbook article "`DQL User Defined Functions`_".
8+
on this topic, read Doctrine's cookbook article `DQL User Defined Functions`_.
99

1010
In Symfony, you can register your custom DQL functions as follows:
1111

@@ -146,4 +146,4 @@ In Symfony, you can register your custom DQL functions as follows:
146146
],
147147
]);
148148
149-
.. _`DQL User Defined Functions`: https://www.doctrine-project.org/projects/doctrine-orm/en/current/cookbook/dql-user-defined-functions.html
149+
.. _DQL User Defined Functions: https://www.doctrine-project.org/projects/doctrine-orm/en/current/cookbook/dql-user-defined-functions.html

0 commit comments

Comments
 (0)