You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@distributedlog.apache.org by si...@apache.org on 2016/09/19 14:53:56 UTC

[2/2] incubator-distributedlog git commit: Blog Post "A technical review of kafka and distributedlog"

Blog Post "A technical review of kafka and distributedlog"


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

Branch: refs/heads/asf-site
Commit: ccacde342ff8dd9ca9b8772641fefe313258512d
Parents: 5702ebd
Author: Sijie Guo <si...@apache.org>
Authored: Mon Sep 19 22:51:57 2016 +0800
Committer: Sijie Guo <si...@apache.org>
Committed: Mon Sep 19 22:51:57 2016 +0800

----------------------------------------------------------------------
 content/blog/index.html                         |  22 +
 content/docs/latest/admin_guide/bookkeeper.html |   4 +-
 content/docs/latest/admin_guide/hardware.html   |   4 +-
 content/docs/latest/admin_guide/main.html       |   4 +-
 content/docs/latest/admin_guide/monitoring.html |   4 +-
 content/docs/latest/admin_guide/operations.html |   4 +-
 .../docs/latest/admin_guide/performance.html    |   4 +-
 content/docs/latest/admin_guide/zookeeper.html  |   4 +-
 content/docs/latest/basics/introduction.html    |   4 +-
 content/docs/latest/deployment/cluster.html     |   4 +-
 content/docs/latest/deployment/docker.html      |   4 +-
 content/docs/latest/index.html                  |   4 +-
 content/docs/latest/performance/main.html       |   4 +-
 content/docs/latest/start/building.html         |   4 +-
 content/docs/latest/start/download.html         |   4 +-
 content/docs/latest/start/quickstart.html       |   4 +-
 .../latest/tutorials/analytics-mapreduce.html   |   4 +-
 content/docs/latest/tutorials/basic-1.html      |   4 +-
 content/docs/latest/tutorials/basic-2.html      |   4 +-
 content/docs/latest/tutorials/basic-3.html      |   4 +-
 content/docs/latest/tutorials/basic-4.html      |   4 +-
 content/docs/latest/tutorials/basic-5.html      |   4 +-
 content/docs/latest/tutorials/basic-6.html      |   4 +-
 content/docs/latest/tutorials/main.html         |   4 +-
 content/docs/latest/tutorials/messaging-1.html  |   4 +-
 content/docs/latest/tutorials/messaging-2.html  |   4 +-
 content/docs/latest/tutorials/messaging-3.html  |   4 +-
 content/docs/latest/tutorials/messaging-4.html  |   4 +-
 content/docs/latest/tutorials/messaging-5.html  |   4 +-
 .../tutorials/replicatedstatemachines.html      |   4 +-
 content/docs/latest/user_guide/api/core.html    |   4 +-
 content/docs/latest/user_guide/api/main.html    |   4 +-
 .../docs/latest/user_guide/api/practice.html    |   4 +-
 content/docs/latest/user_guide/api/proxy.html   |   4 +-
 .../latest/user_guide/architecture/main.html    |   4 +-
 .../latest/user_guide/configuration/client.html |   4 +-
 .../latest/user_guide/configuration/core.html   |   4 +-
 .../latest/user_guide/configuration/main.html   |   4 +-
 .../latest/user_guide/configuration/perlog.html |   4 +-
 .../latest/user_guide/configuration/proxy.html  |   4 +-
 .../latest/user_guide/considerations/main.html  |   4 +-
 content/docs/latest/user_guide/design/main.html |   4 +-
 .../user_guide/globalreplicatedlog/main.html    |   4 +-
 .../latest/user_guide/implementation/core.html  |   4 +-
 .../latest/user_guide/implementation/main.html  |   4 +-
 .../user_guide/implementation/storage.html      |   4 +-
 .../user_guide/implementation/writeproxy.html   |   4 +-
 content/docs/latest/user_guide/main.html        |   4 +-
 .../latest/user_guide/references/features.html  |   4 +-
 .../docs/latest/user_guide/references/main.html |   4 +-
 .../latest/user_guide/references/metrics.html   |   4 +-
 content/feed.xml                                | 231 ++++++++++-
 .../blog/kafka-distributedlog-bookkeeper-io.png | Bin 0 -> 638195 bytes
 .../blog/kafka-distributedlog-dataflow.png      | Bin 0 -> 233249 bytes
 .../blog/kafka-distributedlog-segmentation.png  | Bin 0 -> 318227 bytes
 content/index.html                              |   2 +
 .../2015/09/19/kafka-vs-distributedlog.html     | 413 +++++++++++++++++++
 57 files changed, 766 insertions(+), 102 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/blog/index.html
