From 1b436db574a6019be1aa7222366add7f66a4645b Mon Sep 17 00:00:00 2001 From: lindseymoore <71525840+lindseymoore@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:20:46 -0500 Subject: [PATCH] DOCSP-46711 MongoClientOptions 404 (#960) (cherry picked from commit a9aa8532e6a61e412bc722ee45b1e7fe56348275) --- source/fundamentals/connection/network-compression.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fundamentals/connection/network-compression.txt b/source/fundamentals/connection/network-compression.txt index 67e12b10e..000c42ae1 100644 --- a/source/fundamentals/connection/network-compression.txt +++ b/source/fundamentals/connection/network-compression.txt @@ -55,7 +55,7 @@ by specifying the algorithms in one of two ways: .. tab:: MongoClientOptions :tabid: mongoclientoptions - To enable compression using the `MongoClientOptions <{+api+}/api/global.html#MongoClientOptions>`__, + To enable compression using the `MongoClientOptions <{+api+}/interfaces/MongoClientOptions.html>`__, pass the ``compressors`` option and the compression algorithm you want to use. You can specify one or more compression algorithms, separating them with commas: