From 924031550d8e53dbea14d06f63d8e3c0226b96e4 Mon Sep 17 00:00:00 2001 From: Kenton Varda Date: Sun, 25 Sep 2022 17:35:55 -0500 Subject: [PATCH] Fix broken link to workerd.capnp in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e799af5faa..83bf374f074 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ addEventListener("fetch", event => { }); ``` -[Complete reference documentation is provided by the comments in worker.capnp.](src/workerd/server/worker.capnp) +[Complete reference documentation is provided by the comments in workerd.capnp.](src/workerd/server/workerd.capnp) [There is also a library of sample config files.](samples)