From 9191ad78bd867071ae516051ac86c97ad7aee044 Mon Sep 17 00:00:00 2001 From: Pek5892 Date: Mon, 30 Jan 2023 12:43:06 +0100 Subject: [PATCH] Fix minore --- modules/emails/src/Account.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/emails/src/Account.php b/modules/emails/src/Account.php index 74b927c71..d64b64dea 100755 --- a/modules/emails/src/Account.php +++ b/modules/emails/src/Account.php @@ -38,12 +38,12 @@ class Account extends Model 'microsoft' => [ 'name' => 'Microsoft', 'class' => Microsoft::class, - 'help' => 'https://docs.openstamanager.com/faq/configurazione-oauth2#microsoft', + 'help' => 'https://docs.openstamanager.com/v/2.4.40/configurazioni/configurazione-oauth2#microsoft', ], 'google' => [ 'name' => 'Google', 'class' => Google::class, - 'help' => 'https://docs.openstamanager.com/faq/configurazione-oauth2#google', + 'help' => 'https://docs.openstamanager.com/v/2.4.40/configurazioni/configurazione-oauth2#google', ], ];