diff --git a/src/content/docs/containers/platform-details/architecture.mdx b/src/content/docs/containers/platform-details/architecture.mdx index 0bb461ef79dba9d..55f3440e5ff3112 100644 --- a/src/content/docs/containers/platform-details/architecture.mdx +++ b/src/content/docs/containers/platform-details/architecture.mdx @@ -19,7 +19,7 @@ This allows you to gracefully shutdown any running instances during a rollout. R ### Client to Worker -Recall that Containers are backed by Durable Objects and Workers. +Recall that Containers are backed by [Durable Objects](/durable-objects/) and [Workers](/workers/). Requests are first routed through a Worker, which is generally handled by a datacenter in a location with the best latency between itself and the requesting user. A different datacenter may be selected to optimize overall latency, if [Smart Placement](/workers/configuration/smart-placement/)