Skip to content

Commit ebf7c3f

Browse files
biniona-mongodbschmalliso
authored andcommitted
(DOCSP-19343) Versioned Driver Links
1 parent 694624b commit ebf7c3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/sink-connector/configuration-properties/id-strategy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Settings
5959
| **Description:**
6060
| Whether the connector should output the UUID in the ``_id`` field
6161
in string format or in
62-
`BsonBinary <https://mongodb.github.io/mongo-java-driver/4.1/apidocs/bson/org/bson/BsonBinary.html>`__
62+
`BsonBinary <https://mongodb.github.io/mongo-java-driver/{+connector_driver_version+}/apidocs/bson/org/bson/BsonBinary.html>`__
6363
format.
6464
|
6565
| **Default**: ``string``

source/sink-connector/fundamentals/write-strategies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you would rather learn how to modify the sink records your connector receives
3232
connector writes them to MongoDB, read the :ref:`<sink-fundamentals-post-processors>` guide.
3333

3434
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/>`__.
3636

3737
To learn how write model strategies work in the connector, see
3838
: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

Comments
 (0)