diff options
author | Matt Harrison <mt.harrison86@gmail.com> | 2019-04-21 15:40:44 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-21 10:40:44 -0400 |
commit | c08075053f16e8c799c2132373a2deb6e896a9e9 (patch) | |
tree | 9002efe49d7c0183bb45705f26cd0df7c486f344 | |
parent | df8fb6070981d80f05e9a5f97e9c61bce09d3fe2 (diff) |
Fix link to http_bench example in core README (#2167)
-rw-r--r-- | core/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/README.md b/core/README.md index 516606961..a5c20f79e 100644 --- a/core/README.md +++ b/core/README.md @@ -9,7 +9,7 @@ trait, and by doing so define any "built-in" functionality that would be provided by the VM. Ops are triggered by `Deno.core.dispatch()`. Documentation for this crate is thin at the moment. Please see -[http_bench.rs](https://github.com/denoland/deno/blob/master/core/http_bench.rs) +[http_bench.rs](https://github.com/denoland/deno/blob/master/core/examples/http_bench.rs) as a simple example of usage. TypeScript support and a lot of other functionality is not available at this |