Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/containers/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down