Skip to content

Commit 45139fe

Browse files
authored
Fix link target in Index annotation docs (#2638)
1 parent 4cd16a1 commit 45139fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/reference/annotations-reference.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ Optional attributes:
541541
strings. This is required when `@Index`_ is used at the class level.
542542
-
543543
``options`` - Options for creating the index. Options are documented in the
544-
:ref:`indexes chapter <indees>`.
544+
:ref:`indexes chapter <indexes>`.
545545

546546
The ``keys`` and ``options`` attributes correspond to the arguments for
547547
`MongoDB\Collection::createIndex() <https://docs.mongodb.com/php-library/current/reference/method/MongoDBCollection-createIndex/>`_.

0 commit comments

Comments
 (0)