You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by kn...@apache.org on 2016/03/28 19:12:17 UTC

storm git commit: Fixing link.

Repository: storm
Updated Branches:
  refs/heads/1.x-branch fd2aefd4b -> 9663c5b7b


Fixing link.


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

Branch: refs/heads/1.x-branch
Commit: 9663c5b7b1ac852f6fd0b4fed300fb2c80e484d1
Parents: fd2aefd
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Mon Mar 28 12:12:09 2016 -0500
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Mon Mar 28 12:12:09 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/9663c5b7/docs/index.md
----------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
index a3be26c..14d6ce8 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -28,7 +28,7 @@ Trident is an alternative interface to Storm. It provides exactly-once processin
 * [Trident API Overview](Trident-API-Overview.html) -- operations for transforming and orchestrating data
 * [Trident State](Trident-state.html)        -- exactly-once processing and fast, persistent aggregation
 * [Trident spouts](Trident-spouts.html)       -- transactional and non-transactional data intake
-* [Trident RAS API](Tridnet-RAS-API.html)     -- using the Resource Aware Scheduler with Trident.
+* [Trident RAS API](Trident-RAS-API.html)     -- using the Resource Aware Scheduler with Trident.
 
 ### Setup and Deploying