mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
docs(core): fix example link (#18731)
This commit is contained in:
parent
de21a780fd
commit
54c31194a5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue