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 2186ec6 commit 6e40c72Copy full SHA for 6e40c72
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
19
20
### Client to Worker
21
22
-Recall that Containers are backed by Durable Objects and Workers.
+Recall that Containers are backed by [Durable Objects](/durable-objects/) and [Workers](/workers/).
23
Requests are first routed through a Worker, which is generally handled
24
by a datacenter in a location with the best latency between itself and the requesting user.
25
A different datacenter may be selected to optimize overall latency, if [Smart Placement](/workers/configuration/smart-placement/)
0 commit comments