Repository: storm Updated Branches: refs/heads/master eadc7c4b5 -> 641586321
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/7e88f9dc Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/7e88f9dc Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/7e88f9dc Branch: refs/heads/master Commit: 7e88f9dc400892e9a6ba7c4509c08a31ff4ac18f Parents: 4284b09 Author: Xin Wang <[email protected]> Authored: Thu Apr 7 16:39:35 2016 +0800 Committer: Xin Wang <[email protected]> Committed: Thu Apr 7 16:54:01 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/7e88f9dc/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/7e88f9dc/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)
