Fixing broken links
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/707b9972 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/707b9972 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/707b9972 Branch: refs/heads/APEXCORE-293 Commit: 707b9972a11b4628f1df6767463638594dfd4afa Parents: 78af2e5 Author: sashadt <[email protected]> Authored: Wed Nov 4 18:41:36 2015 -0800 Committer: Thomas Weise <[email protected]> Committed: Sun Feb 28 22:46:35 2016 -0800 ---------------------------------------------------------------------- apex_development_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/707b9972/apex_development_setup.md ---------------------------------------------------------------------- diff --git a/apex_development_setup.md b/apex_development_setup.md index 4aaa25f..777f2f9 100644 --- a/apex_development_setup.md +++ b/apex_development_setup.md @@ -105,7 +105,7 @@ This command file also exists in the Data Torrent _examples_ repository which yo You will find the script under `examples\tutorials\topnwords\scripts\newapp.cmd`. -You can also, if you prefer, use an IDE to generate the project as described in Section 3 of [Apex Packages](apex_package.md) but use the archetype version 3.1.1 instead of 3.0.0. +You can also, if you prefer, use an IDE to generate the project as described in Section 3 of [Application Packages](application_packages.md) but use the archetype version 3.1.1 instead of 3.0.0. When the run completes successfully, you should see a new directory named `myapexapp` containing a maven project for building a basic Apache Apex application. It includes 3 source files:**Application.java**, **RandomNumberGenerator.java** and **ApplicationTest.java**. You can now build the application by stepping into the new directory and running the appropriate maven command:
