From 88ac753119abed5bf6cb455cf90039f6aae7783b Mon Sep 17 00:00:00 2001 From: andf-mongodb Date: Mon, 10 May 2021 15:32:00 -0400 Subject: [PATCH] DOCSP-16055 foreport DOP-1883 --- source/reference/mongodb-wire-protocol.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/reference/mongodb-wire-protocol.txt b/source/reference/mongodb-wire-protocol.txt index a3cff069fc8..4a75747d234 100644 --- a/source/reference/mongodb-wire-protocol.txt +++ b/source/reference/mongodb-wire-protocol.txt @@ -248,9 +248,8 @@ format of a OP_UPDATE message is the following: * - ``update`` - BSON document that specifies the update to be performed. For - information on specifying updates see the :manual:`Update - Operations ` documentation from the - MongoDB Manual. + information on specifying updates see the :doc:`Update + Operations ` documentation. There is no response to an OP_UPDATE message.