From e995ba66cd7400e0c87af6e530e74a6aa7c7c934 Mon Sep 17 00:00:00 2001 From: Juan Gonzalez Date: Sat, 16 Sep 2023 17:54:28 -0400 Subject: docs(contributing): Fix README link to contributing docs (#20526) Fixing a broken link to the contributing docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1da25b7f..c31ad3c13 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3