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 23
23
====
24
24
25
25
The 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 .
27
27
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`.
29
29
30
30
Object Mappers
31
31
==============
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Specify a ``Decimal128`` number
93
93
.. versionadded:: 3.4
94
94
95
95
:manual:`Decimal128</tutorial/model-monetary-data>` is a
96
- :doc:`BSON datatype </tutorials/bson-v4 >`
96
+ :doc:`BSON datatype </tutorials/bson>`
97
97
that employs 128-bit decimal-based floating-point values capable
98
98
of emulating decimal rounding with exact precision. This
99
99
functionality 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:
88
88
5.1/5.2/5.3) or newer to use the ``count`` command when API strict is enabled,
89
89
or avoid setting ``api_strict: true`` when constructing ``Mongo::Client``
90
90
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,
92
92
``BSON::DBRef`` is aliased as ``Mongo::DBRef``. The ``BSON::DBRef`` class
93
93
derives from ``BSON::Document``, unlike the legacy ``Mongo::DBRef`` which
94
94
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.
15
15
16
16
tutorials/quick-start
17
17
tutorials/common-errors
18
- tutorials/bson-v4
18
+ tutorials/bson
19
19
You can’t perform that action at this time.
0 commit comments