Skip to content

DOCSP-32949: docs link to the BSON 4.x Tutorial #2784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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