Skip to content

Commit ade4727

Browse files
norareidyalexbevi
andauthored
DOCSP-37137: Update BSON page references (#2844)
* DOCSP-37038: Fix broken link (#2841) (cherry picked from commit e459c3f75f1b1a2181b8d468751580664a3e9e04) * RUBY-3393: Rename BSON tutorial page (#2832) (cherry picked from commit 7cb06f0bf5d1c9cf2293089f3b666c584c729294) * CC feedback --------- Co-authored-by: Alex Bevilacqua <alex@alexbevi.com>
1 parent 8fb3e3d commit ade4727

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

source/index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ BSON
2323
====
2424

2525
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.
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

3030
Object Mappers
3131
==============

source/reference/crud-operations.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>`
9797
that employs 128-bit decimal-based floating-point values capable
9898
of emulating decimal rounding with exact precision. This
9999
functionality is intended for applications that handle

source/release-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

source/tutorials.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)