Skip to content

Commit

Permalink
Fix link target in Index annotation docs (#2638)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola authored May 10, 2024
1 parent 4cd16a1 commit 45139fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/annotations-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <indees>`.
:ref:`indexes chapter <indexes>`.

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

0 comments on commit 45139fe

Please sign in to comment.