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 /README.md | |
parent | e3fe4be83b7424f5530430f1b462f07a71e55b65 (diff) |
chore: rename default branch to main (#9503)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -84,9 +84,9 @@ More in-depth info can be found in the runtime We appreciate your help! To contribute, please read our -[guidelines](https://github.com/denoland/deno/blob/master/docs/contributing/style_guide.md). +[guidelines](https://github.com/denoland/deno/blob/main/docs/contributing/style_guide.md). -[Build Status - Cirrus]: https://github.com/denoland/deno/workflows/ci/badge.svg?branch=master&event=push +[Build Status - Cirrus]: https://github.com/denoland/deno/workflows/ci/badge.svg?branch=main&event=push [Build status]: https://github.com/denoland/deno/actions [Twitter badge]: https://twitter.com/intent/follow?screen_name=deno_land [Twitter handle]: https://img.shields.io/twitter/follow/deno_land.svg?style=social&label=Follow |