Skip to content

Commit d6b3865

Browse files
committed
Merge branch 'master' of github.com:mongodb/mongo-python-driver
2 parents a54d9d0 + 7b82b35 commit d6b3865

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)