From e2030c97a62d4e1daf740d52237bd4f8e55303eb Mon Sep 17 00:00:00 2001 From: Confidence Okoghenun Date: Fri, 19 Apr 2024 11:47:37 +0100 Subject: [PATCH] Docs: Fixes inbound link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcc30a0..2634246 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This is a collection of examples for [writing Cloudflare Workers in Python](http You can run `npx wrangler@latest dev` in any example project directory to run a local development server using [Wrangler](https://developers.cloudflare.com/workers/wrangler/), the CLI for Cloudflare Workers. This local development server is powered by [workerd](https://github.com/cloudflare/workerd), the open-source Workers runtime. -Need to deploy your Worker to Cloudflare? Python Workers are in open beta and have a few [limitations](/#open-beta-and-limits). +Need to deploy your Worker to Cloudflare? Python Workers are in open beta and have a few [limitations](#open-beta-and-limits). ## Examples