You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by na...@apache.org on 2014/06/17 22:55:42 UTC

git commit: fix readme links to point to storm website rather than old wiki

Repository: incubator-storm
Updated Branches:
  refs/heads/master ecac64ff0 -> d664a40be


fix readme links to point to storm website rather than old wiki


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

Branch: refs/heads/master
Commit: d664a40be9fe22a737cf79527644a6eb91678919
Parents: ecac64f
Author: nathanmarz <na...@nathanmarz.com>
Authored: Tue Jun 17 13:55:42 2014 -0700
Committer: nathanmarz <na...@nathanmarz.com>
Committed: Tue Jun 17 13:55:42 2014 -0700

----------------------------------------------------------------------
 README.markdown | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/d664a40b/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index fc152d4..6b6a1df 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,12 +1,12 @@
-Storm is a distributed realtime computation system. Similar to how Hadoop provides a set of general primitives for doing batch processing, Storm provides a set of general primitives for doing realtime computation. Storm is simple, can be used with any programming language, [is used by many companies](https://github.com/nathanmarz/storm/wiki/Powered-By), and is a lot of fun to use!
+Storm is a distributed realtime computation system. Similar to how Hadoop provides a set of general primitives for doing batch processing, Storm provides a set of general primitives for doing realtime computation. Storm is simple, can be used with any programming language, [is used by many companies](http://storm-project.net/documentation/Powered-By.html), and is a lot of fun to use!
 
-The [Rationale page](https://github.com/nathanmarz/storm/wiki/Rationale) on the wiki explains what Storm is and why it was built. [This presentation](http://vimeo.com/40972420) is also a good introduction to the project.
+The [Rationale page](http://storm-project.net/documentation/Rationale.html) explains what Storm is and why it was built. [This presentation](http://vimeo.com/40972420) is also a good introduction to the project.
 
 Storm has a website at [storm-project.net](http://storm-project.net). Follow [@stormprocessor](https://twitter.com/stormprocessor) on Twitter for updates on the project.
 
 ## Documentation
 
-Documentation and tutorials can be found on the [Storm wiki](http://github.com/nathanmarz/storm/wiki).
+Documentation and tutorials can be found on the [Storm website](http://storm-project.net/documentation/Home.html).
 
 Developers and contributors should also take a look at our [Developer documentation](DEVELOPER.md).