From dc8495d50ebfc5e8a5656c7d5f8d3ea3da571e2d Mon Sep 17 00:00:00 2001 From: Malpha Date: Wed, 9 Oct 2024 14:54:26 +0000 Subject: [PATCH] Fix contributing md link in building.md --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index 4f12f67d8..cd10d7038 100644 --- a/docs/building.md +++ b/docs/building.md @@ -58,7 +58,7 @@ go install ./cmd/elvish There is no need to specify a version like `@master`; when inside a source tree, `go install` will always use the whatever source code is present. -See [CONTRIBUTING.md](CONTRIBUTING.md) for more notes for contributors. +See [contributing.md](contributing.md) for more notes for contributors. ## Building with experimental plugin support