@@ -285,7 +285,7 @@ package:
285285
286286 * - ``BsonRepresentation``
287287 - Specifies the BSON type used to store the value when different from the
288- POJO property. See an example of :ref:`bsonrepresentation-annotation-code-example` on this page.
288+ POJO property. See the :ref:`bsonrepresentation-annotation-code-example` on this page.
289289
290290 * - ``BsonId``
291291 - Marks a property to serialize as the _id property.
@@ -312,7 +312,7 @@ package:
312312 | - `BsonDocument <{+api+}/apidocs/bson/org/bson/BsonDocument.html>`__
313313 | - ``Map<String, Object>``
314314 |
315- | See an example of a :ref:`BsonExtraElements Annotation Example <bsonextraelements-annotation-code-example>`.
315+ | See the :ref:`BsonExtraElements Annotation Example <bsonextraelements-annotation-code-example>` on this page .
316316
317317The following code snippet shows a sample POJO called ``Product`` that uses
318318several of the preceding annotations.
@@ -601,9 +601,9 @@ POJO:
601601- identify the constructor using the ``BsonCreator`` annotation
602602
603603For an example of setting the ``ANNOTATION_CONVENTION``, see the
604- :ref:`ANNOTATION_CONVENTION example <bson-annotation-convention>`.
604+ :ref:`ANNOTATION_CONVENTION tip <bson-annotation-convention>`.
605605For an example of the ``BsonCreator`` annotation, see the
606- :ref:`POJO with annotation code example <bson-annotation-code-example>`.
606+ :ref:`sample POJO code <bson-annotation-code-example>`.
607607
608608.. _pojo-serialization-customization:
609609
0 commit comments