From d5cdd489396a1310b142cb4ba45e4bfc10816439 Mon Sep 17 00:00:00 2001 From: norareidy Date: Wed, 21 Feb 2024 14:15:19 -0500 Subject: [PATCH] DOCSP-37038: Fix broken link --- 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.