Skip to content

Commit

Permalink
DOCSP-32949: docs link to the BSON 4.x Tutorial (#2784) (#2786)
Browse files Browse the repository at this point in the history
* DOCSP-32949: docs link to the BSON 4.x Tutorial

* resolve link errors

---------

Co-authored-by: Chris Cho <[email protected]>
  • Loading branch information
jamis and Chris Cho authored Sep 22, 2023
1 parent 0eed532 commit 1fd81e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions docs/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ BSON
The Ruby BSON implementation is packaged in a separate gem with C and
Java extensions for speed depending on the runtime enviroment.

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

Object Mappers
==============
Expand Down Expand Up @@ -61,8 +61,7 @@ For tutorials on Mongoid, see the `Mongoid Manual <https://mongodb.com/docs/mong
reference/connection-and-configuration
reference/working-with-data
reference/schema-operations
bson-tutorials
API <https://mongodb.com/docs/ruby-driver/current/api/>
API <https://mongodb.com/docs/ruby-driver/master/api/>
release-notes
reference/additional-resources
contribute
2 changes: 1 addition & 1 deletion docs/reference/crud-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Specify a ``Decimal128`` number
.. versionadded:: 3.4

:manual:`Decimal128</tutorial/model-monetary-data>` is a
:doc:`BSON datatype </bson-tutorials>`
:doc:`BSON datatype </tutorials/bson-v4>`
that employs 128-bit decimal-based floating-point values capable
of emulating decimal rounding with exact precision. This
functionality is intended for applications that handle
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ operations available in the Ruby driver.

tutorials/quick-start
tutorials/common-errors
tutorials/bson-v4

0 comments on commit 1fd81e8

Please sign in to comment.