Repository: incubator-gearpump Updated Branches: refs/heads/master 9834490ce -> f70359dc2
GEARPUMP-244 Fixed the broken link of IDE setup guide Author: Willem Jiang <[email protected]> Closes #117 from WillemJiang/branch_GEARPUMP-244. Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/f70359dc Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/f70359dc Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/f70359dc Branch: refs/heads/master Commit: f70359dc23276fbd570bb237b287934e56e813e0 Parents: 9834490 Author: Willem Jiang <[email protected]> Authored: Mon Dec 5 16:09:07 2016 +0800 Committer: manuzhang <[email protected]> Committed: Mon Dec 5 16:09:07 2016 +0800 ---------------------------------------------------------------------- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/f70359dc/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9fd3859..a769f6d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -267,7 +267,7 @@ To build Gearpump document use <a name="ide-setup"></a> ## 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.
