You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2016/02/29 08:03:53 UTC

[18/46] incubator-apex-core git commit: Fixing broken links

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/f926e7f6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/f926e7f6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/f926e7f6

Branch: refs/heads/APEXCORE-293
Commit: f926e7f62a776d731eb8c77b3d96196d54c9538f
Parents: 7d6c677
Author: sashadt <sa...@datatorrent.com>
Authored: Wed Nov 4 18:41:36 2015 -0800
Committer: Thomas Weise <th...@datatorrent.com>
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/f926e7f6/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: