Skip to content

Commit

Permalink
RUBY-3393: Rename BSON tutorial page (#321)
Browse files Browse the repository at this point in the history
* rename bson-v4.txt to bson.txt

* remove bson-4 reference from docs links
  • Loading branch information
alexbevi committed Feb 7, 2024
1 parent 66b6cb9 commit 797503e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/tutorials/bson-v4.txt → docs/tutorials/bson.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.. https://www.mongodb.com/docs/ecosystem/tutorial/ruby-bson-tutorial-4-0/
.. https://www.mongodb.com/docs/ecosystem/tutorial/ruby-bson-tutorial/

.. _ruby-bson-tutorial-4-0:
.. _ruby-bson-tutorial:

*****************
BSON 4.x Tutorial
*****************
*************
BSON Tutorial
*************

.. default-domain:: mongodb

Expand All @@ -26,13 +26,13 @@ To install the gem manually:

.. code-block:: sh

gem install bson -v '~> 4.0'
gem install bson

To install the gem with bundler, include the following in your ``Gemfile``:

.. code-block:: ruby

gem 'bson', '~> 4.0'
gem 'bson'

The BSON library is compatible with MRI >= 2.5 and JRuby >= 9.2.

Expand Down

0 comments on commit 797503e

Please sign in to comment.