From de7a4edd47c29b78ad4ea28d28c0b77e07cdf32e Mon Sep 17 00:00:00 2001 From: Willem Jiang Date: Mon, 5 Dec 2016 15:20:10 +0800 Subject: [PATCH] GEARPUMP-244 Fixed the broken link of IDE setup guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9fd3859e8..a769f6d6a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -267,7 +267,7 @@ To build Gearpump document use ## IDE setup IDE environment can be set up on either Windows, Linux and Mac platform. You can choose the one you prefer. -The IDE setup guide can be found at [Gearpump website](http://gearpump.apache.org/releases/latest/dev-ide-setup.html). +The IDE setup guide can be found at [Gearpump website](http://gearpump.apache.org/releases/latest/dev/dev-ide-setup/index.html). It is highly recommended to perform [package build](#build) before IDE setup.