From c14bd770860395b76e98ba5c11a6dd7dfe284a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anssi=20Etel=C3=A4niemi?= Date: Sat, 24 Apr 2021 16:45:40 +0300 Subject: [PATCH] docs: updated link (#10345) --- core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/README.md b/core/README.md index fc1fc3d319..a3177b2925 100644 --- a/core/README.md +++ b/core/README.md @@ -21,7 +21,7 @@ function to trigger the "dispatch" callback in Rust. The user is responsible for encoding both the request and response into a Uint8Array. Documentation for this crate is thin at the moment. Please see -[http_bench_ops.rs](https://github.com/denoland/deno/blob/main/core/examples/http_bench_ops.rs) +[http_bench_json_ops.rs](https://github.com/denoland/deno/blob/main/core/examples/http_bench_json_ops.rs) as a simple example of usage. TypeScript support and a lot of other functionality is not available at this