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 103a016 commit 05a43daCopy full SHA for 05a43da
src/content/docs/containers/get-started.mdx
@@ -7,8 +7,8 @@ sidebar:
7
8
import { WranglerConfig, PackageManagers } from "~/components";
9
10
-In this guide, you will deploy a Worker that can make requests to one or more Containers in response to end-user requests.
11
-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/).
12
13
This example Worker should give you a sense for simple Container use, and provide a starting point for more complex use cases.
14
0 commit comments