From c34d017a04947a6eca1facfbd90f1f75ea588109 Mon Sep 17 00:00:00 2001 From: Param Patidar Date: Wed, 2 Jun 2021 12:33:40 +0530 Subject: [PATCH] fix project layout link --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d339a068540..d48b17ae246 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -36,7 +36,7 @@ Run the new binary as: Run tests with: `go test ./...` -See [project layout documentation](../project-layout.md) for information on where to find specific source files. +See [project layout documentation](../docs/project-layout.md) for information on where to find specific source files. ## Submitting a pull request