From c08075053f16e8c799c2132373a2deb6e896a9e9 Mon Sep 17 00:00:00 2001 From: Matt Harrison Date: Sun, 21 Apr 2019 15:40:44 +0100 Subject: Fix link to http_bench example in core README (#2167) --- core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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 -- cgit v1.2.3