From 6170a84347af763a9a83b3d3513597fdc8215755 Mon Sep 17 00:00:00 2001 From: Ovgodd Date: Mon, 15 Jul 2024 11:57:37 +0200 Subject: [PATCH] change incoming webhooks redirection in integration doc Changelog: fixed --- webapp/channels/src/actions/global_actions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/channels/src/actions/global_actions.tsx b/webapp/channels/src/actions/global_actions.tsx index bf98b73c3e..e2d60d35c2 100644 --- a/webapp/channels/src/actions/global_actions.tsx +++ b/webapp/channels/src/actions/global_actions.tsx @@ -478,6 +478,6 @@ export function redirectTokSuiteDashboard(accountId?: number) { } export function redirectToDeveloperDocumentation() { - window.open('https://developer.infomaniak.com', '_blank', 'noopener,noreferrer'); + window.open('https://faq.infomaniak.com/2001', '_blank', 'noopener,noreferrer'); }