Repository: mesos
Updated Branches:
  refs/heads/master 135d2c7b0 -> f074366dd


Documentation: Framework List: Use correct URL for storm-mesos framework.

This closes #122


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f074366d
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f074366d
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/f074366d

Branch: refs/heads/master
Commit: f074366dd1027426304e53d3e9b6c2785b6fe577
Parents: 135d2c7
Author: Erik Weathers <eweath...@groupon.com>
Authored: Thu Jun 30 16:53:52 2016 -0700
Committer: Benjamin Mahler <bmah...@apache.org>
Committed: Thu Jun 30 16:53:52 2016 -0700

----------------------------------------------------------------------
 docs/frameworks.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/f074366d/docs/frameworks.md
----------------------------------------------------------------------
diff --git a/docs/frameworks.md b/docs/frameworks.md
index 69dcaba..d37a9f5 100644
--- a/docs/frameworks.md
+++ b/docs/frameworks.md
@@ -20,7 +20,7 @@ layout: documentation
 * [Hama](http://wiki.apache.org/hama/GettingStartedMesos) is a distributed 
computing framework based on Bulk Synchronous Parallel computing techniques for 
massive scientific computations e.g., matrix, graph and network algorithms.
 * [MPI](https://github.com/mesosphere/mesos-hydra) is a message-passing system 
designed to function on a wide variety of parallel computers.
 * [Spark](http://spark.incubator.apache.org/) is a fast and general-purpose 
cluster computing system which makes parallel jobs easy to write.
-* [Storm](https://github.com/mesosphere/storm-mesos) is a distributed realtime 
computation system. Storm makes it easy to reliably process unbounded streams 
of data, doing for realtime processing what Hadoop did for batch processing.
+* [Storm](https://github.com/mesos/storm) is a distributed realtime 
computation system. Storm makes it easy to reliably process unbounded streams 
of data, doing for realtime processing what Hadoop did for batch processing.
 
 ## Batch Scheduling
 

Reply via email to