diff --git a/source/read/retrieve.txt b/source/read/retrieve.txt index 3c85ca70..6ad04418 100644 --- a/source/read/retrieve.txt +++ b/source/read/retrieve.txt @@ -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 ~~~~~~~~~~~~~~~~~ diff --git a/source/upgrade.txt b/source/upgrade.txt index 223bb5c1..374fff96 100644 --- a/source/upgrade.txt +++ b/source/upgrade.txt @@ -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 ` + :ref:`{+driver-short+} Compatibility ` page. - Address any breaking changes between the driver version your application is using and your planned upgrade version in the diff --git a/source/write/insert.txt b/source/write/insert.txt index 3f6a19a6..3092ad34 100644 --- a/source/write/insert.txt +++ b/source/write/insert.txt @@ -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 ~~~~~~~~~~~~~~~~~