Skip to content

Commit

Permalink
Fix broken link to workerd.capnp in README.md. (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentonv committed Sep 26, 2022
1 parent 324be7b commit f70a487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f70a487

Please sign in to comment.