From 45139fe933215ad3b5455e49c06db920dc1e4d66 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Fri, 10 May 2024 16:28:37 -0400 Subject: [PATCH] Fix link target in Index annotation docs (#2638) --- docs/en/reference/annotations-reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/annotations-reference.rst b/docs/en/reference/annotations-reference.rst index bad58c731..edccb26c1 100644 --- a/docs/en/reference/annotations-reference.rst +++ b/docs/en/reference/annotations-reference.rst @@ -541,7 +541,7 @@ Optional attributes: strings. This is required when `@Index`_ is used at the class level. - ``options`` - Options for creating the index. Options are documented in the - :ref:`indexes chapter `. + :ref:`indexes chapter `. The ``keys`` and ``options`` attributes correspond to the arguments for `MongoDB\Collection::createIndex() `_.