From 5bd17d300691e367773960609e94da995c4e78c8 Mon Sep 17 00:00:00 2001 From: Alex <49969959+alexzhang1030@users.noreply.github.com> Date: Fri, 28 Apr 2023 16:21:19 +0800 Subject: [PATCH] docs: fix contributing_guide link (#2029) --- docs/content/1.guide/3.contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.guide/3.contributing.md b/docs/content/1.guide/3.contributing.md index 0f6f11d3..456e28b9 100644 --- a/docs/content/1.guide/3.contributing.md +++ b/docs/content/1.guide/3.contributing.md @@ -17,7 +17,7 @@ pnpm i pnpm run dev ``` -`Warning`: you will need `corepack` enabled, check out the [Elk Contributing Guide](./CONTRIBUTING.md) for a detailed guide on how to set up the project locally. +`Warning`: you will need `corepack` enabled, check out the [Elk Contributing Guide](https://github.com/elk-zone/elk/blob/main/CONTRIBUTING.md) for a detailed guide on how to set up the project locally. We recommend installing [ni](https://github.com/antfu/ni#ni), that will use the right package manager in each of your projects. If `ni` is installed, you can instead run: