diff options
author | Juan Gonzalez <juanrgon@github.com> | 2023-09-16 17:54:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-16 21:54:28 +0000 |
commit | e995ba66cd7400e0c87af6e530e74a6aa7c7c934 (patch) | |
tree | 0f9e6c1f569112f9323b5ecacf2c234168e0233d /README.md | |
parent | 16b7c9cd8d0b23ea51ad0070c7589ebefb3d51fa (diff) |
docs(contributing): Fix README link to contributing docs (#20526)
Fixing a broken link to the contributing docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ Deno.serve((_req) => new Response("Hello, World!")); We appreciate your help! To contribute, please read our -[contributing instructions](https://deno.land/manual/contributing). +[contributing instructions](https://deno.land/manual/references/contributing/). [Build status - Cirrus]: https://github.com/denoland/deno/workflows/ci/badge.svg?branch=main&event=push [Build status]: https://github.com/denoland/deno/actions |