Skip to content

Commit

Permalink
Fix 404 (#4228)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyOubouaziz authored Jan 17, 2025
1 parent 4fd24b3 commit c6091a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serverless/functions/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Unit used to measure the resource consumption of a container. It reflects the amount of vCPU used over time.

0 comments on commit c6091a8

Please sign in to comment.