Skip to content

Commit 7b82b35

Browse files
authored
PYTHON-5440 Use dochub link for index-wildcard (#2427)
1 parent f29c7b1 commit 7b82b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ def __init__(self, keys: _IndexKeyHint, **kwargs: Any) -> None:
781781
Added the ``partialFilterExpression`` option to support partial
782782
indexes.
783783
784-
.. _wildcard index: https://mongodb.com/docs/master/core/index-wildcard/
784+
.. _wildcard index: https://dochub.mongodb.org/core/index-wildcard/
785785
"""
786786
keys = _index_list(keys)
787787
if kwargs.get("name") is None:

0 commit comments

Comments
 (0)