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.