Skip to content

Commit 3e6b468

Browse files
committed
fix(docs): doc review
1 parent ae266be commit 3e6b468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless/containers/troubleshooting/502-error-when-scaling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This issue typically occurs when traffic is sent too early to the newly created
2727

2828
To ensure the Serverless Container is completely ready, both in terms of the HTTP port and the software scope, it is recommended to use **custom health checks**.
2929

30-
You can configure [Custom health checks via the Scaleway API]@(https://www.scaleway.com/en/developers/api/serverless-containers/#path-containers-update-an-existing-container) with the `health_check` parameter. In this case, we recommend you implement a custom HTTP route on the Container that returns its readiness status.
30+
You can configure [Custom health checks via the Scaleway API](https://www.scaleway.com/en/developers/api/serverless-containers/#path-containers-update-an-existing-container) with the `health_check` parameter. In this case, we recommend you implement a custom HTTP route on the Container that returns its readiness status.
3131

3232
<Message type="tip">
3333
A simple health check to implement is just a simple `GET` on `/` to make sure the HTTP server is properly listening.

0 commit comments

Comments
 (0)