From 0cd7fe706f647c766f9ca184e7e9d416904755e3 Mon Sep 17 00:00:00 2001 From: Allison Reinheimer Moore Date: Thu, 25 Mar 2021 10:05:56 -0400 Subject: [PATCH] DOP-1883: update redirected link (v3.6) --- 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 b74a33cfbca..1be9166e10c 100644 --- a/source/reference/mongodb-wire-protocol.txt +++ b/source/reference/mongodb-wire-protocol.txt @@ -260,9 +260,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.