Skip to content
Closed
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
2 changes: 1 addition & 1 deletion src/content/docs/containers/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Run the following command to create and deploy a new Worker with a container, fr
npm create cloudflare@latest -- --template=cloudflare/templates/containers-template
```

When you want to deploy a code change to either the Worker or Container code, you can run the following command using [Wrangler CLI](/workers/wrangler/:
When you want to deploy a code change to either the Worker or Container code, you can run the following command using [Wrangler CLI](/workers/wrangler/):

<PackageManagers type="exec" pkg="wrangler" args="deploy" />

Expand Down