Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseymoore committed May 8, 2024
1 parent 73547cf commit 544559a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ios-client-reset>`. Perform these steps in your code:
:ref:`client reset <dotnet-client-resets>`. Perform these steps in your code:

1. :ref:`Pause the Sync session <swift-suspend-sync-session>`.
1. :ref:`Pause the Sync session <dotnet-suspend-resume-sync>`.
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.
Expand Down

0 comments on commit 544559a

Please sign in to comment.