From 137df13b13a01b26f62048ccccfc71ef1ef93b3d Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Thu, 16 Jan 2025 10:19:25 +0100 Subject: [PATCH] Fix 404 --- serverless/functions/concepts.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serverless/functions/concepts.mdx b/serverless/functions/concepts.mdx index a26264761b..658c27729b 100644 --- a/serverless/functions/concepts.mdx +++ b/serverless/functions/concepts.mdx @@ -39,7 +39,7 @@ A CRON trigger is a mechanism used to automatically invoke a Serverless Function ## Custom domain -By default, a generated endpoint is assigned to your Serverless resource. Custom domains allows you to use your own domain - see our [custom domain documentation](/serverless/functions/how-to/add-a-custom-domain-to-a-function) for full details. +By default, a generated endpoint is assigned to your Serverless resource. Custom domains allows you to use your own domain - see our [custom domain documentation](/serverless/functions/how-to/add-a-custom-domain-name-to-a-function/) for full details. ## Endpoint @@ -193,4 +193,4 @@ Triggers can take many forms, such as HTTP requests, messages from a queue or a ## vCPU-s -Unit used to measure the resource consumption of a container. It reflects the amount of vCPU used over time. \ No newline at end of file +Unit used to measure the resource consumption of a container. It reflects the amount of vCPU used over time.