Skip to content

Commit 189034f

Browse files
committed
use originating method reference
1 parent 5544797 commit 189034f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/fundamentals/databases-collections.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Access a Database
3636
-----------------
3737

3838
Use the `getDatabase()
39-
<{+api+}/apidocs/mongodb-driver-kotlin-coroutine/mongodb-driver-kotlin-coroutine/com.mongodb.kotlin.client.coroutine/-mongo-client/index.html#1790303301%2FFunctions%2F-1409914714>`__
40-
method of a ``MongoClient`` instance to access a ``MongoDatabase`` in a MongoDB
39+
<{+api+}/apidocs/mongodb-driver-kotlin-coroutine/mongodb-driver-kotlin-coroutine/com.mongodb.kotlin.client.coroutine/-mongo-cluster/get-database.html>`__
40+
method on a ``MongoClient`` instance to access a ``MongoDatabase`` in a MongoDB
4141
instance.
4242

4343
The following example accesses a database named ``testDatabase``:

0 commit comments

Comments
 (0)