From a8831f95e1648d3d55bf275e5bce37de49bb4309 Mon Sep 17 00:00:00 2001 From: Allison Reinheimer Moore Date: Thu, 25 Mar 2021 09:59:37 -0400 Subject: [PATCH] DOP-1883: update redirected link --- 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 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.