From 47bd0d58d591bfe9e2ff8769c5aeb49ff74e9bac Mon Sep 17 00:00:00 2001 From: Stephanie Aurelio Date: Thu, 12 Jun 2025 14:41:59 -0700 Subject: [PATCH 1/2] add link --- source/connect/connection-targets.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/connect/connection-targets.txt b/source/connect/connection-targets.txt index 8488b5f5..8d40bd09 100644 --- a/source/connect/connection-targets.txt +++ b/source/connect/connection-targets.txt @@ -102,6 +102,9 @@ When connecting to a replica set, the driver takes the following actions by defa provide the full list of hosts to ensure connectivity when the specified host is unavailable. +To learn more about working with replica sets, see the :manual:`Replication ` +guide in the Server manual. + .. _go-direct-connection-target: Direct Connection From e02297166d87a154bacb8e11f1a22409266ecc68 Mon Sep 17 00:00:00 2001 From: Stephanie Aurelio Date: Thu, 12 Jun 2025 14:48:48 -0700 Subject: [PATCH 2/2] update wording --- source/connect/connection-targets.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/connect/connection-targets.txt b/source/connect/connection-targets.txt index 8d40bd09..db876914 100644 --- a/source/connect/connection-targets.txt +++ b/source/connect/connection-targets.txt @@ -102,8 +102,8 @@ When connecting to a replica set, the driver takes the following actions by defa provide the full list of hosts to ensure connectivity when the specified host is unavailable. -To learn more about working with replica sets, see the :manual:`Replication ` -guide in the Server manual. +To learn more about replica sets, see the :manual:`Replication ` +entry in the Server manual. .. _go-direct-connection-target: