Skip to content

Commit eb9693d

Browse files
committed
RR feedback
1 parent b85bc84 commit eb9693d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

config/redirects

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ raw: docs/drivers/scala/ -> https://www.mongodb.com/docs/languages/scala/scala-d
2929

3030
raw: docs/drivers/rust -> https://www.mongodb.com/docs/drivers/rust/current/
3131

32+
# Python
33+
34+
raw: docs/drivers/motor -> ${pymongo-base}/reference/migration/
35+
3236
# Manual FLE merge - update URLs after 6.0 release
3337

3438
raw: docs/drivers/security -> ${manual}/core/csfle/
@@ -163,10 +167,6 @@ raw: docs/drivers/connectors/kafka-sink-properties -> ${kafka}/kafka-sink-proper
163167
raw: docs/drivers/connectors/kafka-sink -> ${kafka}/kafka-sink/
164168
raw: docs/drivers/connectors/kafka-source -> ${kafka}/kafka-source/
165169

166-
# Python
167-
168-
raw: docs/drivers/motor -> ${pymongo-base}/reference/migration/
169-
170170
# Platforms
171171

172172
raw: docs/drivers/platforms/digitalocean -> ${atlas}/

source/python-drivers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ to learn how to install and begin using the driver.
4141
`PyMongoArrow <https://www.mongodb.com/docs/languages/python/pymongo-arrow-driver/current/>`__
4242
is a PyMongo extension for loading MongoDB query result sets as Apache Arrow tables.
4343

44-
.. note:: Motor Deprecation
44+
.. important:: Motor Deprecation
4545

4646
As of May 14, 2025, Motor is deprecated in favor of the GA release of the PyMongo Async
4747
API in the PyMongo library. We will not add new features to Motor, and we will

0 commit comments

Comments
 (0)