Skip to content

Commit 9a2ba57

Browse files
jamisChris Cho
and
Chris Cho
authored
DOCSP-32949: docs link to the BSON 4.x Tutorial (mongodb#2784) (mongodb#2788)
* DOCSP-32949: docs link to the BSON 4.x Tutorial * resolve link errors --------- Co-authored-by: Chris Cho <[email protected]>
1 parent 80c6c53 commit 9a2ba57

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/index.txt

+2-3
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://docs.mongodb.com/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

+1-1
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

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ operations available in the Ruby driver.
1414
:titlesonly:
1515

1616
tutorials/quick-start
17+
tutorials/bson-v4

0 commit comments

Comments
 (0)