diff --git a/doc/migrate-to-pymongo4.rst b/doc/migrate-to-pymongo4.rst index 3e992a8249..68dc1980b9 100644 --- a/doc/migrate-to-pymongo4.rst +++ b/doc/migrate-to-pymongo4.rst @@ -837,7 +837,6 @@ pymongo.GEOHAYSTACK is removed Removed :attr:`pymongo.GEOHAYSTACK`. Replace with "geoHaystack" or create a 2d index and use $geoNear or $geoWithin instead. -See https://dochub.mongodb.org/core/4.4-deprecate-geoHaystack. UUIDLegacy is removed ---------------------