Skip to content

Commit 7fd9ad4

Browse files
Chris Chojamis
Chris Cho
andauthored
DOCSP-32949: docs link to the BSON 4.x Tutorial (#2784)
* DOCSP-32949: docs link to the BSON 4.x Tutorial * resolve link errors --------- Co-authored-by: Jamis Buck <jamis.buck@mongodb.com>
1 parent bbc0941 commit 7fd9ad4

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/index.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ BSON
2525
The Ruby BSON implementation is packaged in a separate gem with C and
2626
Java extensions for speed depending on the runtime enviroment.
2727

28-
For reference on the Ruby BSON gem, see :doc:`/bson-tutorials`.
28+
For reference on the Ruby BSON gem, see the :doc:`/tutorials/bson-v4`.
2929

3030
Object Mappers
3131
==============
@@ -61,8 +61,7 @@ For tutorials on Mongoid, see the `Mongoid Manual <https://mongodb.com/docs/mong
6161
reference/connection-and-configuration
6262
reference/working-with-data
6363
reference/schema-operations
64-
bson-tutorials
65-
API <https://mongodb.com/docs/ruby-driver/current/api/>
64+
API <https://mongodb.com/docs/ruby-driver/master/api/>
6665
release-notes
6766
reference/additional-resources
6867
contribute

docs/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 </bson-tutorials>`
96+
:doc:`BSON datatype </tutorials/bson-v4>`
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

docs/tutorials.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ operations available in the Ruby driver.
1515

1616
tutorials/quick-start
1717
tutorials/common-errors
18+
tutorials/bson-v4
19+

0 commit comments

Comments
 (0)