File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323====
2424
2525The Ruby BSON implementation is packaged in a separate gem with C and
26- Java extensions for speed depending on the runtime enviroment .
26+ Java extensions for speed depending on the runtime environment .
2727
28- For reference on the Ruby BSON gem, see the :doc:`/tutorials/bson-v4 `.
28+ For reference on the Ruby BSON gem, see the :doc:`/tutorials/bson`.
2929
3030Object Mappers
3131==============
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Specify a ``Decimal128`` number
9393.. versionadded:: 3.4
9494
9595:manual:`Decimal128</tutorial/model-monetary-data>` is a
96- :doc:`BSON datatype </tutorials/bson-v4 >`
96+ :doc:`BSON datatype </tutorials/bson>`
9797that employs 128-bit decimal-based floating-point values capable
9898of emulating decimal rounding with exact precision. This
9999functionality is intended for applications that handle
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ This release includes the following new features:
8888 5.1/5.2/5.3) or newer to use the ``count`` command when API strict is enabled,
8989 or avoid setting ``api_strict: true`` when constructing ``Mongo::Client``
9090 instances with server versions 5.0.0-5.0.7 and 5.1.0-5.3.1.
91- - The DBRef class has been moved to bson-ruby. For backwards compatibility,
91+ - The DBRef class has been moved to `` bson-ruby`` . For backwards compatibility,
9292 ``BSON::DBRef`` is aliased as ``Mongo::DBRef``. The ``BSON::DBRef`` class
9393 derives from ``BSON::Document``, unlike the legacy ``Mongo::DBRef`` which
9494 derived from ``Object``. ``BSON::DBRef`` retains all attributes passed into
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ operations available in the Ruby driver.
1515
1616 tutorials/quick-start
1717 tutorials/common-errors
18- tutorials/bson-v4
18+ tutorials/bson
1919
You can’t perform that action at this time.
0 commit comments