diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-02-19 15:58:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 15:58:19 +0100 |
commit | 4f80587d26891f783b1a7a46b0f3273def49cd6e (patch) | |
tree | e47ed14559f7af33de7e8c561438fa00b2b0b4db /core | |
parent | e3fe4be83b7424f5530430f1b462f07a71e55b65 (diff) |
chore: rename default branch to main (#9503)
Diffstat (limited to 'core')
-rw-r--r-- | core/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/README.md b/core/README.md index 2438ecede..55ec05a2d 100644 --- a/core/README.md +++ b/core/README.md @@ -21,10 +21,10 @@ function to trigger the "dispatch" callback in Rust. The user is responsible for encoding both the request and response into a Uint8Array. Documentation for this crate is thin at the moment. Please see -[http_bench_bin_ops.rs](https://github.com/denoland/deno/blob/master/core/examples/http_bench_bin_ops.rs) +[http_bench_bin_ops.rs](https://github.com/denoland/deno/blob/main/core/examples/http_bench_bin_ops.rs) and -[http_bench_json_ops.rs](https://github.com/denoland/deno/blob/master/core/examples/http_bench_json_ops.rs) +[http_bench_json_ops.rs](https://github.com/denoland/deno/blob/main/core/examples/http_bench_json_ops.rs) as a simple example of usage. TypeScript support and a lot of other functionality is not available at this -layer. See the [CLI](https://github.com/denoland/deno/tree/master/cli) for that. +layer. See the [CLI](https://github.com/denoland/deno/tree/main/cli) for that. |