Skip to content

Commit

Permalink
ref fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
norareidy committed Aug 5, 2024
1 parent aaea6ca commit cc4dabd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
6 changes: 2 additions & 4 deletions source/read/retrieve.txt
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,8 @@ Additional Information

To learn more about query filters, see :ref:`cpp-specify-query`.

For runnable code examples of retrieving documents with the {+driver-short+}, see :ref:`cpp-read`.

For more examples that use the ``find()`` and ``find_one()`` methods, see the :ref:`cpp-tutorial-find`
section of the Tutorial page.
For runnable code examples of retrieving documents with the {+driver-short+},
see :ref:`cpp-read`.

API Documentation
~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion source/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Before you upgrade, perform the following actions:
- Ensure the new {+driver-short+} version is compatible with the {+mdb-server+} versions
your application connects to and the C++ standard version your
application compiles with. For version compatibility information, see the
:ref:`{+driver-short+} Compatibility <cpp-compatibility-tables>`
:ref:`{+driver-short+} Compatibility <cpp-compatibility>`
page.
- Address any breaking changes between the driver version
your application is using and your planned upgrade version in the
Expand Down
3 changes: 0 additions & 3 deletions source/write/insert.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ Additional Information
For runnable code examples of inserting documents with the {+driver-short+}, see
:ref:`cpp-write`.

For more examples that use the ``insert_one()`` and ``insert_many()`` methods, see the
:ref:`cpp-tutorial-insert` section of the Tutorial page.

API Documentation
~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit cc4dabd

Please sign in to comment.