Repository: kafka
Updated Branches:
  refs/heads/trunk c1e840050 -> 9179bbc06


KAFKA-4130; Link to Varnish architect notes is broken

Author: Andrea Cosentino <anco...@gmail.com>

Reviewers: Jason Gustafson <ja...@confluent.io>

Closes #1835 from oscerd/KAFKA-4130


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

Branch: refs/heads/trunk
Commit: 9179bbc067cef5211107d19f96e0d836c3a007e1
Parents: c1e8400
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Tue Oct 11 09:32:13 2016 -0700
Committer: Jason Gustafson <ja...@confluent.io>
Committed: Tue Oct 11 09:32:36 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/kafka/blob/9179bbc0/docs/design.html
----------------------------------------------------------------------
diff --git a/docs/design.html b/docs/design.html
index 8827b84..c8c10b4 100644
--- a/docs/design.html
+++ b/docs/design.html
@@ -63,7 +63,7 @@ disk read.
 This suggests a design which is very simple: rather than maintain as much as 
possible in-memory and flush it all out to the filesystem in a panic when we 
run out of space, we invert that. All data is immediately
 written to a persistent log on the filesystem without necessarily flushing to 
disk. In effect this just means that it is transferred into the kernel's 
pagecache.
 <p>
-This style of pagecache-centric design is described in an <a 
href="http://varnish.projects.linpro.no/wiki/ArchitectNotes";>article</a> on the 
design of Varnish here (along with a healthy dose of arrogance).
+This style of pagecache-centric design is described in an <a 
href="http://varnish-cache.org/wiki/ArchitectNotes";>article</a> on the design 
of Varnish here (along with a healthy dose of arrogance).
 
 <h4><a id="design_constanttime" href="#design_constanttime">Constant Time 
Suffices</a></h4>
 <p>

Reply via email to