minor fix Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/13cb7316 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/13cb7316 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/13cb7316
Branch: refs/heads/1.x-branch Commit: 13cb7316f695a5b7863b2b48263f37b335f4e0d6 Parents: 263f281 Author: Xin Wang <[email protected]> Authored: Sat Apr 9 22:48:05 2016 +0800 Committer: Xin Wang <[email protected]> Committed: Sat Apr 9 22:48:05 2016 +0800 ---------------------------------------------------------------------- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/13cb7316/docs/index.md ---------------------------------------------------------------------- diff --git a/docs/index.md b/docs/index.md index bf650f3..e5b94f5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -69,9 +69,9 @@ Trident is an alternative interface to Storm. It provides exactly-once processin * [Apache HDFS Integration](storm-hdfs.html) * [Apache Hive Integration](storm-hive.html) * [Apache Solr Integration](storm-solr.html) +* [Apache Cassandra Integration](storm-cassandra.html) * [JDBC Integration](storm-jdbc.html) -* [Redis Integration](storm-redis.html) -* [Cassandra Integration](storm-cassandra.html) +* [Redis Integration](storm-redis.html) * [Event Hubs Intergration](storm-eventhubs.html) * [Elasticsearch Integration](storm-elasticsearch.html) * [MQTT Integration](storm-mqtt.html)
