Skip to content

Commit

Permalink
Merge branch 'rm/340863' into 'master'
Browse files Browse the repository at this point in the history
change incoming webhooks redirection in integration doc

See merge request kchat/webapp!842
  • Loading branch information
antonbuks committed Jul 16, 2024
2 parents 9e95c22 + 6170a84 commit 7161c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/channels/src/actions/global_actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

0 comments on commit 7161c17

Please sign in to comment.