diff --git a/source/reference/mongodb-wire-protocol.txt b/source/reference/mongodb-wire-protocol.txt index 46773dab6fc..7587302907d 100644 --- a/source/reference/mongodb-wire-protocol.txt +++ b/source/reference/mongodb-wire-protocol.txt @@ -247,9 +247,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.