Skip to content

Commit de79ba2

Browse files
authored
DOCSP-30025 Corrects C2C name and adds a link (#3194)
* DOCSP-30025 Corrects name and adds a link * Fixes per Dave
1 parent ca6c93c commit de79ba2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

snooty.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,10 @@ node-libmongocrypt-binding-docs = "https://github.com/mongodb/libmongocrypt/tree
309309
csharp-api-docs = "https://mongodb.github.io/mongo-csharp-driver/2.18/apidocs/html"
310310
java-api-docs = "https://mongodb.github.io/mongo-java-driver/4.7/apidocs"
311311
go-api-docs = "https://pkg.go.dev/go.mongodb.org/[email protected]"
312+
# C2C Product
313+
c2c-full-product-name = "MongoDB Cluster-to-Cluster Sync"
314+
c2c-product-name = "Cluster-to-Cluster Sync"
315+
c2c-docs = "https://www.mongodb.com/docs/cluster-to-cluster-sync/current"
312316

313317
[[banners]]
314318
targets = [

source/reference/command/setFeatureCompatibilityVersion.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ safely retry the command as the operation is idempotent.
193193

194194
.. _setFeatureCompatibilityVersion-user-write-blocking:
195195

196-
Cluster-to-Cluster Replication and User Write Blocking
196+
{+c2c-product-name+} and User Write Blocking
197197
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
198198

199199
.. include:: /includes/downgrade-for-user-write-blocking.rst
@@ -211,6 +211,9 @@ Cluster-to-Cluster Replication and User Write Blocking
211211
#. Downgrade the feature compatibility version using
212212
:dbcommand:`setFeatureCompatibilityVersion`.
213213

214+
For more information on {+c2c-full-product-name+}, see the
215+
`documentation <{+c2c-docs+}>`__.
216+
214217
Feature Compatibility in Arbiters
215218
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
216219

0 commit comments

Comments
 (0)