From 78d9787f6c54c7de902948efafd30743854aa0ee Mon Sep 17 00:00:00 2001 From: barryz Date: Thu, 14 May 2020 15:46:26 +0800 Subject: [PATCH] doc typo: corrects the CONTRIBUTING.md Signed-off-by: barryz --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 956c10e8f..1f09412ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,7 +43,7 @@ git fetch $USER ``` **NOTES:** Note that GOPATH can be any directory, the example above uses $HOME/go. Change $USER above to your own GitHub username. -To build the project, please refer the [build](docs/compile_guide.md) guideline. +To build the project, please refer the [build](docs/build-customize-contribute/compile-guide.md) guideline. ### Repository Structure