From 806572d16856ea9cae5f3ae149309c6d825a772e Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Thu, 29 Aug 2024 21:29:13 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 0fe14fe..3862fb8 100644 --- a/FAQ.md +++ b/FAQ.md @@ -404,7 +404,7 @@ https://github.com/rustdesk/rustdesk/issues/672#issuecomment-1146668238 This is usually because your custom client was built before you set up `https`. -Please go to custom clients of web console, modify `API` below to correct url, e.g. https://rustdesk.example.com (please remember to remove `:21114`), then rerun the build to get a new custom client with the new `API` value. If it is not custom client, please go to RustDesk client `Settings` -> `Network`, set correct `API` address the same as web console address. +Please go to custom clients of web console, modify `API` below to correct url, e.g. https://rustdesk.example.com (please remember to remove `:21114`), then rerun the build to get a new custom client with the new `API` value. If it is not custom client, please go to RustDesk client `Settings` -> `Network`, set correct `API` (the same as web console address). ![image](https://github.com/rustdesk/rustdesk/assets/71636191/2f16a17e-7ba4-4c6b-bbef-dbe72e582eb9)