From 544559a81726b7a3fdda9bd9a01895bf47dfa6e8 Mon Sep 17 00:00:00 2001 From: Lindsey Moore Date: Wed, 8 May 2024 15:14:21 -0400 Subject: [PATCH] fix links --- .../dotnet/app-services/connect-to-app-services-backend.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/sdk/dotnet/app-services/connect-to-app-services-backend.txt b/source/sdk/dotnet/app-services/connect-to-app-services-backend.txt index 6df288aa75..7ab07dc0ad 100644 --- a/source/sdk/dotnet/app-services/connect-to-app-services-backend.txt +++ b/source/sdk/dotnet/app-services/connect-to-app-services-backend.txt @@ -93,9 +93,9 @@ also import the following namespace at the top of your file, which contains the If you want to change the ``baseURL`` after you have logged in a user and have opened a synced database, the app must perform a -:ref:`client reset `. Perform these steps in your code: +:ref:`client reset `. Perform these steps in your code: -1. :ref:`Pause the Sync session `. +1. :ref:`Pause the Sync session `. 2. Update the ``baseURL`` by calling the ``app.updateBaseUrl(to: )`` method. 3. Authenticate and log the user in again with the new ``baseURL``. 4. Open a synced database pulling data from the new server.