From ff5bbdae6ad16309efe592788f4cb14956ffc3b1 Mon Sep 17 00:00:00 2001 From: Jimmy Moon Date: Mon, 15 Jul 2024 23:30:35 +0900 Subject: [PATCH] doc(contributing): Fix deno installation url (#9249) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37c51754a751..28bfaf0be343 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -102,7 +102,7 @@ For running all tests, take the following steps: 4. Install deno - See [official install guide of deno](https://deno.land/manual/getting_started/installation) to install it. + See [official install guide of deno](https://docs.deno.com/runtime/manual/getting_started/installation/) to install it. 5. Add wasm32-wasi target