From 1c2fd6cb58b66768af75a92c9ece5709a8d76bd6 Mon Sep 17 00:00:00 2001 From: Dachary Carey Date: Tue, 30 Jan 2024 15:05:30 -0500 Subject: [PATCH] Fix syntax and remove link --- source/edge-server/configure.txt | 2 +- source/edge-server/connect.txt | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/source/edge-server/configure.txt b/source/edge-server/configure.txt index fa4dc3b95..7f20b2362 100644 --- a/source/edge-server/configure.txt +++ b/source/edge-server/configure.txt @@ -348,7 +348,7 @@ Set up and run the Edge Server on the host. .. step:: Specify Additional Configuration Details (Optional) You can run ``make`` to build the Edge Server. This creates a - :directory:`build` directory that contains an :filename:`edge_config.json` + ``build/`` directory that contains an :file:`edge_config.json` file. This configuration contains many additional fields you can change if you need to customize Edge Server configuration details. diff --git a/source/edge-server/connect.txt b/source/edge-server/connect.txt index bc13908eb..38cf37fb8 100644 --- a/source/edge-server/connect.txt +++ b/source/edge-server/connect.txt @@ -40,8 +40,7 @@ Connect to the Edge Server from the Device SDK To connect to the Edge Server from a Device SDK client, your app must: - Set the Sync URL on the App configuration to the public-accessible DNS - address you set in the Edge Server - :ref:`config's ` ``hostname`` + address you set in the Edge Server :file:`edge_config.json` ``baseURL`` field. - If TLS is not enabled, use HTTP over port 80. @@ -87,7 +86,7 @@ modifications you can make to the :github:`Swift template app - The public-accessible DNS of your Edge Server's host. This is ``http://``, or if TLS is enabled, ``https://``, followed by the same value you set in your Edge Server - :filename:`edge_config.json` ``baseURL`` field. + :file:`edge_config.json` ``baseURL`` field. * - ``appId`` - The App ID of your App Services App that has Edge Server