mirror of
https://github.com/denoland/deno.git
synced 2025-03-09 05:36:49 -04: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
|
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)
|
[hello_world.rs](https://github.com/denoland/deno/blob/main/core/examples/hello_world.rs)
|
||||||
and
|
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.
|
as examples of usage.
|
||||||
|
|
||||||
TypeScript support and lots of other functionality are not available at this
|
TypeScript support and lots of other functionality are not available at this
|
||||||
|
|
Loading…
Add table
Reference in a new issue