From e2d8ae1c68083352f07b1bbe299b95173eeed139 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kaiser Date: Wed, 9 Oct 2024 13:15:57 +0200 Subject: [PATCH] [doc] Fix Inbound Email link --- doc/developer/architecture-choices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer/architecture-choices.md b/doc/developer/architecture-choices.md index 35ebf7c..50f40e9 100644 --- a/doc/developer/architecture-choices.md +++ b/doc/developer/architecture-choices.md @@ -27,6 +27,6 @@ To solve this problem, Atomic CRM uses a `users` edge function in charge of: Atomic CRM does not support user deletion to avoid data losses. Yet, it is possible to disable a user's account (relying on Supabase's ban feature). -Atomic also uses Edge functions to handle the webhook and process the received emails. Check the [Inbound Email](./inbound-email.md) documentation for more information. +Atomic also uses Edge functions to handle the webhook and process the received emails. Check the [Inbound Email](./inbound-email-configuration.md) documentation for more information. The edge functions can be found in the `supabase/functions/` directory.