Skip to content

Commit e821089

Browse files
DOCSP-17765 4.3 directive (#152)
* switched from 4.2 directive to a constant
1 parent d7c77f2 commit e821089

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/fundamentals/data-formats/pojo-customization.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ class. These annotations configure the ``ClassModel`` and ``PropertyModel``
261261
behavior for a specific field, method, or class.
262262

263263
The following annotations are available from the
264-
`org.bson.codecs.pojo.annotations </apidocs/bson/org/bson/codecs/pojo/annotations/package-summary.html>`
264+
`org.bson.codecs.pojo.annotations <{+api+}/apidocs/bson/org/bson/codecs/pojo/annotations/package-summary.html>`__
265265
package:
266266

267267
.. list-table::

source/fundamentals/databases-collections.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ normally inherit:
165165

166166
- `MongoDatabase.withWriteConcern() <{+api+}/apidocs/mongodb-driver-sync/com/mongodb/client/MongoDatabase.html#withWriteConcern(com.mongodb.WriteConcern)>`__
167167

168-
- `MongoCollection.withReadConcern()<{+api+}/apidocs/mongodb-driver-sync/com/mongodb/client/MongoCollection.html#withReadConcern(com.mongodb.ReadConcern)>`__
168+
- `MongoCollection.withReadConcern() <{+api+}/apidocs/mongodb-driver-sync/com/mongodb/client/MongoCollection.html#withReadConcern(com.mongodb.ReadConcern)>`__
169169

170170
- `MongoCollection.withReadPreference() <{+api+}/apidocs/mongodb-driver-sync/com/mongodb/client/MongoCollection.html#withReadPreference(com.mongodb.ReadPreference)>`__
171171

0 commit comments

Comments
 (0)