Repository: apex-site Updated Branches: refs/heads/asf-site 7c4cb937f -> 345af0c3a
from ce98417f9030e9ba54ae7ad2c7a1291bb2ee5ac0 Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/345af0c3 Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/345af0c3 Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/345af0c3 Branch: refs/heads/asf-site Commit: 345af0c3a2ab64d1d110e059dd7107e1a6b4ec9a Parents: 7c4cb93 Author: Apex Dev <[email protected]> Authored: Wed Mar 8 06:53:50 2017 -0800 Committer: Thomas Weise <[email protected]> Committed: Wed Mar 8 06:53:50 2017 -0800 ---------------------------------------------------------------------- content/docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-site/blob/345af0c3/content/docs.html ---------------------------------------------------------------------- diff --git a/content/docs.html b/content/docs.html index 2ed5347..f841005 100644 --- a/content/docs.html +++ b/content/docs.html @@ -120,7 +120,7 @@ word counting application with Apache Apex starting with setting up your develop <li><a href="http://docs.datatorrent.com/tutorials/salesdimensions/" rel="nofollow">Sales Dimensions Application Tutorial</a> Similar to the Top N Words application but covers dimensional computations on a simulated sales data stream.</li> <li><a href="https://github.com/DataTorrent/examples" rel="nofollow">Example Applications</a> Sample code for specialized tutorials covering a variety of topics such as large key-value state management (HDHT), custom partitioning using stream codecs, etc.</li> -<li><a href="https://github.com/apache/apex-malhar/tree/master/demos">Malhar Demos</a> This is part of the source repository for Apache Apex Malhar and contains a number of more substantial sample applications that developers will find especially useful. They include an application that computes some statistics (such as moving averages) from a live stream of stock transactions from <em>Yahoo! Finance</em>; one that analyzes a synthetic stream of eruption event data for the <em>Old Faithful</em> geyser; a Twitter stream analyzer; and a simulated fraud detector.</li> +<li><a href="https://github.com/apache/apex-malhar/tree/master/examples">Malhar Examples</a> This is part of the source repository for Apache Apex Malhar and contains a number of more substantial sample applications that developers will find especially useful. They include an application that computes some statistics (such as moving averages) from a live stream of stock transactions from <em>Yahoo! Finance</em>; one that analyzes a synthetic stream of eruption event data for the <em>Old Faithful</em> geyser; a Twitter stream analyzer; and a simulated fraud detector.</li> </ul> <h3 id="presentations">Presentations</h3> <ul>
