Skip to content

Commit 05a43da

Browse files
authored
[Containers] Update get-started.mdx
Hello team, Let's refer it to Cloudflare Workers docs as well For clarity on "Go", can we refer it to its official website? Thanks!
1 parent 103a016 commit 05a43da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/containers/get-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ sidebar:
77

88
import { WranglerConfig, PackageManagers } from "~/components";
99

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.
10+
In this guide, you will deploy a [Worker](/workers/) 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](https://go.dev/).
1212

1313
This example Worker should give you a sense for simple Container use, and provide a starting point for more complex use cases.
1414

0 commit comments

Comments
 (0)