From ac3387b6b2e62bd4820c30157ea40077720c5c9b Mon Sep 17 00:00:00 2001 From: ibsoln <52778946+ibsoln@users.noreply.github.com> Date: Wed, 23 Feb 2022 14:00:27 +0000 Subject: [PATCH 1/2] QF220223-3 --Replace 'at' with 'in' on whatsnew page title --- modules/ROOT/pages/whatsnew.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/whatsnew.adoc b/modules/ROOT/pages/whatsnew.adoc index a68831470..4773e961a 100644 --- a/modules/ROOT/pages/whatsnew.adoc +++ b/modules/ROOT/pages/whatsnew.adoc @@ -1,4 +1,4 @@ -= New at {release} += New in {release} :page-aliases: sgw-whatsnew.adoc, whats-new.adoc, what-is-new.adoc ifdef::show_edition[:page-edition: {release}] ifdef::prerelease[:page-status: {prerelease}] From 445f898013d8a31a5f4a1806d6c1fd370fbebba1 Mon Sep 17 00:00:00 2001 From: ibsoln <52778946+ibsoln@users.noreply.github.com> Date: Wed, 23 Feb 2022 14:00:58 +0000 Subject: [PATCH 2/2] QF220223-3 -- Fix broken link in bootstrap yaml --- modules/ROOT/assets/attachments/sg-bootstrap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/assets/attachments/sg-bootstrap.yaml b/modules/ROOT/assets/attachments/sg-bootstrap.yaml index 0e7a5896c..fd17484a1 100644 --- a/modules/ROOT/assets/attachments/sg-bootstrap.yaml +++ b/modules/ROOT/assets/attachments/sg-bootstrap.yaml @@ -74,7 +74,7 @@ properties: **Lost Connections** - If the connection to Couchbase Server is lost during normal operations, Sync Gateway will automatically re-connect to another node in the cluster. During that re-connection period, the Sync Gateway will appear offline -- see [Taking Databases Offline](./../database-offline.html) -- and documents will not be replicated to mobile clients. + If the connection to Couchbase Server is lost during normal operations, Sync Gateway will automatically re-connect to another node in the cluster. During that re-connection period, the Sync Gateway will appear offline -- see [Taking Databases Offline](database-offline.html) -- and documents will not be replicated to mobile clients. username: type: string