From ea2ca2c0fc921a9ac46c0673aa6551d390cbd737 Mon Sep 17 00:00:00 2001 From: Nora Reidy Date: Thu, 22 Feb 2024 11:34:23 -0500 Subject: [PATCH] DOCSP-37038: Fix broken link (#2841) (cherry picked from commit e459c3f75f1b1a2181b8d468751580664a3e9e04) --- docs/reference/create-client.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/create-client.txt b/docs/reference/create-client.txt index f54805651a..44630ee559 100644 --- a/docs/reference/create-client.txt +++ b/docs/reference/create-client.txt @@ -687,7 +687,7 @@ Ruby Options * - ``:sdam_proc`` - Since the client begins monitoring the deployment in background as soon as it is constructed, constructing a client and then subscribing - to `SDAM `_ events in a separate statement may result in the + to :ref:`SDAM ` events in a separate statement may result in the subscriber not receiving some of the SDAM events. The ``:sdam_proc`` option permits adding event subscribers on the client being constructed before any SDAM events are published.