Skip to content

Commit 302d8aa

Browse files
authored
Update src/content/docs/workers/community/deploy-buttons.mdx
1 parent 8ed9c48 commit 302d8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/community/deploy-buttons.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you're building a Workers application and would like to share it with other d
1717
Deploy to Cloudflare buttons simplify the deployment of a Workers application by enabling Cloudflare to:
1818
* **Clone a Git repository**: Cloudflare clones your source repository into the user's GitHub/GitLab account where they can continue development after deploying.
1919
* **Configure a project**: Your users can customize key details such as repository name, Worker name, and required resource names in a single setup page with customizations reflected in the newly created Git repository.
20-
* **Build & deploy**: Cloudflare builds the application using [Workers Builds](workers/ci-cd/builds) and deploys it to the Cloudflare network. Any required resources are automatically provisioned and bound to the Worker without additional setup.
20+
* **Build & deploy**: Cloudflare builds the application using [Workers Builds](/workers/ci-cd/builds) and deploys it to the Cloudflare network. Any required resources are automatically provisioned and bound to the Worker without additional setup.
2121

2222
![Deploy to Cloudflare Flow](~/assets/images/workers/dtw-user-flow.png)
2323

0 commit comments

Comments
 (0)