diff --git a/pages/serverless-containers/faq.mdx b/pages/serverless-containers/faq.mdx index d382fd73b7..f01be86b98 100644 --- a/pages/serverless-containers/faq.mdx +++ b/pages/serverless-containers/faq.mdx @@ -229,7 +229,7 @@ Yes, you can [redirect all inbound HTTP connections to HTTPS](/serverless-contai ### Can I whitelist the IPs of my containers? -Scaleway Serverless Containers support [Virtual Private Cloud (VPC)](/vpc/) and can be attached to a Private Network, which allows you to securely connect your resources in an isolated environment. Refer to the [dedicated documentation](/serverless-functions/how-to/use-private-networks/) for more information. +Scaleway Serverless Containers support [Virtual Private Cloud (VPC)](/vpc/) and can be attached to a Private Network, which allows you to securely connect your resources in an isolated environment. Refer to the [dedicated documentation](/serverless-containers/how-to/use-private-networks/) for more information. ### Which protocols are supported by Serverless Containers? @@ -243,7 +243,7 @@ Containers use **http1** by default, yet the gRPC protocol requires `http2`. You ### How can I configure access to a Private Network or Virtual Private Cloud (VPC)? -Scaleway Serverless Functions support [Virtual Private Cloud (VPC)](/vpc/) and can be attached to a Private Network. Refer to the [dedicated documentation](/serverless-functions/how-to/use-private-networks/) for more information. +Scaleway Serverless Containers support [Virtual Private Cloud (VPC)](/vpc/) and can be attached to a Private Network. Refer to the [dedicated documentation](/serverless-containers/how-to/use-private-networks/) for more information. ### Can I use my own TLS certificates for custom domains?