Repository: storm
Updated Branches:
  refs/heads/1.x-branch db8cf121b -> 07dd1b1bb


fix documents 404


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

Branch: refs/heads/1.x-branch
Commit: f952ef1a12c76d4195bce3b05b2364e56d83951d
Parents: 6af0d10
Author: Xin Wang <[email protected]>
Authored: Thu Apr 7 16:39:35 2016 +0800
Committer: Xin Wang <[email protected]>
Committed: Thu Apr 7 16:57:45 2016 +0800

----------------------------------------------------------------------
 docs/_includes/footer.html | 2 +-
 docs/index.md              | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/f952ef1a/docs/_includes/footer.html
----------------------------------------------------------------------
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index 1696720..3dde496 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -23,7 +23,7 @@
                     <h5>First Look</h5>
                     <ul class="footer-list">
                         <li><a 
href="/releases/current/Rationale.html">Rationale</a></li>
-                        <li><a 
href="/releases/current/tutorial.html">Tutorial</a></li>
+                        <li><a 
href="/releases/current/Tutorial.html">Tutorial</a></li>
                         <li><a 
href="/releases/current/Setting-up-development-environment.html">Setting up 
development environment</a></li>
                         <li><a 
href="/releases/current/Creating-a-new-Storm-project.html">Creating a new Storm 
project</a></li>
                     </ul>

http://git-wip-us.apache.org/repos/asf/storm/blob/f952ef1a/docs/index.md
----------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
index 14d6ce8..bf650f3 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -52,7 +52,6 @@ Trident is an alternative interface to Storm. It provides 
exactly-once processin
 * [Using non-JVM languages with Storm](Using-non-JVM-languages-with-Storm.html)
 * [Distributed RPC](Distributed-RPC.html)
 * [Transactional topologies](Transactional-topologies.html)
-* [Direct groupings](Direct-groupings.html)
 * [Hooks](Hooks.html)
 * [Metrics](Metrics.html)
 * [State Checkpointing](State-checkpointing.html)

Reply via email to