Repository: kafka Updated Branches: refs/heads/trunk c504b2284 -> 5f779ca3f
MINOR: Fix typo dev guide title related to https://github.com/apache/kafka-site/pull/103 Author: Joel Hamill <git config --global user.email> Reviewers: Guozhang Wang <[email protected]> Closes #4133 from joel-hamill/dev-guide-title Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/5f779ca3 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/5f779ca3 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/5f779ca3 Branch: refs/heads/trunk Commit: 5f779ca3f38a1149aea1219ed4a91c677955101d Parents: c504b22 Author: Joel Hamill <git config --global user.email> Authored: Wed Oct 25 10:11:09 2017 -0700 Committer: Guozhang Wang <[email protected]> Committed: Wed Oct 25 10:11:09 2017 -0700 ---------------------------------------------------------------------- docs/streams/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/5f779ca3/docs/streams/index.html ---------------------------------------------------------------------- diff --git a/docs/streams/index.html b/docs/streams/index.html index be2f5cc..5c5b7b8 100644 --- a/docs/streams/index.html +++ b/docs/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>
