Skip to content

Commit 7a49198

Browse files
migration page
1 parent c29250e commit 7a49198

File tree

4 files changed

+343
-82
lines changed

4 files changed

+343
-82
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
2424
[constants]
2525
driver-short = "PyMongo"
2626
driver-long = "PyMongo, the MongoDB synchronous Python driver,"
27-
driver-async = "Pymongo Async"
27+
driver-async = "PyMongo Async"
2828
language = "Python"
2929
mdb-server = "MongoDB Server"
3030
mongo-community = "MongoDB Community Edition"

source/index.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ MongoDB {+driver-short+} Documentation
2626
/troubleshooting
2727
/whats-new
2828
/upgrade
29-
/motor-async-migration
29+
/pymongo-async-migration
3030
/previous-versions
3131
/issues-and-help
3232
/compatibility
@@ -121,11 +121,11 @@ Upgrade {+driver-short+} Versions
121121
Learn what changes you might need to make to your application to upgrade driver versions
122122
in the :ref:`pymongo-upgrade` section.
123123

124-
Migrate From Motor to {+driver-async+}
124+
Migrate to the {+driver-async+} Driver
125125
------------------------------------
126126

127-
Learn how to migrate your Motor application to {+driver-async+} in the
128-
:ref:`pymongo-motor-to-async` section.
127+
Learn how to migrate from {+driver-short+} or Motor to the {+driver-async+} driver in the
128+
:ref:`pymongo-async-migration` section.
129129

130130
Previous Versions
131131
-----------------

source/motor-async-migration.txt

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)