mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
docs(contributing): Fix README link to contributing docs (#20526)
Fixing a broken link to the contributing docs
This commit is contained in:
parent
16b7c9cd8d
commit
e995ba66cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user