diff --git a/docs/index.txt b/docs/index.txt index b20cc8334a..668d57914e 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -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 ============== @@ -61,8 +61,7 @@ For tutorials on Mongoid, see the `Mongoid Manual + API release-notes reference/additional-resources contribute diff --git a/docs/reference/crud-operations.txt b/docs/reference/crud-operations.txt index 4c809cfe35..167f812d25 100644 --- a/docs/reference/crud-operations.txt +++ b/docs/reference/crud-operations.txt @@ -93,7 +93,7 @@ Specify a ``Decimal128`` number .. versionadded:: 3.4 :manual:`Decimal128` is a -:doc:`BSON datatype ` +:doc:`BSON datatype ` 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 diff --git a/docs/tutorials.txt b/docs/tutorials.txt index 480ecf3ad2..485bf9aa9e 100644 --- a/docs/tutorials.txt +++ b/docs/tutorials.txt @@ -14,3 +14,4 @@ operations available in the Ruby driver. :titlesonly: tutorials/quick-start + tutorials/bson-v4