You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by mw...@apache.org on 2018/03/15 17:18:44 UTC

[fluo-website] branch asf-site updated: Jekyll build from gh-pages:17c2de2

This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/fluo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a375946  Jekyll build from gh-pages:17c2de2
a375946 is described below

commit a3759463e68dd59ba512c35614fcd0d56a1ba7fd
Author: Mike Walch <mw...@apache.org>
AuthorDate: Thu Mar 15 13:18:32 2018 -0400

    Jekyll build from gh-pages:17c2de2
    
    Fixed broken links (#151)
---
 blog/2016/12/22/spark-load/index.html                               | 2 +-
 docs/fluo-recipes/1.0.0-beta-1/cfm/index.html                       | 2 +-
 docs/fluo-recipes/1.0.0-beta-1/export-queue/index.html              | 2 +-
 docs/fluo-recipes/1.0.0-beta-1/index.html                           | 2 +-
 docs/fluo-recipes/1.0.0-beta-1/recording-tx/index.html              | 2 +-
 docs/fluo-recipes/1.0.0-beta-1/serialization/index.html             | 2 +-
 docs/fluo-recipes/1.0.0-beta-1/table-optimization/index.html        | 2 +-
 docs/fluo-recipes/1.0.0-beta-1/transient/index.html                 | 2 +-
 docs/fluo-recipes/1.0.0-beta-2/accumulo-export/index.html           | 2 +-
 docs/fluo-recipes/1.0.0-beta-2/cfm/index.html                       | 2 +-
 docs/fluo-recipes/1.0.0-beta-2/export-queue/index.html              | 2 +-
 docs/fluo-recipes/1.0.0-beta-2/index.html                           | 2 +-
 docs/fluo-recipes/1.0.0-beta-2/recording-tx/index.html              | 2 +-
 docs/fluo-recipes/1.0.0-beta-2/row-hasher/index.html                | 2 +-
 docs/fluo-recipes/1.0.0-beta-2/serialization/index.html             | 2 +-
 docs/fluo-recipes/1.0.0-beta-2/table-optimization/index.html        | 2 +-
 docs/fluo-recipes/1.0.0-beta-2/testing/index.html                   | 2 +-
 docs/fluo-recipes/1.0.0-beta-2/transient/index.html                 | 2 +-
 docs/fluo-recipes/1.0.0-incubating/accumulo-export-queue/index.html | 2 +-
 docs/fluo-recipes/1.0.0-incubating/cfm/index.html                   | 2 +-
 docs/fluo-recipes/1.0.0-incubating/export-queue/index.html          | 2 +-
 docs/fluo-recipes/1.0.0-incubating/index.html                       | 2 +-
 docs/fluo-recipes/1.0.0-incubating/recording-tx/index.html          | 2 +-
 docs/fluo-recipes/1.0.0-incubating/row-hasher/index.html            | 2 +-
 docs/fluo-recipes/1.0.0-incubating/serialization/index.html         | 2 +-
 docs/fluo-recipes/1.0.0-incubating/table-optimization/index.html    | 2 +-
 docs/fluo-recipes/1.0.0-incubating/testing/index.html               | 2 +-
 docs/fluo-recipes/1.0.0-incubating/transient/index.html             | 2 +-
 docs/fluo-recipes/1.1.0-incubating/accumulo-export-queue/index.html | 2 +-
 docs/fluo-recipes/1.1.0-incubating/combine-queue/index.html         | 2 +-
 docs/fluo-recipes/1.1.0-incubating/export-queue/index.html          | 2 +-
 docs/fluo-recipes/1.1.0-incubating/index.html                       | 2 +-
 docs/fluo-recipes/1.1.0-incubating/recording-tx/index.html          | 2 +-
 docs/fluo-recipes/1.1.0-incubating/row-hasher/index.html            | 2 +-
 docs/fluo-recipes/1.1.0-incubating/serialization/index.html         | 2 +-
 docs/fluo-recipes/1.1.0-incubating/spark/index.html                 | 2 +-
 docs/fluo-recipes/1.1.0-incubating/table-optimization/index.html    | 2 +-
 docs/fluo-recipes/1.1.0-incubating/testing/index.html               | 2 +-
 docs/fluo-recipes/1.1.0-incubating/transient/index.html             | 2 +-
 docs/fluo-recipes/1.2/recipes/export-queue.html                     | 2 +-
 feed.xml                                                            | 6 +++---
 index.html                                                          | 4 ++--
 tour/architecture/index.html                                        | 2 +-
 tour/tx-logging/index.html                                          | 3 +--
 44 files changed, 47 insertions(+), 48 deletions(-)

diff --git a/blog/2016/12/22/spark-load/index.html b/blog/2016/12/22/spark-load/index.html
index b45070c..51b570d 100644
--- a/blog/2016/12/22/spark-load/index.html
+++ b/blog/2016/12/22/spark-load/index.html
@@ -192,7 +192,7 @@ into Accumulo.  The <a href="https://javadoc.io/page/org.apache.fluo/fluo-recipe
 </ul>
 
 <p>The <a href="https://github.com/astralway/webindex">Webindex</a> example uses bulk load to initialize its Fluo table using the code in Fluo Recipes.
-Webindex uses multiple <a href="/docs/fluo-recipes/1.2.0/cfm/">Collision Free Maps</a> and initializes them using
+Webindex uses multiple <a href="/docs/fluo-recipes/1.0.0-incubating/cfm/">Collision Free Maps</a> and initializes them using
 <a href="https://javadoc.io/page/org.apache.fluo/fluo-recipes-core/1.2.0/org/apache/fluo/recipes/core/map/CollisionFreeMap.html#getInitializer-java.lang.String-int-org.apache.fluo.recipes.core.serialization.SimpleSerializer-">CollisionFreeMap.getInitializer()</a>.  Webindex uses Spark to initialize the Fluo table with
 historical data.  Webindex also uses Spark to execute load transactions in parallel for
 incrementally loading data.</p>
diff --git a/docs/fluo-recipes/1.0.0-beta-1/cfm/index.html b/docs/fluo-recipes/1.0.0-beta-1/cfm/index.html
index f44556f..fe3c50d 100644
--- a/docs/fluo-recipes/1.0.0-beta-1/cfm/index.html
+++ b/docs/fluo-recipes/1.0.0-beta-1/cfm/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-1 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-1 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-beta-1/export-queue/index.html b/docs/fluo-recipes/1.0.0-beta-1/export-queue/index.html
index 1e03610..594db9d 100644
--- a/docs/fluo-recipes/1.0.0-beta-1/export-queue/index.html
+++ b/docs/fluo-recipes/1.0.0-beta-1/export-queue/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-1 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-1 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-beta-1/index.html b/docs/fluo-recipes/1.0.0-beta-1/index.html
index cebcaa0..2b4ead7 100644
--- a/docs/fluo-recipes/1.0.0-beta-1/index.html
+++ b/docs/fluo-recipes/1.0.0-beta-1/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-1 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-1 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-beta-1/recording-tx/index.html b/docs/fluo-recipes/1.0.0-beta-1/recording-tx/index.html
index 04a8a7d..2ed3945 100644
--- a/docs/fluo-recipes/1.0.0-beta-1/recording-tx/index.html
+++ b/docs/fluo-recipes/1.0.0-beta-1/recording-tx/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-1 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-1 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-beta-1/serialization/index.html b/docs/fluo-recipes/1.0.0-beta-1/serialization/index.html
index 6dce36a..b80b1b5 100644
--- a/docs/fluo-recipes/1.0.0-beta-1/serialization/index.html
+++ b/docs/fluo-recipes/1.0.0-beta-1/serialization/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-1 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-1 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-beta-1/table-optimization/index.html b/docs/fluo-recipes/1.0.0-beta-1/table-optimization/index.html
index 2d06fe1..6f6956b 100644
--- a/docs/fluo-recipes/1.0.0-beta-1/table-optimization/index.html
+++ b/docs/fluo-recipes/1.0.0-beta-1/table-optimization/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-1 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-1 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-beta-1/transient/index.html b/docs/fluo-recipes/1.0.0-beta-1/transient/index.html
index 9ca512e..542c75c 100644
--- a/docs/fluo-recipes/1.0.0-beta-1/transient/index.html
+++ b/docs/fluo-recipes/1.0.0-beta-1/transient/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-1 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-1 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-beta-2/accumulo-export/index.html b/docs/fluo-recipes/1.0.0-beta-2/accumulo-export/index.html
index 2c72128..2a282d8 100644
--- a/docs/fluo-recipes/1.0.0-beta-2/accumulo-export/index.html
+++ b/docs/fluo-recipes/1.0.0-beta-2/accumulo-export/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-2 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-2 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-beta-2/cfm/index.html b/docs/fluo-recipes/1.0.0-beta-2/cfm/index.html
index 20f05cd..1e2ac0e 100644
--- a/docs/fluo-recipes/1.0.0-beta-2/cfm/index.html
+++ b/docs/fluo-recipes/1.0.0-beta-2/cfm/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-2 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-2 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-beta-2/export-queue/index.html b/docs/fluo-recipes/1.0.0-beta-2/export-queue/index.html
index 57e8a81..3ece43d 100644
--- a/docs/fluo-recipes/1.0.0-beta-2/export-queue/index.html
+++ b/docs/fluo-recipes/1.0.0-beta-2/export-queue/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-2 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-2 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-beta-2/index.html b/docs/fluo-recipes/1.0.0-beta-2/index.html
index 9bf2e53..ab1bdc6 100644
--- a/docs/fluo-recipes/1.0.0-beta-2/index.html
+++ b/docs/fluo-recipes/1.0.0-beta-2/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-2 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-2 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-beta-2/recording-tx/index.html b/docs/fluo-recipes/1.0.0-beta-2/recording-tx/index.html
index 353338e..8bb9e1b 100644
--- a/docs/fluo-recipes/1.0.0-beta-2/recording-tx/index.html
+++ b/docs/fluo-recipes/1.0.0-beta-2/recording-tx/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-2 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-2 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-beta-2/row-hasher/index.html b/docs/fluo-recipes/1.0.0-beta-2/row-hasher/index.html
index 6375d0d..277aca7 100644
--- a/docs/fluo-recipes/1.0.0-beta-2/row-hasher/index.html
+++ b/docs/fluo-recipes/1.0.0-beta-2/row-hasher/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-2 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-2 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-beta-2/serialization/index.html b/docs/fluo-recipes/1.0.0-beta-2/serialization/index.html
index 442c635..db932f3 100644
--- a/docs/fluo-recipes/1.0.0-beta-2/serialization/index.html
+++ b/docs/fluo-recipes/1.0.0-beta-2/serialization/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-2 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-2 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-beta-2/table-optimization/index.html b/docs/fluo-recipes/1.0.0-beta-2/table-optimization/index.html
index 76d0c46..38f9fd9 100644
--- a/docs/fluo-recipes/1.0.0-beta-2/table-optimization/index.html
+++ b/docs/fluo-recipes/1.0.0-beta-2/table-optimization/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-2 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-2 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-beta-2/testing/index.html b/docs/fluo-recipes/1.0.0-beta-2/testing/index.html
index 0d5ab23..89abf96 100644
--- a/docs/fluo-recipes/1.0.0-beta-2/testing/index.html
+++ b/docs/fluo-recipes/1.0.0-beta-2/testing/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-2 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-2 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-beta-2/transient/index.html b/docs/fluo-recipes/1.0.0-beta-2/transient/index.html
index 7fcf21a..9282a50 100644
--- a/docs/fluo-recipes/1.0.0-beta-2/transient/index.html
+++ b/docs/fluo-recipes/1.0.0-beta-2/transient/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-2 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-beta-2 which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-incubating/accumulo-export-queue/index.html b/docs/fluo-recipes/1.0.0-incubating/accumulo-export-queue/index.html
index e338a07..8e078bd 100644
--- a/docs/fluo-recipes/1.0.0-incubating/accumulo-export-queue/index.html
+++ b/docs/fluo-recipes/1.0.0-incubating/accumulo-export-queue/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-incubating/cfm/index.html b/docs/fluo-recipes/1.0.0-incubating/cfm/index.html
index 9004bca..9f0d5d4 100644
--- a/docs/fluo-recipes/1.0.0-incubating/cfm/index.html
+++ b/docs/fluo-recipes/1.0.0-incubating/cfm/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-incubating/export-queue/index.html b/docs/fluo-recipes/1.0.0-incubating/export-queue/index.html
index b00f38e..bed0838 100644
--- a/docs/fluo-recipes/1.0.0-incubating/export-queue/index.html
+++ b/docs/fluo-recipes/1.0.0-incubating/export-queue/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-incubating/index.html b/docs/fluo-recipes/1.0.0-incubating/index.html
index 1381b42..4ec1da0 100644
--- a/docs/fluo-recipes/1.0.0-incubating/index.html
+++ b/docs/fluo-recipes/1.0.0-incubating/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-incubating/recording-tx/index.html b/docs/fluo-recipes/1.0.0-incubating/recording-tx/index.html
index 4ab78c8..3f533c7 100644
--- a/docs/fluo-recipes/1.0.0-incubating/recording-tx/index.html
+++ b/docs/fluo-recipes/1.0.0-incubating/recording-tx/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-incubating/row-hasher/index.html b/docs/fluo-recipes/1.0.0-incubating/row-hasher/index.html
index 56c0b08..a18fcc4 100644
--- a/docs/fluo-recipes/1.0.0-incubating/row-hasher/index.html
+++ b/docs/fluo-recipes/1.0.0-incubating/row-hasher/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-incubating/serialization/index.html b/docs/fluo-recipes/1.0.0-incubating/serialization/index.html
index b8cd640..a450a11 100644
--- a/docs/fluo-recipes/1.0.0-incubating/serialization/index.html
+++ b/docs/fluo-recipes/1.0.0-incubating/serialization/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-incubating/table-optimization/index.html b/docs/fluo-recipes/1.0.0-incubating/table-optimization/index.html
index 47bfe95..dae0157 100644
--- a/docs/fluo-recipes/1.0.0-incubating/table-optimization/index.html
+++ b/docs/fluo-recipes/1.0.0-incubating/table-optimization/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-incubating/testing/index.html b/docs/fluo-recipes/1.0.0-incubating/testing/index.html
index edf5f00..1387a41 100644
--- a/docs/fluo-recipes/1.0.0-incubating/testing/index.html
+++ b/docs/fluo-recipes/1.0.0-incubating/testing/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.0.0-incubating/transient/index.html b/docs/fluo-recipes/1.0.0-incubating/transient/index.html
index 3cd39da..7706512 100644
--- a/docs/fluo-recipes/1.0.0-incubating/transient/index.html
+++ b/docs/fluo-recipes/1.0.0-incubating/transient/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.0.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.1.0-incubating/accumulo-export-queue/index.html b/docs/fluo-recipes/1.1.0-incubating/accumulo-export-queue/index.html
index b04c0f7..a780b81 100644
--- a/docs/fluo-recipes/1.1.0-incubating/accumulo-export-queue/index.html
+++ b/docs/fluo-recipes/1.1.0-incubating/accumulo-export-queue/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.1.0-incubating/combine-queue/index.html b/docs/fluo-recipes/1.1.0-incubating/combine-queue/index.html
index 57505ab..be96918 100644
--- a/docs/fluo-recipes/1.1.0-incubating/combine-queue/index.html
+++ b/docs/fluo-recipes/1.1.0-incubating/combine-queue/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.1.0-incubating/export-queue/index.html b/docs/fluo-recipes/1.1.0-incubating/export-queue/index.html
index 5736403..c8ce152 100644
--- a/docs/fluo-recipes/1.1.0-incubating/export-queue/index.html
+++ b/docs/fluo-recipes/1.1.0-incubating/export-queue/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.1.0-incubating/index.html b/docs/fluo-recipes/1.1.0-incubating/index.html
index 09c5895..4819156 100644
--- a/docs/fluo-recipes/1.1.0-incubating/index.html
+++ b/docs/fluo-recipes/1.1.0-incubating/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.1.0-incubating/recording-tx/index.html b/docs/fluo-recipes/1.1.0-incubating/recording-tx/index.html
index dd0f355..d5b70cf 100644
--- a/docs/fluo-recipes/1.1.0-incubating/recording-tx/index.html
+++ b/docs/fluo-recipes/1.1.0-incubating/recording-tx/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.1.0-incubating/row-hasher/index.html b/docs/fluo-recipes/1.1.0-incubating/row-hasher/index.html
index 06383b0..97299b6 100644
--- a/docs/fluo-recipes/1.1.0-incubating/row-hasher/index.html
+++ b/docs/fluo-recipes/1.1.0-incubating/row-hasher/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.1.0-incubating/serialization/index.html b/docs/fluo-recipes/1.1.0-incubating/serialization/index.html
index e5f5281..ea55c88 100644
--- a/docs/fluo-recipes/1.1.0-incubating/serialization/index.html
+++ b/docs/fluo-recipes/1.1.0-incubating/serialization/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.1.0-incubating/spark/index.html b/docs/fluo-recipes/1.1.0-incubating/spark/index.html
index 8aa87d4..d04d09f 100644
--- a/docs/fluo-recipes/1.1.0-incubating/spark/index.html
+++ b/docs/fluo-recipes/1.1.0-incubating/spark/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.1.0-incubating/table-optimization/index.html b/docs/fluo-recipes/1.1.0-incubating/table-optimization/index.html
index 55dad67..2d5b09b 100644
--- a/docs/fluo-recipes/1.1.0-incubating/table-optimization/index.html
+++ b/docs/fluo-recipes/1.1.0-incubating/table-optimization/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.1.0-incubating/testing/index.html b/docs/fluo-recipes/1.1.0-incubating/testing/index.html
index 77f6ddc..54a47f8 100644
--- a/docs/fluo-recipes/1.1.0-incubating/testing/index.html
+++ b/docs/fluo-recipes/1.1.0-incubating/testing/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.1.0-incubating/transient/index.html b/docs/fluo-recipes/1.1.0-incubating/transient/index.html
index f0bb6df..d7bd7a8 100644
--- a/docs/fluo-recipes/1.1.0-incubating/transient/index.html
+++ b/docs/fluo-recipes/1.1.0-incubating/transient/index.html
@@ -110,7 +110,7 @@
             <div class="fluo-doc">
 
   
-  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2.0">latest docs</a>!</div>
+  <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes 1.1.0-incubating which is an old version! Check out the <a href="/docs/fluo-recipes/1.2">latest docs</a>!</div>
   
 
   
diff --git a/docs/fluo-recipes/1.2/recipes/export-queue.html b/docs/fluo-recipes/1.2/recipes/export-queue.html
index 40183b4..2898c0d 100644
--- a/docs/fluo-recipes/1.2/recipes/export-queue.html
+++ b/docs/fluo-recipes/1.2/recipes/export-queue.html
@@ -238,7 +238,7 @@ variability would not impede throughput but would impede the goal of low latency
 to export that data to another system.  For example Fluo could run on
 cluster A, continually transforming a large data set, and exporting data to
 Accumulo tables on cluster B.  The tables on cluster B would service user
-queries.  Fluo Recipes has built in support for <a href="/docs/fluo-recipes/1.2/recipes/accumulo-export-queue/">exporting to Accumulo</a>,
+queries.  Fluo Recipes has built in support for <a href="/docs/fluo-recipes/1.2/recipes/accumulo-export/">exporting to Accumulo</a>,
 however this recipe can be used to export to systems other than Accumulo, like
 Redis, Elasticsearch, MySQL, etc.</p>
 
diff --git a/feed.xml b/feed.xml
index e569ab7..13b85ce 100644
--- a/feed.xml
+++ b/feed.xml
@@ -5,8 +5,8 @@
     <description>Apache Fluo Website</description>
     <link>https://fluo.apache.org//</link>
     <atom:link href="https://fluo.apache.org//feed.xml" rel="self" type="application/rss+xml" />
-    <pubDate>Thu, 15 Mar 2018 16:04:51 +0000</pubDate>
-    <lastBuildDate>Thu, 15 Mar 2018 16:04:51 +0000</lastBuildDate>
+    <pubDate>Thu, 15 Mar 2018 17:18:25 +0000</pubDate>
+    <lastBuildDate>Thu, 15 Mar 2018 17:18:25 +0000</lastBuildDate>
     <generator>Jekyll v3.6.2</generator>
     
     
@@ -860,7 +860,7 @@ into Accumulo.  The &lt;a href=&quot;https://javadoc.io/page/org.apache.fluo/flu
 &lt;/ul&gt;
 
 &lt;p&gt;The &lt;a href=&quot;https://github.com/astralway/webindex&quot;&gt;Webindex&lt;/a&gt; example uses bulk load to initialize its Fluo table using the code in Fluo Recipes.
-Webindex uses multiple &lt;a href=&quot;/docs/fluo-recipes/1.2.0/cfm/&quot;&gt;Collision Free Maps&lt;/a&gt; and initializes them using
+Webindex uses multiple &lt;a href=&quot;/docs/fluo-recipes/1.0.0-incubating/cfm/&quot;&gt;Collision Free Maps&lt;/a&gt; and initializes them using
 &lt;a href=&quot;https://javadoc.io/page/org.apache.fluo/fluo-recipes-core/1.2.0/org/apache/fluo/recipes/core/map/CollisionFreeMap.html#getInitializer-java.lang.String-int-org.apache.fluo.recipes.core.serialization.SimpleSerializer-&quot;&gt;CollisionFreeMap.getInitializer()&lt;/a&gt;.  Webindex uses Spark to initialize the Fluo table with
 historical data.  Webindex also uses Spark to execute load transactions in parallel for
 incrementally loading data.&lt;/p&gt;
diff --git a/index.html b/index.html
index 51151f2..48eee44 100644
--- a/index.html
+++ b/index.html
@@ -186,7 +186,7 @@
   </div>
   <div class="col-sm-4">
     <h4>Core API</h4>
-    <p>The core <a href="/docs/fluo/1.2.0/">Fluo API</a> supports simple, cross-node transactional updates using get/set methods.</p>
+    <p>The core <a href="/docs/fluo/1.2/">Fluo API</a> supports simple, cross-node transactional updates using get/set methods.</p>
   </div>
 </div>
 
@@ -201,7 +201,7 @@
   </div>
   <div class="col-sm-4">
     <h4>Recipes API</h4>
-    <p>The <a href="/docs/fluo-recipes/1.2.0/">Fluo Recipes API</a> builds on the core API to offer complex transactional updates.</p>
+    <p>The <a href="/docs/fluo-recipes/1.2/">Fluo Recipes API</a> builds on the core API to offer complex transactional updates.</p>
   </div>
 </div>
 
diff --git a/tour/architecture/index.html b/tour/architecture/index.html
index ff00e24..1a9a84a 100644
--- a/tour/architecture/index.html
+++ b/tour/architecture/index.html
@@ -115,7 +115,7 @@
   <p class="text-muted">Tour page 2 of 26</p>
 </div>
 <div id="tour-content">
-  <p>An <a href="/docs/fluo/1.2.0/architecture/">overview</a> of the Fluo Architecture can be found in Fluo’s documentation.</p>
+  <p>An <a href="/docs/fluo/1.2/getting-started/design">overview</a> of the Fluo Architecture can be found in Fluo’s documentation.</p>
 
 
 </div>
diff --git a/tour/tx-logging/index.html b/tour/tx-logging/index.html
index e446016..7d5ba5f 100644
--- a/tour/tx-logging/index.html
+++ b/tour/tx-logging/index.html
@@ -150,10 +150,9 @@ TRACE: txid: 8 close()
 TRACE: txid: 8 thread : 10 time: ... #ret: 1 #set: 0 #collisions: 0 waitTime: 0 committed: false class: N/A
 </code></pre></div></div>
 
-<p>More information about configuring logging is available in <a href="/docs/fluo/1.2.0/applications/#debugging-applications">the logging
+<p>More information about configuring logging is available in <a href="/docs/fluo/1.2/administration/manage-applications#debugging-applications">the logging
 documentation</a>.</p>
 
-
 </div>
 
 <script>

-- 
To stop receiving notification emails like this one, please contact
mwalch@apache.org.