----------------------------------------------------------------------
diff --git a/content/blog/index.html b/content/blog/index.html
index cacb2f6..22a095c 100644
--- a/content/blog/index.html
+++ b/content/blog/index.html
@@ -159,6 +159,28 @@
 <p>This is the blog for the Apache DistributedLog project. This blog contains news and updates
 for the project.</p>
 
+<h3 id="a-classpost-link-hreftechnical-review20150919kafka-vs-distributedloghtmla-technical-review-of-kafka-and-distributedloga"><a class="post-link" href="/technical-review/2015/09/19/kafka-vs-distributedlog.html">A Technical Review of Kafka and DistributedLog</a></h3>
+<p><i>Sep 19, 2015 \u2022  Sijie Guo [<a href="https://twitter.com/sijieg">@sijieg</a>]
+</i></p>
+
+<p>We open sourced <a href="http://DistributedLog.io">DistributedLog</a> in May 2016.
+It generated a lot of interest in the community. One frequent question we are asked is how does DistributedLog
+compare to <a href="http://kafka.apache.org/">Apache Kafka</a> . Technically DistributedLog is not a full fledged partitioned
+pub/sub system like Apache Kafka. DistributedLog is a replicated log stream store, using <a href="http://bookKeeper.apache.org/">Apache BookKeeper</a> as its log segment store.
+It focuses on offering <em>durability</em>, <em>replication</em> and <em>strong consistency</em> as essentials for building reliable
+real-time systems. One can use DistributedLog to build and experiment with different messaging models
+(such as Queue, Pub/Sub).</p>
+
+<!-- Render a "read more" button if the post is longer than the excerpt -->
+
+<p>
+<a class="btn btn-default btn-sm" href="/technical-review/2015/09/19/kafka-vs-distributedlog.html" role="button">
+Read more&nbsp;<span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span>
+</a>
+</p>
+
+<hr />
+
 
       </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/admin_guide/bookkeeper.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/admin_guide/bookkeeper.html b/content/docs/latest/admin_guide/bookkeeper.html
