From 88b6a5b22266609222771ffd311ba973c6360ab5 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Mon, 4 Mar 2024 08:02:39 -0500 Subject: [PATCH] Replace help_url with that of SchildiChat Signed-off-by: Suguru Hirahara --- src/SdkConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SdkConfig.ts b/src/SdkConfig.ts index 9e742a525a1..7f64930fe9d 100644 --- a/src/SdkConfig.ts +++ b/src/SdkConfig.ts @@ -26,7 +26,7 @@ import { DeepReadonly, Defaultize } from "./@types/common"; // see element-web config.md for docs, or the IConfigOptions interface for dev docs export const DEFAULTS: DeepReadonly = { brand: "SchildiChat", - help_url: "https://element.io/help", + help_url: "https://schildi.chat/faq/", help_encryption_url: "https://element.io/help#encryption", integrations_ui_url: "https://scalar.vector.im/", integrations_rest_url: "https://scalar.vector.im/api",