diff options
| author | Oleh Martsokha <o.martsokha@gmail.com> | 2023-04-18 10:08:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-18 17:08:19 +0900 |
| commit | 54c31194a5bb3b0fc4d09d52b3587e76d4f1cd4a (patch) | |
| tree | d4d499b6a2efb6dc8a15975bab216c286557d3b6 /core | |
| parent | de21a780fd4e3f59bd0607a4c91246cc8b3a86b8 (diff) | |
docs(core): fix example link (#18731)
Diffstat (limited to 'core')
| -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 df0db5de3..9b4f33fa0 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 |
