diff --git a/source/tutorial/update-documents-with-aggregation-pipeline.txt b/source/tutorial/update-documents-with-aggregation-pipeline.txt index a271b24b4ae..da799b8a509 100644 --- a/source/tutorial/update-documents-with-aggregation-pipeline.txt +++ b/source/tutorial/update-documents-with-aggregation-pipeline.txt @@ -315,9 +315,9 @@ Additional Examples See also the various update method pages for additional examples: -- :ref:`db.collection.updateOne ` +- :ref:`db.collection.updateOne() ` -- :ref:`db.collection.updateMany ` +- :ref:`db.collection.updateMany() ` - :ref:`db.collection.findOneAndUpdate() `