diff --git a/src/content/docs/containers/get-started.mdx b/src/content/docs/containers/get-started.mdx index d8f679e99e80e42..ab51768f51a83f1 100644 --- a/src/content/docs/containers/get-started.mdx +++ b/src/content/docs/containers/get-started.mdx @@ -7,8 +7,8 @@ sidebar: import { WranglerConfig, PackageManagers } from "~/components"; -In this guide, you will deploy a Worker that can make requests to one or more Containers in response to end-user requests. -In this example, each container runs a small webserver written in Go. +In this guide, you will deploy a [Worker](/workers/) that can make requests to one or more Containers in response to end-user requests. +In this example, each container runs a small webserver written in [Go](https://go.dev/). This example Worker should give you a sense for simple Container use, and provide a starting point for more complex use cases.