PYTHON-5440 Use dochub link for index-wildcard (#2427)

This commit is contained in:
Steven Silvester 2025-07-14 10:03:33 -05:00 committed by GitHub
parent f29c7b1f15
commit 7b82b3582f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -781,7 +781,7 @@ class IndexModel:
Added the ``partialFilterExpression`` option to support partial Added the ``partialFilterExpression`` option to support partial
indexes. indexes.
.. _wildcard index: https://mongodb.com/docs/master/core/index-wildcard/ .. _wildcard index: https://dochub.mongodb.org/core/index-wildcard/
""" """
keys = _index_list(keys) keys = _index_list(keys)
if kwargs.get("name") is None: if kwargs.get("name") is None: