Repository: incubator-apex-site Updated Branches: refs/heads/master 836447e6f -> fbcb03602
fixed typo Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/26f47b90 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/26f47b90 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/26f47b90 Branch: refs/heads/master Commit: 26f47b90761ebd7dde3eec8050bd0fab4fe7c99a Parents: 836447e Author: Andy Perlitch <[email protected]> Authored: Tue Sep 8 11:22:35 2015 -0700 Committer: Andy Perlitch <[email protected]> Committed: Tue Sep 8 11:22:35 2015 -0700 ---------------------------------------------------------------------- src/pages/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/26f47b90/src/pages/index.html ---------------------------------------------------------------------- diff --git a/src/pages/index.html b/src/pages/index.html index 04026c5..4e8ca39 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -15,7 +15,7 @@ <div class="container"> <div class="col-md-4"> <h2>Enterprise Grade</h2> - <p><strong>Apex is a <a href="http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html" target="_blank">YARN</a>-native platform that unifies stream and batch processing processing</strong>. It processes big data in-motion in a way that is highly scalable, highly performant, fault tolerant, stateful, secure, distributed, and easily operable.</p> + <p><strong>Apex is a <a href="http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html" target="_blank">YARN</a>-native platform that unifies stream and batch processing</strong>. It processes big data in-motion in a way that is highly scalable, highly performant, fault tolerant, stateful, secure, distributed, and easily operable.</p> </div> <div class="col-md-4"> <h2>Low Barrier-to-entry</h2>
