Skip to content

Commit 7bfd614

Browse files
committed
RB small fix
1 parent ada9b5f commit 7bfd614

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

source/fundamentals/serialization/guid-serialization.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The ``CSharpLegacy``, ``JavaLegacy``, and ``PythonLegacy`` GUID
124124
representations are all equivalent to ``BsonBinaryData`` subtype 3, but
125125
use different byte orders.
126126

127-
.. _csharp-guid-query:
127+
.. _csharp-guid-legacy-construct:
128128

129129
.. note:: Construct Legacy GUIDs
130130

source/upgrade/v3.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,9 @@ Version 3.0 Breaking Changes
114114
- The ``BsonBinaryData(Guid)`` constructor has been removed. To
115115
construct a ``BsonBinaryData`` object from a GUID, use the
116116
``BsonBinaryData.Create(Guid, GuidRepresentation)`` constructor. To
117-
view an example, see the :ref:`Construct Legacy GUIDs
118-
<csharp-guid-query>` note in the GUID Serialization guide.
117+
view an example of creating a legacy GUID, see the :ref:`Construct
118+
Legacy GUIDs <csharp-guid-legacy-construct>` note in the GUID
119+
Serialization guide.
119120
- The ``BsonBinaryData.GuidRepresentation`` property has been removed.
120121
- You can call the ``BsonBinaryData.ToGuid()`` method only on ``BsonBinaryData``
121122
objects of subtype 4. If the object has any other subtype, you must call the

0 commit comments

Comments
 (0)