You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gw...@apache.org on 2015/12/15 00:45:16 UTC

kafka git commit: MINOR: Fix broken docs link

Repository: kafka
Updated Branches:
  refs/heads/trunk e08b922aa -> b352d7fbf


MINOR: Fix broken docs link

Author: Grant Henke <gr...@gmail.com>

Reviewers: Gwen Shapira

Closes #676 from granthenke/doc-link


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

Branch: refs/heads/trunk
Commit: b352d7fbfc07cc14368c01005966924cc3a8d6fe
Parents: e08b922
Author: Grant Henke <gr...@gmail.com>
Authored: Mon Dec 14 15:45:12 2015 -0800
Committer: Gwen Shapira <cs...@gmail.com>
Committed: Mon Dec 14 15:45:12 2015 -0800

----------------------------------------------------------------------
 docs/design.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/b352d7fb/docs/design.html
----------------------------------------------------------------------
diff --git a/docs/design.html b/docs/design.html
index 61845e3..9596879 100644
--- a/docs/design.html
+++ b/docs/design.html
@@ -375,6 +375,6 @@ Client byte rate is measured over multiple small windows (for e.g. 30 windows of
 <h4><a id="design_quotasoverrides" href="#design_quotasoverrides">Quota overrides</a></h4>
 <p>
     It is possible to override the default quota for client-ids that need a higher (or even lower) quota. The mechanism is similar to the per-topic log config overrides.
-    Client-id overrides are written to ZooKeeper under <i><b>/config/clients</b></i>. These overrides are read by all brokers and are effective immediately. This lets us change quotas without having to do a rolling restart of the entire cluster. See <a href="/ops.html#quotas">here</a> for details.
+    Client-id overrides are written to ZooKeeper under <i><b>/config/clients</b></i>. These overrides are read by all brokers and are effective immediately. This lets us change quotas without having to do a rolling restart of the entire cluster. See <a href="#quotas">here</a> for details.
 
 </p>