Skip to content

Commit 849f0df

Browse files
committed
fix sc + link
1 parent 7e0b5ea commit 849f0df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/get-started/connect-to-mongodb.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Connect to MongoDB
4646

4747
The preceding step demonstrates how to run a query on a sample
4848
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.
49+
shows how to use the `Document <https://mongodb.github.io/mongo-java-driver/{+version-number+}/apidocs/bson/org/bson/Document.html>`__
50+
class to store and retrieve data from MongoDB.
5151

5252
In a file called ``DemoDocumentExample.kt``, paste the following sample
5353
code to run a query on your sample dataset in MongoDB Atlas. Replace the

0 commit comments

Comments
 (0)