You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/sink-connector/fundamentals/write-strategies.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ If you would rather learn how to modify the sink records your connector receives
32
32
connector writes them to MongoDB, read the :ref:`<sink-fundamentals-post-processors>` guide.
33
33
34
34
To learn more about bulk writes, see the MongoDB Java driver
35
-
`guide on bulk writes <https://docs.mongodb.com/drivers/java/sync/current/fundamentals/crud/write-operations/bulk/>`__.
35
+
`guide on bulk writes <{+connector_driver_url_base+}fundamentals/crud/write-operations/bulk/>`__.
36
36
37
37
To learn how write model strategies work in the connector, see
38
38
:github:`this section of the {+mkc+} source code <mongodb/mongo-kafka/blob/master/src/main/java/com/mongodb/kafka/connect/sink/writemodel/strategy/InsertOneDefaultStrategy.java>`.
0 commit comments