You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by to...@apache.org on 2016/07/19 00:10:12 UTC

[02/13] incubator-kudu-site git commit: Publish commit(s) from site source repo: 9f3de4c Add weekly update for 7/18 3d42e57 Replace bootstrap with CDN version cc80da3 Make site_tool.py support Python 2.6 and Centos 6

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.0/docs/release_notes.html
----------------------------------------------------------------------
diff --git a/releases/0.7.0/docs/release_notes.html b/releases/0.7.0/docs/release_notes.html
index be6f548..75f7fe0 100644
--- a/releases/0.7.0/docs/release_notes.html
+++ b/releases/0.7.0/docs/release_notes.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) Release Notes</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -840,7 +842,9 @@ the project has yet to be fully endorsed by the ASF.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -849,7 +853,6 @@ the project has yet to be fully endorsed by the ASF.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.0/docs/schema_design.html
----------------------------------------------------------------------
diff --git a/releases/0.7.0/docs/schema_design.html b/releases/0.7.0/docs/schema_design.html
index 321cbe3..6e4a581 100644
--- a/releases/0.7.0/docs/schema_design.html
+++ b/releases/0.7.0/docs/schema_design.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) Schema Design</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -604,7 +606,9 @@ populate the new table.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -613,7 +617,6 @@ populate the new table.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.0/docs/style_guide.html
----------------------------------------------------------------------
diff --git a/releases/0.7.0/docs/style_guide.html b/releases/0.7.0/docs/style_guide.html
index 27ea98b..0bde366 100644
--- a/releases/0.7.0/docs/style_guide.html
+++ b/releases/0.7.0/docs/style_guide.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) Documentation Style Guide</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -831,7 +833,9 @@ Nothing between the slashes will show up.
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -840,7 +844,6 @@ Nothing between the slashes will show up.
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.0/docs/transaction_semantics.html
----------------------------------------------------------------------
diff --git a/releases/0.7.0/docs/transaction_semantics.html b/releases/0.7.0/docs/transaction_semantics.html
index 0a7f17f..133a054 100644
--- a/releases/0.7.0/docs/transaction_semantics.html
+++ b/releases/0.7.0/docs/transaction_semantics.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Transaction Semantics in Apache Kudu (incubating)</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -573,7 +575,9 @@ frequently.
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -582,7 +586,6 @@ frequently.
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.0/docs/troubleshooting.html
----------------------------------------------------------------------
diff --git a/releases/0.7.0/docs/troubleshooting.html b/releases/0.7.0/docs/troubleshooting.html
index 4c27836..a9a622f 100644
--- a/releases/0.7.0/docs/troubleshooting.html
+++ b/releases/0.7.0/docs/troubleshooting.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) Troubleshooting</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -542,7 +544,9 @@ below Kudu, such as disk controllers or file systems.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -551,7 +555,6 @@ below Kudu, such as disk controllers or file systems.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.0/index.html
----------------------------------------------------------------------
diff --git a/releases/0.7.0/index.html b/releases/0.7.0/index.html
index 0ba65a4..3be7907 100644
--- a/releases/0.7.0/index.html
+++ b/releases/0.7.0/index.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) beta release 0.7.0</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -139,7 +141,9 @@ under the License.
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -148,7 +152,6 @@ under the License.
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.1/docs/administration.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/administration.html b/releases/0.7.1/docs/administration.html
index 9563449..e98720d 100644
--- a/releases/0.7.1/docs/administration.html
+++ b/releases/0.7.1/docs/administration.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) Administration</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -459,7 +461,9 @@ delete old segments.</pre>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -468,7 +472,6 @@ delete old segments.</pre>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.1/docs/configuration.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/configuration.html b/releases/0.7.1/docs/configuration.html
index ec4e47c..68f8cee 100644
--- a/releases/0.7.1/docs/configuration.html
+++ b/releases/0.7.1/docs/configuration.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Configuring Apache Kudu (incubating)</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -391,7 +393,9 @@ do not read this flag.</p></td>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -400,7 +404,6 @@ do not read this flag.</p></td>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.1/docs/configuration_reference.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/configuration_reference.html b/releases/0.7.1/docs/configuration_reference.html
index 68093ca..0fd13db 100644
--- a/releases/0.7.1/docs/configuration_reference.html
+++ b/releases/0.7.1/docs/configuration_reference.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) Configuration Reference</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -6629,7 +6631,9 @@ for informational purposes only. They are subject to change or be removed withou
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -6638,7 +6642,6 @@ for informational purposes only. They are subject to change or be removed withou
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.1/docs/configuration_reference_unsupported.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/configuration_reference_unsupported.html b/releases/0.7.1/docs/configuration_reference_unsupported.html
index 3ed3439..0085013 100644
--- a/releases/0.7.1/docs/configuration_reference_unsupported.html
+++ b/releases/0.7.1/docs/configuration_reference_unsupported.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) Unsupported Configuration Flags</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -4563,7 +4565,9 @@ for informational purposes only. They are subject to change or be removed withou
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -4572,7 +4576,6 @@ for informational purposes only. They are subject to change or be removed withou
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.1/docs/contributing.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/contributing.html b/releases/0.7.1/docs/contributing.html
index 58b56b5..e7edd48 100644
--- a/releases/0.7.1/docs/contributing.html
+++ b/releases/0.7.1/docs/contributing.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Contributing to Apache Kudu (incubating)</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -725,7 +727,9 @@ to the official Kudu documentation.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -734,7 +738,6 @@ to the official Kudu documentation.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.1/docs/developing.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/developing.html b/releases/0.7.1/docs/developing.html
index 4e0d1a8..586e3a3 100644
--- a/releases/0.7.1/docs/developing.html
+++ b/releases/0.7.1/docs/developing.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Developing Applications With Apache Kudu (incubating)</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -334,7 +336,9 @@ using YARN and Spark in the future.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -343,7 +347,6 @@ using YARN and Spark in the future.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.1/docs/index.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/index.html b/releases/0.7.1/docs/index.html
index 6c4c932..9d563ca 100644
--- a/releases/0.7.1/docs/index.html
+++ b/releases/0.7.1/docs/index.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) Documentation</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -185,7 +187,9 @@ and limitations.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -194,7 +198,6 @@ and limitations.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.1/docs/installation.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/installation.html b/releases/0.7.1/docs/installation.html
index 454b82f..e671a41 100644
--- a/releases/0.7.1/docs/installation.html
+++ b/releases/0.7.1/docs/installation.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Installing Apache Kudu (incubating)</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -1217,7 +1219,9 @@ $ sudo service kudu-tserver start</code></pre>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -1226,7 +1230,6 @@ $ sudo service kudu-tserver start</code></pre>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.1/docs/introduction.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/introduction.html b/releases/0.7.1/docs/introduction.html
index 1c14c43..d520528 100644
--- a/releases/0.7.1/docs/introduction.html
+++ b/releases/0.7.1/docs/introduction.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Introducing Apache Kudu (incubating)</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -474,7 +476,9 @@ formats using Impala, without the need to change your legacy systems.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -483,7 +487,6 @@ formats using Impala, without the need to change your legacy systems.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.1/docs/kudu-master_configuration_reference.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/kudu-master_configuration_reference.html b/releases/0.7.1/docs/kudu-master_configuration_reference.html
index bcce7de..85f1cfb 100644
--- a/releases/0.7.1/docs/kudu-master_configuration_reference.html
+++ b/releases/0.7.1/docs/kudu-master_configuration_reference.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - kudu-master Flags</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -1184,7 +1186,9 @@ configuration tasks.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -1193,7 +1197,6 @@ configuration tasks.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.1/docs/kudu-master_configuration_reference_unsupported.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/kudu-master_configuration_reference_unsupported.html b/releases/0.7.1/docs/kudu-master_configuration_reference_unsupported.html
index bc7e36b..bc67dbe 100644
--- a/releases/0.7.1/docs/kudu-master_configuration_reference_unsupported.html
+++ b/releases/0.7.1/docs/kudu-master_configuration_reference_unsupported.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - kudu-master Unsupported Flags</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -2652,7 +2654,9 @@ for informational purposes only. They are subject to change or be removed withou
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -2661,7 +2665,6 @@ for informational purposes only. They are subject to change or be removed withou
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.1/docs/kudu-tserver_configuration_reference.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/kudu-tserver_configuration_reference.html b/releases/0.7.1/docs/kudu-tserver_configuration_reference.html
index 06da658..a67ff7c 100644
--- a/releases/0.7.1/docs/kudu-tserver_configuration_reference.html
+++ b/releases/0.7.1/docs/kudu-tserver_configuration_reference.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - kudu-tserver Flags</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -1213,7 +1215,9 @@ configuration tasks.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -1222,7 +1226,6 @@ configuration tasks.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.1/docs/kudu-tserver_configuration_reference_unsupported.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/kudu-tserver_configuration_reference_unsupported.html b/releases/0.7.1/docs/kudu-tserver_configuration_reference_unsupported.html
index 6887af6..b424b93 100644
--- a/releases/0.7.1/docs/kudu-tserver_configuration_reference_unsupported.html
+++ b/releases/0.7.1/docs/kudu-tserver_configuration_reference_unsupported.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - kudu-tserver Unsupported Flags</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -2400,7 +2402,9 @@ for informational purposes only. They are subject to change or be removed withou
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -2409,7 +2413,6 @@ for informational purposes only. They are subject to change or be removed withou
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.1/docs/kudu_impala_integration.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/kudu_impala_integration.html b/releases/0.7.1/docs/kudu_impala_integration.html
index 4dc9214..0e58485 100644
--- a/releases/0.7.1/docs/kudu_impala_integration.html
+++ b/releases/0.7.1/docs/kudu_impala_integration.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Using Apache Kudu (incubating) with Apache Impala (incubating)</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -1706,7 +1708,9 @@ data.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -1715,7 +1719,6 @@ data.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.1/docs/quickstart.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/quickstart.html b/releases/0.7.1/docs/quickstart.html
index 5fdfa23..bddc62b 100644
--- a/releases/0.7.1/docs/quickstart.html
+++ b/releases/0.7.1/docs/quickstart.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) Quickstart</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -507,7 +509,9 @@ contain references to the previous VM&#8217;s SSH credentials. Remove any refere
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -516,7 +520,6 @@ contain references to the previous VM&#8217;s SSH credentials. Remove any refere
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.1/docs/release_notes.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/release_notes.html b/releases/0.7.1/docs/release_notes.html
index e16dc6b..90cc9e1 100644
--- a/releases/0.7.1/docs/release_notes.html
+++ b/releases/0.7.1/docs/release_notes.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) Release Notes</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -882,7 +884,9 @@ ASF.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -891,7 +895,6 @@ ASF.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.1/docs/schema_design.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/schema_design.html b/releases/0.7.1/docs/schema_design.html
index ab615e1..f96e225 100644
--- a/releases/0.7.1/docs/schema_design.html
+++ b/releases/0.7.1/docs/schema_design.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) Schema Design</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -604,7 +606,9 @@ populate the new table.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -613,7 +617,6 @@ populate the new table.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.1/docs/style_guide.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/style_guide.html b/releases/0.7.1/docs/style_guide.html
index 04dedfb..52618ed 100644
--- a/releases/0.7.1/docs/style_guide.html
+++ b/releases/0.7.1/docs/style_guide.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) Documentation Style Guide</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -831,7 +833,9 @@ Nothing between the slashes will show up.
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -840,7 +844,6 @@ Nothing between the slashes will show up.
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.1/docs/transaction_semantics.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/transaction_semantics.html b/releases/0.7.1/docs/transaction_semantics.html
index f0f848d..e29cbce 100644
--- a/releases/0.7.1/docs/transaction_semantics.html
+++ b/releases/0.7.1/docs/transaction_semantics.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Transaction Semantics in Apache Kudu (incubating)</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -573,7 +575,9 @@ frequently.
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -582,7 +586,6 @@ frequently.
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.1/docs/troubleshooting.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/troubleshooting.html b/releases/0.7.1/docs/troubleshooting.html
index d99d46b..5ef14ac 100644
--- a/releases/0.7.1/docs/troubleshooting.html
+++ b/releases/0.7.1/docs/troubleshooting.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) Troubleshooting</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -542,7 +544,9 @@ below Kudu, such as disk controllers or file systems.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -551,7 +555,6 @@ below Kudu, such as disk controllers or file systems.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.7.1/index.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/index.html b/releases/0.7.1/index.html
index aa4d4dd..d43ed26 100644
--- a/releases/0.7.1/index.html
+++ b/releases/0.7.1/index.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) beta release 0.7.1</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -142,7 +144,9 @@ under the License.
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -151,7 +155,6 @@ under the License.
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.8.0/docs/administration.html
----------------------------------------------------------------------
diff --git a/releases/0.8.0/docs/administration.html b/releases/0.8.0/docs/administration.html
index 4d51f33..5ea6aa3 100644
--- a/releases/0.8.0/docs/administration.html
+++ b/releases/0.8.0/docs/administration.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) Administration</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -459,7 +461,9 @@ delete old segments.</pre>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -468,7 +472,6 @@ delete old segments.</pre>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.8.0/docs/configuration.html
----------------------------------------------------------------------
diff --git a/releases/0.8.0/docs/configuration.html b/releases/0.8.0/docs/configuration.html
index 3cfac0d..4bf3e6c 100644
--- a/releases/0.8.0/docs/configuration.html
+++ b/releases/0.8.0/docs/configuration.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Configuring Apache Kudu (incubating)</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -391,7 +393,9 @@ do not read this flag.</p></td>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -400,7 +404,6 @@ do not read this flag.</p></td>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.8.0/docs/configuration_reference.html
----------------------------------------------------------------------
diff --git a/releases/0.8.0/docs/configuration_reference.html b/releases/0.8.0/docs/configuration_reference.html
index 8337394..b684db6 100644
--- a/releases/0.8.0/docs/configuration_reference.html
+++ b/releases/0.8.0/docs/configuration_reference.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) Configuration Reference</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -6837,7 +6839,9 @@ for informational purposes only. They are subject to change or be removed withou
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -6846,7 +6850,6 @@ for informational purposes only. They are subject to change or be removed withou
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.8.0/docs/configuration_reference_unsupported.html
----------------------------------------------------------------------
diff --git a/releases/0.8.0/docs/configuration_reference_unsupported.html b/releases/0.8.0/docs/configuration_reference_unsupported.html
index 721ab51..c385e3d 100644
--- a/releases/0.8.0/docs/configuration_reference_unsupported.html
+++ b/releases/0.8.0/docs/configuration_reference_unsupported.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) Unsupported Configuration Flags</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -4771,7 +4773,9 @@ for informational purposes only. They are subject to change or be removed withou
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -4780,7 +4784,6 @@ for informational purposes only. They are subject to change or be removed withou
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.8.0/docs/contributing.html
----------------------------------------------------------------------
diff --git a/releases/0.8.0/docs/contributing.html b/releases/0.8.0/docs/contributing.html
index 035ce07..852fc08 100644
--- a/releases/0.8.0/docs/contributing.html
+++ b/releases/0.8.0/docs/contributing.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Contributing to Apache Kudu (incubating)</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -725,7 +727,9 @@ to the official Kudu documentation.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -734,7 +738,6 @@ to the official Kudu documentation.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.8.0/docs/developing.html
----------------------------------------------------------------------
diff --git a/releases/0.8.0/docs/developing.html b/releases/0.8.0/docs/developing.html
index a373148..73acfc2 100644
--- a/releases/0.8.0/docs/developing.html
+++ b/releases/0.8.0/docs/developing.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Developing Applications With Apache Kudu (incubating)</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -334,7 +336,9 @@ using YARN and Spark in the future.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -343,7 +347,6 @@ using YARN and Spark in the future.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.8.0/docs/index.html
----------------------------------------------------------------------
diff --git a/releases/0.8.0/docs/index.html b/releases/0.8.0/docs/index.html
index 5fe74f6..b966193 100644
--- a/releases/0.8.0/docs/index.html
+++ b/releases/0.8.0/docs/index.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) Documentation</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -185,7 +187,9 @@ and limitations.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -194,7 +198,6 @@ and limitations.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.8.0/docs/installation.html
----------------------------------------------------------------------
diff --git a/releases/0.8.0/docs/installation.html b/releases/0.8.0/docs/installation.html
index a3fcbb2..7667368 100644
--- a/releases/0.8.0/docs/installation.html
+++ b/releases/0.8.0/docs/installation.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Installing Apache Kudu (incubating)</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -1214,7 +1216,9 @@ $ sudo service kudu-tserver start</code></pre>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -1223,7 +1227,6 @@ $ sudo service kudu-tserver start</code></pre>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.8.0/docs/introduction.html
----------------------------------------------------------------------
diff --git a/releases/0.8.0/docs/introduction.html b/releases/0.8.0/docs/introduction.html
index f0705e0..332a79e 100644
--- a/releases/0.8.0/docs/introduction.html
+++ b/releases/0.8.0/docs/introduction.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Introducing Apache Kudu (incubating)</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -474,7 +476,9 @@ formats using Impala, without the need to change your legacy systems.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -483,7 +487,6 @@ formats using Impala, without the need to change your legacy systems.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.8.0/docs/kudu-master_configuration_reference.html
----------------------------------------------------------------------
diff --git a/releases/0.8.0/docs/kudu-master_configuration_reference.html b/releases/0.8.0/docs/kudu-master_configuration_reference.html
index e536fc5..90d312b 100644
--- a/releases/0.8.0/docs/kudu-master_configuration_reference.html
+++ b/releases/0.8.0/docs/kudu-master_configuration_reference.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - kudu-master Flags</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -1184,7 +1186,9 @@ configuration tasks.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -1193,7 +1197,6 @@ configuration tasks.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.8.0/docs/kudu-master_configuration_reference_unsupported.html
----------------------------------------------------------------------
diff --git a/releases/0.8.0/docs/kudu-master_configuration_reference_unsupported.html b/releases/0.8.0/docs/kudu-master_configuration_reference_unsupported.html
index 8de1378..0c3bf75 100644
--- a/releases/0.8.0/docs/kudu-master_configuration_reference_unsupported.html
+++ b/releases/0.8.0/docs/kudu-master_configuration_reference_unsupported.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - kudu-master Unsupported Flags</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -2764,7 +2766,9 @@ for informational purposes only. They are subject to change or be removed withou
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -2773,7 +2777,6 @@ for informational purposes only. They are subject to change or be removed withou
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.8.0/docs/kudu-tserver_configuration_reference.html
----------------------------------------------------------------------
diff --git a/releases/0.8.0/docs/kudu-tserver_configuration_reference.html b/releases/0.8.0/docs/kudu-tserver_configuration_reference.html
index 61b44fa..0ced987 100644
--- a/releases/0.8.0/docs/kudu-tserver_configuration_reference.html
+++ b/releases/0.8.0/docs/kudu-tserver_configuration_reference.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - kudu-tserver Flags</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -1213,7 +1215,9 @@ configuration tasks.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -1222,7 +1226,6 @@ configuration tasks.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.8.0/docs/kudu-tserver_configuration_reference_unsupported.html
----------------------------------------------------------------------
diff --git a/releases/0.8.0/docs/kudu-tserver_configuration_reference_unsupported.html b/releases/0.8.0/docs/kudu-tserver_configuration_reference_unsupported.html
index e700993..5a017b6 100644
--- a/releases/0.8.0/docs/kudu-tserver_configuration_reference_unsupported.html
+++ b/releases/0.8.0/docs/kudu-tserver_configuration_reference_unsupported.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - kudu-tserver Unsupported Flags</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -2512,7 +2514,9 @@ for informational purposes only. They are subject to change or be removed withou
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -2521,7 +2525,6 @@ for informational purposes only. They are subject to change or be removed withou
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.8.0/docs/kudu_impala_integration.html
----------------------------------------------------------------------
diff --git a/releases/0.8.0/docs/kudu_impala_integration.html b/releases/0.8.0/docs/kudu_impala_integration.html
index 0625cc5..b214b90 100644
--- a/releases/0.8.0/docs/kudu_impala_integration.html
+++ b/releases/0.8.0/docs/kudu_impala_integration.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Using Apache Kudu (incubating) with Apache Impala (incubating)</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -1738,7 +1740,9 @@ data.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -1747,7 +1751,6 @@ data.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.8.0/docs/quickstart.html
----------------------------------------------------------------------
diff --git a/releases/0.8.0/docs/quickstart.html b/releases/0.8.0/docs/quickstart.html
index 96e97a2..dee866c 100644
--- a/releases/0.8.0/docs/quickstart.html
+++ b/releases/0.8.0/docs/quickstart.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) Quickstart</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -507,7 +509,9 @@ contain references to the previous VM&#8217;s SSH credentials. Remove any refere
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -516,7 +520,6 @@ contain references to the previous VM&#8217;s SSH credentials. Remove any refere
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.8.0/docs/release_notes.html
----------------------------------------------------------------------
diff --git a/releases/0.8.0/docs/release_notes.html b/releases/0.8.0/docs/release_notes.html
index c3e5699..12c957b 100644
--- a/releases/0.8.0/docs/release_notes.html
+++ b/releases/0.8.0/docs/release_notes.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) Release Notes</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -1004,7 +1006,9 @@ ASF.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -1013,7 +1017,6 @@ ASF.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.8.0/docs/schema_design.html
----------------------------------------------------------------------
diff --git a/releases/0.8.0/docs/schema_design.html b/releases/0.8.0/docs/schema_design.html
index e4ca946..7b41381 100644
--- a/releases/0.8.0/docs/schema_design.html
+++ b/releases/0.8.0/docs/schema_design.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) Schema Design</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -590,7 +592,9 @@ populate the new table.</p>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -599,7 +603,6 @@ populate the new table.</p>
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.8.0/docs/style_guide.html
----------------------------------------------------------------------
diff --git a/releases/0.8.0/docs/style_guide.html b/releases/0.8.0/docs/style_guide.html
index 8392744..81b2ecb 100644
--- a/releases/0.8.0/docs/style_guide.html
+++ b/releases/0.8.0/docs/style_guide.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Apache Kudu (incubating) Documentation Style Guide</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -831,7 +833,9 @@ Nothing between the slashes will show up.
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -840,7 +844,6 @@ Nothing between the slashes will show up.
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>

http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/6f93bc45/releases/0.8.0/docs/transaction_semantics.html
----------------------------------------------------------------------
diff --git a/releases/0.8.0/docs/transaction_semantics.html b/releases/0.8.0/docs/transaction_semantics.html
index 61912bd..fb160b4 100644
--- a/releases/0.8.0/docs/transaction_semantics.html
+++ b/releases/0.8.0/docs/transaction_semantics.html
@@ -9,7 +9,9 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu (incubating) - Transaction Semantics in Apache Kudu (incubating)</title>
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
+          crossorigin="anonymous">
 
     <!-- Custom styles for this template -->
     <link href="/css/justified-nav.css" rel="stylesheet" />
@@ -573,7 +575,9 @@ frequently.
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-    <script src="/js/bootstrap.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+            integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+            crossorigin="anonymous"></script>
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -582,7 +586,6 @@ frequently.
 
       ga('create', 'UA-68448017-1', 'auto');
       ga('send', 'pageview');
-
     </script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js"></script>
     <script>