We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0b5ea commit 849f0dfCopy full SHA for 849f0df
source/get-started/connect-to-mongodb.txt
@@ -46,8 +46,8 @@ Connect to MongoDB
46
47
The preceding step demonstrates how to run a query on a sample
48
collection to retrieve data by using a {+language+} data class. This section
49
- shows how to use the `Document <{+core-api+}/bson/org/bson/Document.html>`__ class
50
- to store and retrieve data from MongoDB.
+ shows how to use the `Document <https://mongodb.github.io/mongo-java-driver/{+version-number+}/apidocs/bson/org/bson/Document.html>`__
+ class to store and retrieve data from MongoDB.
51
52
In a file called ``DemoDocumentExample.kt``, paste the following sample
53
code to run a query on your sample dataset in MongoDB Atlas. Replace the
0 commit comments