0
0
Fork 0
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:
Oleh Martsokha 2023-04-18 10:08:19 +02:00 committed by GitHub
parent de21a780fd
commit 54c31194a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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