Skip to content

Commit 5666981

Browse files
committed
minor #6988 fix link role syntax (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- fix link role syntax Without the trailing underscore no link would be created, but the text would be displayed as is. Commits ------- d475f0d fix link role syntax
2 parents b47441b + d475f0d commit 5666981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/associations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ own a collection of its related ``Product`` objects.
179179
.. seealso::
180180

181181
To understand ``inversedBy`` and ``mappedBy`` usage, see Doctrine's
182-
`Association Updates` documentation.
182+
`Association Updates`_ documentation.
183183

184184
.. tip::
185185

0 commit comments

Comments
 (0)