From 54c31194a5bb3b0fc4d09d52b3587e76d4f1cd4a Mon Sep 17 00:00:00 2001 From: Oleh Martsokha Date: Tue, 18 Apr 2023 10:08:19 +0200 Subject: [PATCH] docs(core): fix example link (#18731) --- core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/README.md b/core/README.md index df0db5de35..9b4f33fa0e 100644 --- a/core/README.md +++ b/core/README.md @@ -24,7 +24,7 @@ the [`deno_ops`](https://github.com/denoland/deno/blob/main/ops) crate. Documentation for this crate is thin at the moment. Please see [hello_world.rs](https://github.com/denoland/deno/blob/main/core/examples/hello_world.rs) and -[http_bench_json_ops.rs](https://github.com/denoland/deno/blob/main/core/examples/http_bench_json_ops.rs) +[http_bench_json_ops/main.rs](https://github.com/denoland/deno/blob/main/core/examples/http_bench_json_ops/main.rs) as examples of usage. TypeScript support and lots of other functionality are not available at this