index c4a9ce6..ee192d6 100644
--- a/content/docs/latest/admin_guide/bookkeeper.html
+++ b/content/docs/latest/admin_guide/bookkeeper.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/admin_guide/bookkeeper.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/admin_guide/bookkeeper.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/admin_guide/hardware.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/admin_guide/hardware.html b/content/docs/latest/admin_guide/hardware.html
index 07fc826..0eeacb3 100644
--- a/content/docs/latest/admin_guide/hardware.html
+++ b/content/docs/latest/admin_guide/hardware.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/admin_guide/hardware.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/admin_guide/hardware.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/admin_guide/main.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/admin_guide/main.html b/content/docs/latest/admin_guide/main.html
index 12dd189..27cb277 100644
--- a/content/docs/latest/admin_guide/main.html
+++ b/content/docs/latest/admin_guide/main.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/admin_guide/main.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/admin_guide/main.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/admin_guide/monitoring.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/admin_guide/monitoring.html b/content/docs/latest/admin_guide/monitoring.html
index f5ea3a0..ae57f2a 100644
--- a/content/docs/latest/admin_guide/monitoring.html
+++ b/content/docs/latest/admin_guide/monitoring.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/admin_guide/monitoring.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/admin_guide/monitoring.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/admin_guide/operations.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/admin_guide/operations.html b/content/docs/latest/admin_guide/operations.html
index bb44665..c9f4ac6 100644
--- a/content/docs/latest/admin_guide/operations.html
+++ b/content/docs/latest/admin_guide/operations.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/admin_guide/operations.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/admin_guide/operations.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/admin_guide/performance.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/admin_guide/performance.html b/content/docs/latest/admin_guide/performance.html
index a82b375..526ea1a 100644
--- a/content/docs/latest/admin_guide/performance.html
+++ b/content/docs/latest/admin_guide/performance.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/admin_guide/performance.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/admin_guide/performance.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/admin_guide/zookeeper.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/admin_guide/zookeeper.html b/content/docs/latest/admin_guide/zookeeper.html
index 8e3e8e5..e3b3c47 100644
--- a/content/docs/latest/admin_guide/zookeeper.html
+++ b/content/docs/latest/admin_guide/zookeeper.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/admin_guide/zookeeper.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/admin_guide/zookeeper.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/basics/introduction.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/basics/introduction.html b/content/docs/latest/basics/introduction.html
index 3c87bd0..b5210dc 100644
--- a/content/docs/latest/basics/introduction.html
+++ b/content/docs/latest/basics/introduction.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/basics/introduction.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/basics/introduction.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/deployment/cluster.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/deployment/cluster.html b/content/docs/latest/deployment/cluster.html
index 0937ef8..74b0f99 100644
--- a/content/docs/latest/deployment/cluster.html
+++ b/content/docs/latest/deployment/cluster.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/deployment/cluster.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/deployment/cluster.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/deployment/docker.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/deployment/docker.html b/content/docs/latest/deployment/docker.html
index 481226a..f50e4ea 100644
--- a/content/docs/latest/deployment/docker.html
+++ b/content/docs/latest/deployment/docker.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/deployment/docker.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/deployment/docker.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/index.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/index.html b/content/docs/latest/index.html
index 4a6b31f..4a41780 100644
--- a/content/docs/latest/index.html
+++ b/content/docs/latest/index.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/performance/main.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/performance/main.html b/content/docs/latest/performance/main.html
index 4268fac..e773a8a 100644
--- a/content/docs/latest/performance/main.html
+++ b/content/docs/latest/performance/main.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/performance/main.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/performance/main.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/start/building.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/start/building.html b/content/docs/latest/start/building.html
index dfda400..2472601 100644
--- a/content/docs/latest/start/building.html
+++ b/content/docs/latest/start/building.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/start/building.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/start/building.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/start/download.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/start/download.html b/content/docs/latest/start/download.html
index 0caac38..d6728b8 100644
--- a/content/docs/latest/start/download.html
+++ b/content/docs/latest/start/download.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/start/download.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/start/download.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/start/quickstart.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/start/quickstart.html b/content/docs/latest/start/quickstart.html
index dbeae1f..10a7ecc 100644
--- a/content/docs/latest/start/quickstart.html
+++ b/content/docs/latest/start/quickstart.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/start/quickstart.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/start/quickstart.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/tutorials/analytics-mapreduce.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/tutorials/analytics-mapreduce.html b/content/docs/latest/tutorials/analytics-mapreduce.html
index 843d682..70c1590 100644
--- a/content/docs/latest/tutorials/analytics-mapreduce.html
+++ b/content/docs/latest/tutorials/analytics-mapreduce.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/tutorials/analytics-mapreduce.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/tutorials/analytics-mapreduce.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/tutorials/basic-1.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/tutorials/basic-1.html b/content/docs/latest/tutorials/basic-1.html
index ebc659b..907bf85 100644
--- a/content/docs/latest/tutorials/basic-1.html
+++ b/content/docs/latest/tutorials/basic-1.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/tutorials/basic-1.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/tutorials/basic-1.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/tutorials/basic-2.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/tutorials/basic-2.html b/content/docs/latest/tutorials/basic-2.html
index bc56fd4..13d6425 100644
--- a/content/docs/latest/tutorials/basic-2.html
+++ b/content/docs/latest/tutorials/basic-2.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/tutorials/basic-2.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/tutorials/basic-2.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/tutorials/basic-3.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/tutorials/basic-3.html b/content/docs/latest/tutorials/basic-3.html
index d7c8e78..4dadba3 100644
--- a/content/docs/latest/tutorials/basic-3.html
+++ b/content/docs/latest/tutorials/basic-3.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/tutorials/basic-3.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/tutorials/basic-3.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/tutorials/basic-4.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/tutorials/basic-4.html b/content/docs/latest/tutorials/basic-4.html
index 8ce4060..d3b159c 100644
--- a/content/docs/latest/tutorials/basic-4.html
+++ b/content/docs/latest/tutorials/basic-4.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/tutorials/basic-4.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/tutorials/basic-4.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/tutorials/basic-5.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/tutorials/basic-5.html b/content/docs/latest/tutorials/basic-5.html
index 4f0cb97..3976264 100644
--- a/content/docs/latest/tutorials/basic-5.html
+++ b/content/docs/latest/tutorials/basic-5.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/tutorials/basic-5.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/tutorials/basic-5.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/tutorials/basic-6.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/tutorials/basic-6.html b/content/docs/latest/tutorials/basic-6.html
index b1f2bb7..77f8775 100644
--- a/content/docs/latest/tutorials/basic-6.html
+++ b/content/docs/latest/tutorials/basic-6.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/tutorials/basic-6.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/tutorials/basic-6.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/tutorials/main.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/tutorials/main.html b/content/docs/latest/tutorials/main.html
index ba5d49d..f86e056 100644
--- a/content/docs/latest/tutorials/main.html
+++ b/content/docs/latest/tutorials/main.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/tutorials/main.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/tutorials/main.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/tutorials/messaging-1.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/tutorials/messaging-1.html b/content/docs/latest/tutorials/messaging-1.html
index 8ea26e7..e1a73c6 100644
--- a/content/docs/latest/tutorials/messaging-1.html
+++ b/content/docs/latest/tutorials/messaging-1.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/tutorials/messaging-1.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/tutorials/messaging-1.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/tutorials/messaging-2.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/tutorials/messaging-2.html b/content/docs/latest/tutorials/messaging-2.html
index 7f4e1c4..4a926e5 100644
--- a/content/docs/latest/tutorials/messaging-2.html
+++ b/content/docs/latest/tutorials/messaging-2.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/tutorials/messaging-2.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/tutorials/messaging-2.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/tutorials/messaging-3.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/tutorials/messaging-3.html b/content/docs/latest/tutorials/messaging-3.html
index 9221bea..b9bb0c4 100644
--- a/content/docs/latest/tutorials/messaging-3.html
+++ b/content/docs/latest/tutorials/messaging-3.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/tutorials/messaging-3.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/tutorials/messaging-3.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/tutorials/messaging-4.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/tutorials/messaging-4.html b/content/docs/latest/tutorials/messaging-4.html
index 54c7f18..714dca4 100644
--- a/content/docs/latest/tutorials/messaging-4.html
+++ b/content/docs/latest/tutorials/messaging-4.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/tutorials/messaging-4.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/tutorials/messaging-4.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/tutorials/messaging-5.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/tutorials/messaging-5.html b/content/docs/latest/tutorials/messaging-5.html
index 0976420..37aa2ac 100644
--- a/content/docs/latest/tutorials/messaging-5.html
+++ b/content/docs/latest/tutorials/messaging-5.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/tutorials/messaging-5.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/tutorials/messaging-5.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/tutorials/replicatedstatemachines.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/tutorials/replicatedstatemachines.html b/content/docs/latest/tutorials/replicatedstatemachines.html
index c5ad4a4..18ddfec 100644
--- a/content/docs/latest/tutorials/replicatedstatemachines.html
+++ b/content/docs/latest/tutorials/replicatedstatemachines.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/tutorials/replicatedstatemachines.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/tutorials/replicatedstatemachines.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/user_guide/api/core.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/user_guide/api/core.html b/content/docs/latest/user_guide/api/core.html
index 8cb0813..9b60fe8 100644
--- a/content/docs/latest/user_guide/api/core.html
+++ b/content/docs/latest/user_guide/api/core.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/api/core.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/user_guide/api/core.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/user_guide/api/main.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/user_guide/api/main.html b/content/docs/latest/user_guide/api/main.html
index 3811b65..4f0e04e 100644
--- a/content/docs/latest/user_guide/api/main.html
+++ b/content/docs/latest/user_guide/api/main.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/api/main.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/user_guide/api/main.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/user_guide/api/practice.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/user_guide/api/practice.html b/content/docs/latest/user_guide/api/practice.html
index 710590b..5b81a36 100644
--- a/content/docs/latest/user_guide/api/practice.html
+++ b/content/docs/latest/user_guide/api/practice.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/api/practice.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/user_guide/api/practice.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/user_guide/api/proxy.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/user_guide/api/proxy.html b/content/docs/latest/user_guide/api/proxy.html
index 10b3f29..9842296 100644
--- a/content/docs/latest/user_guide/api/proxy.html
+++ b/content/docs/latest/user_guide/api/proxy.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/api/proxy.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/user_guide/api/proxy.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/user_guide/architecture/main.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/user_guide/architecture/main.html b/content/docs/latest/user_guide/architecture/main.html
index b11b641..f6f3ed0 100644
--- a/content/docs/latest/user_guide/architecture/main.html
+++ b/content/docs/latest/user_guide/architecture/main.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/architecture/main.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/user_guide/architecture/main.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/user_guide/configuration/client.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/user_guide/configuration/client.html b/content/docs/latest/user_guide/configuration/client.html
index 642db16..5eba3f9 100644
--- a/content/docs/latest/user_guide/configuration/client.html
+++ b/content/docs/latest/user_guide/configuration/client.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/configuration/client.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/user_guide/configuration/client.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/user_guide/configuration/core.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/user_guide/configuration/core.html b/content/docs/latest/user_guide/configuration/core.html
index 5339bdf..3feb455 100644
--- a/content/docs/latest/user_guide/configuration/core.html
+++ b/content/docs/latest/user_guide/configuration/core.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/configuration/core.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/user_guide/configuration/core.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/user_guide/configuration/main.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/user_guide/configuration/main.html b/content/docs/latest/user_guide/configuration/main.html
index 8ae961d..0ae2d2e 100644
--- a/content/docs/latest/user_guide/configuration/main.html
+++ b/content/docs/latest/user_guide/configuration/main.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/configuration/main.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/user_guide/configuration/main.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/user_guide/configuration/perlog.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/user_guide/configuration/perlog.html b/content/docs/latest/user_guide/configuration/perlog.html
index ffe25d2..74f8641 100644
--- a/content/docs/latest/user_guide/configuration/perlog.html
+++ b/content/docs/latest/user_guide/configuration/perlog.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/configuration/perlog.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/user_guide/configuration/perlog.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/user_guide/configuration/proxy.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/user_guide/configuration/proxy.html b/content/docs/latest/user_guide/configuration/proxy.html
index 54534b5..0cd3238 100644
--- a/content/docs/latest/user_guide/configuration/proxy.html
+++ b/content/docs/latest/user_guide/configuration/proxy.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/configuration/proxy.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/user_guide/configuration/proxy.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/user_guide/considerations/main.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/user_guide/considerations/main.html b/content/docs/latest/user_guide/considerations/main.html
index c9fcafd..834f15d 100644
--- a/content/docs/latest/user_guide/considerations/main.html
+++ b/content/docs/latest/user_guide/considerations/main.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/considerations/main.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/user_guide/considerations/main.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/user_guide/design/main.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/user_guide/design/main.html b/content/docs/latest/user_guide/design/main.html
index 94892f0..5773509 100644
--- a/content/docs/latest/user_guide/design/main.html
+++ b/content/docs/latest/user_guide/design/main.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/design/main.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/user_guide/design/main.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/user_guide/globalreplicatedlog/main.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/user_guide/globalreplicatedlog/main.html b/content/docs/latest/user_guide/globalreplicatedlog/main.html
index 83199a6..bd0bff9 100644
--- a/content/docs/latest/user_guide/globalreplicatedlog/main.html
+++ b/content/docs/latest/user_guide/globalreplicatedlog/main.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/globalreplicatedlog/main.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/user_guide/globalreplicatedlog/main.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/user_guide/implementation/core.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/user_guide/implementation/core.html b/content/docs/latest/user_guide/implementation/core.html
index ef036db..5d750fe 100644
--- a/content/docs/latest/user_guide/implementation/core.html
+++ b/content/docs/latest/user_guide/implementation/core.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/implementation/core.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/user_guide/implementation/core.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/user_guide/implementation/main.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/user_guide/implementation/main.html b/content/docs/latest/user_guide/implementation/main.html
index 5f4ac6b..a0ee794 100644
--- a/content/docs/latest/user_guide/implementation/main.html
+++ b/content/docs/latest/user_guide/implementation/main.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/implementation/main.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/user_guide/implementation/main.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/user_guide/implementation/storage.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/user_guide/implementation/storage.html b/content/docs/latest/user_guide/implementation/storage.html
index 51b50f9..3cc7685 100644
--- a/content/docs/latest/user_guide/implementation/storage.html
+++ b/content/docs/latest/user_guide/implementation/storage.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/implementation/storage.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/user_guide/implementation/storage.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/user_guide/implementation/writeproxy.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/user_guide/implementation/writeproxy.html b/content/docs/latest/user_guide/implementation/writeproxy.html
index 765f77a..7cbdb49 100644
--- a/content/docs/latest/user_guide/implementation/writeproxy.html
+++ b/content/docs/latest/user_guide/implementation/writeproxy.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/implementation/writeproxy.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/user_guide/implementation/writeproxy.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/user_guide/main.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/user_guide/main.html b/content/docs/latest/user_guide/main.html
index cb8b995..710fec4 100644
--- a/content/docs/latest/user_guide/main.html
+++ b/content/docs/latest/user_guide/main.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/main.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/user_guide/main.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/user_guide/references/features.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/user_guide/references/features.html b/content/docs/latest/user_guide/references/features.html
index e2efdd5..6529c5e 100644
--- a/content/docs/latest/user_guide/references/features.html
+++ b/content/docs/latest/user_guide/references/features.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/references/features.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/user_guide/references/features.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/user_guide/references/main.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/user_guide/references/main.html b/content/docs/latest/user_guide/references/main.html
index 976b395..f23d834 100644
--- a/content/docs/latest/user_guide/references/main.html
+++ b/content/docs/latest/user_guide/references/main.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/references/main.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/user_guide/references/main.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ccacde34/content/docs/latest/user_guide/references/metrics.html
----------------------------------------------------------------------
diff --git a/content/docs/latest/user_guide/references/metrics.html b/content/docs/latest/user_guide/references/metrics.html
index 6ce8d07..a5c66a0 100644
--- a/content/docs/latest/user_guide/references/metrics.html
+++ b/content/docs/latest/user_guide/references/metrics.html
@@ -15,8 +15,8 @@
   <!-- JQuery -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
   <script src="/docs/latest/js/bootstrap.min.js"></script>
-  <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/references/metrics.html" data-proofer-ignore>
-  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml">
+  <link rel="canonical" href="/docs/latest/user_guide/references/metrics.html" data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="/docs/latest/feed.xml">
   <!-- Font Awesome -->
   <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script>
   <!-- Google Analytics -->