We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1f30d commit af8bfc3Copy full SHA for af8bfc3
pages/serverless-functions/how-to/create-a-function.mdx
@@ -53,7 +53,7 @@ This page shows you how to deploy a [function](/serverless-functions/concepts/#f
53
54
2. Configure the **scaling** of your function.
55
<Message type="tip">
56
- Define a minimum of **one instance** or more to avoid cold starts.
+ Define a minimum of **one instance** or more to avoid [cold starts](/serverless/functions/concepts/#cold-start).
57
</Message>
58
59
### Function advanced options (optional)
0 commit comments