Repository: kafka-site Updated Branches: refs/heads/asf-site cc6488e02 -> 4eb9c7d18
MINOR: Fix typo in streams index title Author: Joel Hamill <git config --global user.email> Reviewers: Guozhang Wang <[email protected]> Closes #103 from joel-hamill/dev-guide-tittle Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/4eb9c7d1 Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/4eb9c7d1 Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/4eb9c7d1 Branch: refs/heads/asf-site Commit: 4eb9c7d1808f0e065582249923e85b7231de159c Parents: cc6488e Author: Joel Hamill <git config --global user.email> Authored: Tue Oct 24 13:21:40 2017 -0700 Committer: Guozhang Wang <[email protected]> Committed: Tue Oct 24 13:21:40 2017 -0700 ---------------------------------------------------------------------- 0110/streams/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka-site/blob/4eb9c7d1/0110/streams/index.html ---------------------------------------------------------------------- diff --git a/0110/streams/index.html b/0110/streams/index.html index bda2665..1ba00c3 100644 --- a/0110/streams/index.html +++ b/0110/streams/index.html @@ -21,7 +21,7 @@ <div class="sticky-top"> <div style="height:35px"> <a class="active-menu-item" href="#">Introduction</a> - <a href="/{{version}}/documentation/streams/developer-guide">Developers Guide</a> + <a href="/{{version}}/documentation/streams/developer-guide">Developer Guide</a> <a href="/{{version}}/documentation/streams/core-concepts">Concepts</a> <a href="/{{version}}/documentation/streams/quickstart">Run Demo App</a> <a href="/{{version}}/documentation/streams/tutorial">Tutorial: Write App</a>
