From 629c6b75df1fb0595ac871b1882958cccc39dbe5 Mon Sep 17 00:00:00 2001 From: Alex Bevilacqua Date: Wed, 6 Sep 2023 08:54:18 -0400 Subject: [PATCH] Update polling-srv-records-for-mongos-discovery.rst Fix `mongo+srv` -> `mongodb+srv` --- .../polling-srv-records-for-mongos-discovery.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/polling-srv-records-for-mongos-discovery/polling-srv-records-for-mongos-discovery.rst b/source/polling-srv-records-for-mongos-discovery/polling-srv-records-for-mongos-discovery.rst index ecc2d922fc..7ff7b79346 100644 --- a/source/polling-srv-records-for-mongos-discovery/polling-srv-records-for-mongos-discovery.rst +++ b/source/polling-srv-records-for-mongos-discovery/polling-srv-records-for-mongos-discovery.rst @@ -162,7 +162,7 @@ a connection URI. Although this makes the initial configuration of a set of mongos servers a lot easier, it does not provide a method for updating the list of mongos servers in the topology. -Since the introduction of the ``mongo+srv://`` schema to provide an initial +Since the introduction of the ``mongodb+srv://`` schema to provide an initial seedlist, some users have requested additional functionality to be able to update the configured list of mongos hosts that make up the initially seeded topology: