1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00

docs(core): fix example link (#18731)

This commit is contained in:
Oleh Martsokha 2023-04-18 10:08:19 +02:00 committed by Levente Kurusa
parent c77c662b97
commit 3efaaa36f6
No known key found for this signature in database
GPG key ID: 9F72F3C05BA137C4

View file

@ -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