You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2017/03/28 20:51:10 UTC

[1/4] accumulo-website git commit: Remove some broken links, use HTTPS

Repository: accumulo-website
Updated Branches:
  refs/heads/asf-site acedf3425 -> 4ca5d0ce1
  refs/heads/master ae26080c6 -> fe430bfbe


Remove some broken links, use HTTPS

* Fix some broken links
* Use HTTPS in a few more places
* Use canonical locations for some resources rather than copy


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

Branch: refs/heads/master
Commit: fe430bfbecfb875fe65442acab3070a456263885
Parents: ae26080
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Mar 28 16:48:44 2017 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Mar 28 16:48:44 2017 -0400

----------------------------------------------------------------------
 _includes/footer.md            |   5 ++---
 contributor/source.md          |   8 +++-----
 images/apache-support-logo.png | Bin 96596 -> 0 bytes
 images/feather-small.gif       | Bin 129292 -> 0 bytes
 index.md                       |   2 +-
 pages/external-docs.md         |   1 -
 pages/related-projects.md      |   6 +++---
 7 files changed, 9 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fe430bfb/_includes/footer.md
----------------------------------------------------------------------
diff --git a/_includes/footer.md b/_includes/footer.md
index f979aa7..3f884c2 100644
--- a/_includes/footer.md
+++ b/_includes/footer.md
@@ -11,7 +11,6 @@ Copyright &copy; 2011-{{ site.time | date: '%Y' }} The Apache Software Foundatio
 </footer>
 
 [ASF]: https://www.apache.org
-[ASF_IMG]: {{ site.baseurl }}/images/feather-small.gif
 [AL2]: https://www.apache.org/licenses/LICENSE-2.0
-[SUPPORT_IMG]:{{ site.baseurl }}/images/apache-support-logo.png
-[SUPPORT_URL]:http://apache.org/foundation/contributing.html
+[SUPPORT_IMG]:https://www.apache.org/images/SupportApache-small.png
+[SUPPORT_URL]:https://www.apache.org/foundation/contributing

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fe430bfb/contributor/source.md
----------------------------------------------------------------------
diff --git a/contributor/source.md b/contributor/source.md
index ec1a799..27a2181 100644
--- a/contributor/source.md
+++ b/contributor/source.md
@@ -31,10 +31,9 @@ Accumulo has a number of [contrib projects][contrib] that maintain their own cod
 Accumulo's web site is developed using [Jekyll][jekyll]. Development is
 performed by editing the contents of the [accumulo-website master][website-branch] branch, either
 directly by a committer, with a pull request to [GitHub][github], or a patch
-submitted to [JIRA][jiraloc]. The rendered site can be previewed locally or on
-[GitHub][site-mirror], and the rendered site (in the `_site` directory) will be
-merged into the `asf-site` branch to update our [official/canonical
-site][site-canon] after being built.
+submitted to [JIRA][jiraloc]. The rendered site can be previewed locally and
+the rendered site (in the `_site` directory) will be merged into the `asf-site`
+branch to update our [official/canonical site][site-canon] after being built.
 
 To manage any Gem dependencies, it is highly recommended to use [Bundler](https://bundler.io).
 To start using Bundler, install it and then the dependencies for the website:
@@ -225,6 +224,5 @@ Accumulo has [guidelines for using Review Board][rb] to support code reviews.
 [pom]: https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob_plain;f=pom.xml;hb=HEAD
 [rb]: {{ "/contributor/rb" | relative_url }}
 [site-canon]: https://accumulo.apache.org
-[site-mirror]: http://apache.github.io/accumulo
 [srcheaders]: https://www.apache.org/legal/src-headers
 [styles]: https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=tree;f=contrib;hb=HEAD

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fe430bfb/images/apache-support-logo.png
----------------------------------------------------------------------
diff --git a/images/apache-support-logo.png b/images/apache-support-logo.png
deleted file mode 100644
index 4a23e05..0000000
Binary files a/images/apache-support-logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fe430bfb/images/feather-small.gif
----------------------------------------------------------------------
diff --git a/images/feather-small.gif b/images/feather-small.gif
deleted file mode 100644
index 5a8a79b..0000000
Binary files a/images/feather-small.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fe430bfb/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index 2f8cb99..79f8d4d 100644
--- a/index.md
+++ b/index.md
@@ -35,7 +35,7 @@ legal_notice: Apache Accumulo, Accumulo, Apache Hadoop, Apache Thrift, Apache, t
         {% capture social-include %}{% include social.md %}{% endcapture %}{{ social-include | markdownify }}
       </div>
     </div>
-    <a id="apachecon" href="http://www.apache.org/events/current-event.html"><img src="http://www.apache.org/events/current-event-234x60.png"/></a>
+    <a id="apachecon" href="https://www.apache.org/events/current-event"><img src="https://www.apache.org/events/current-event-234x60.png"/></a>
     <a id="accumulo-summit-logo" a href="http://accumulosummit.com/"><img alt="Accumulo Summit" class="img-responsive" src="{{ site.baseurl }}/images/accumulo-summit.png"></a>
   </div>
 </div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fe430bfb/pages/external-docs.md
----------------------------------------------------------------------
diff --git a/pages/external-docs.md b/pages/external-docs.md
index 8f891df..2531724 100644
--- a/pages/external-docs.md
+++ b/pages/external-docs.md
@@ -60,7 +60,6 @@ $("#citationtable").dataTable();
  - [covert.io blogs](http://www.covert.io/)
     - [Accumulo, Nutch, and Gora](http://www.covert.io/post/18414889381/accumulo-nutch-and-gora)
     - [Accumulo and Pig](http://www.covert.io/post/18605091231/accumulo-and-pig)
- - [Accumulo on MapR](https://www.mapr.com/blog/accumulo-on-mapr) [More Accumulo on MapR](http://blog.stavi.sh/instructions-for-running-accumulo-on-mapr-m5)
  - [Accumulo on Ubuntu VirtualBox](https://gist.github.com/1535657)
  - [Accumulo on EC2](http://www.accumulodata.com/ec2.html)
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fe430bfb/pages/related-projects.md
----------------------------------------------------------------------
diff --git a/pages/related-projects.md b/pages/related-projects.md
index ed0c572..920f05a 100644
--- a/pages/related-projects.md
+++ b/pages/related-projects.md
@@ -17,7 +17,7 @@ them visibility to a larger audience. To have you project listed here, send a re
 
 #### Apache Gora
 
-[Gora](https://gora.apache.org/) open source framework provides an in-memory data model and persistence for big data.  Accumulo's continuous ingest test suite was adapted to Gora and called [Goraci](http://gora.apache.org/current/index.html#goraci-integration-testsing-suite).
+[Gora](https://gora.apache.org/) open source framework provides an in-memory data model and persistence for big data.  Accumulo's continuous ingest test suite was adapted to Gora and called [Goraci](https://gora.apache.org/current/index.html#goraci-integration-testsing-suite).
 
 #### Apache Hive
 
@@ -26,11 +26,11 @@ Hive has the ability to read and write data in Accumulo using the [AccumuloStora
 
 #### Apache Pig
 
-[Pig](http://pig.apache.org/) is a platform for analyzing large data sets that consists of a high-level language for expressing data analysis programs, coupled with infrastructure for evaluating these programs.  Pig has the ability to read and write data in Accumulo using [AccumuloStorage](http://pig.apache.org/docs/r0.16.0/func.html#AccumuloStorage).
+[Pig](https://pig.apache.org/) is a platform for analyzing large data sets that consists of a high-level language for expressing data analysis programs, coupled with infrastructure for evaluating these programs.  Pig has the ability to read and write data in Accumulo using [AccumuloStorage](https://pig.apache.org/docs/r0.16.0/func.html#AccumuloStorage).
 
 #### Apache Rya
 
-[Rya](http://rya.apache.org/) is a scalable RDF triple store built on top of a columnar index store.
+[Rya](https://rya.apache.org/) is a scalable RDF triple store built on top of a columnar index store.
 
 #### Gaffer
 


[2/4] accumulo-website git commit: Jekyll build from master:fe430bf

Posted by ct...@apache.org.
http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/contributor/source.html
----------------------------------------------------------------------
diff --git a/contributor/source.html b/contributor/source.html
index 702db9e..1f1997e 100644
--- a/contributor/source.html
+++ b/contributor/source.html
@@ -167,10 +167,9 @@
 <p>Accumulo\u2019s web site is developed using <a href="https://jekyllrb.com">Jekyll</a>. Development is
 performed by editing the contents of the <a href="https://git-wip-us.apache.org/repos/asf?p=accumulo-website.git;a=tree;h=master">accumulo-website master</a> branch, either
 directly by a committer, with a pull request to <a href="https://github.com/apache/accumulo">GitHub</a>, or a patch
-submitted to <a href="https://issues.apache.org/jira/browse/ACCUMULO">JIRA</a>. The rendered site can be previewed locally or on
-<a href="http://apache.github.io/accumulo">GitHub</a>, and the rendered site (in the <code class="highlighter-rouge">_site</code> directory) will be
-merged into the <code class="highlighter-rouge">asf-site</code> branch to update our <a href="https://accumulo.apache.org">official/canonical
-site</a> after being built.</p>
+submitted to <a href="https://issues.apache.org/jira/browse/ACCUMULO">JIRA</a>. The rendered site can be previewed locally and
+the rendered site (in the <code class="highlighter-rouge">_site</code> directory) will be merged into the <code class="highlighter-rouge">asf-site</code>
+branch to update our <a href="https://accumulo.apache.org">official/canonical site</a> after being built.</p>
 
 <p>To manage any Gem dependencies, it is highly recommended to use <a href="https://bundler.io">Bundler</a>.
 To start using Bundler, install it and then the dependencies for the website:</p>
@@ -399,7 +398,7 @@ nothing to commit (working directory clean)
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/contributor/verifying-release.html
----------------------------------------------------------------------
diff --git a/contributor/verifying-release.html b/contributor/verifying-release.html
index d7f4e97..b6b8e7c 100644
--- a/contributor/verifying-release.html
+++ b/contributor/verifying-release.html
@@ -296,7 +296,7 @@ own NOTICE file. The contents of the Apache Thrift NOTICE file should be include
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/contributor/versioning.html
----------------------------------------------------------------------
diff --git a/contributor/versioning.html b/contributor/versioning.html
index e04d859..358be3d 100644
--- a/contributor/versioning.html
+++ b/contributor/versioning.html
@@ -223,7 +223,7 @@ preceding identifiers are equal. Example: 1.0.0-alpha &lt; 1.0.0-alpha.1 &lt; 1.
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/contributor/voting.html
----------------------------------------------------------------------
diff --git a/contributor/voting.html b/contributor/voting.html
index 6e34ad8..3acce09 100644
--- a/contributor/voting.html
+++ b/contributor/voting.html
@@ -237,7 +237,7 @@ Voting results:
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/docs-archive/index.html
----------------------------------------------------------------------
diff --git a/docs-archive/index.html b/docs-archive/index.html
index 49274a2..c5eb4ef 100644
--- a/docs-archive/index.html
+++ b/docs-archive/index.html
@@ -178,7 +178,7 @@
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/downloads/index.html
----------------------------------------------------------------------
diff --git a/downloads/index.html b/downloads/index.html
index 926e3d0..4e81f16 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -320,7 +320,7 @@ $(function() { $.getJSON(mirrorURL + "?as_json", mirrorsCallback); });
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/external-docs/index.html
----------------------------------------------------------------------
diff --git a/external-docs/index.html b/external-docs/index.html
index 23d8cb3..59d73a8 100644
--- a/external-docs/index.html
+++ b/external-docs/index.html
@@ -403,7 +403,6 @@ $("#citationtable").dataTable();
       <li><a href="http://www.covert.io/post/18605091231/accumulo-and-pig">Accumulo and Pig</a></li>
     </ul>
   </li>
-  <li><a href="https://www.mapr.com/blog/accumulo-on-mapr">Accumulo on MapR</a> <a href="http://blog.stavi.sh/instructions-for-running-accumulo-on-mapr-m5">More Accumulo on MapR</a></li>
   <li><a href="https://gist.github.com/1535657">Accumulo on Ubuntu VirtualBox</a></li>
   <li><a href="http://www.accumulodata.com/ec2.html">Accumulo on EC2</a></li>
 </ul>
@@ -432,7 +431,7 @@ $("#citationtable").dataTable();
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/features/index.html
----------------------------------------------------------------------
diff --git a/features/index.html b/features/index.html
index 6389015..bb90d56 100644
--- a/features/index.html
+++ b/features/index.html
@@ -634,7 +634,7 @@ root@test15 ci&gt; scan -b 1c16a4ae1bef9f1f -e 1c16a4ae1bef9f1f
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index e775f6f..23b6fef 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Tue, 28 Mar 2017 15:12:53 -0400</pubDate>
-    <lastBuildDate>Tue, 28 Mar 2017 15:12:53 -0400</lastBuildDate>
+    <pubDate>Tue, 28 Mar 2017 16:50:30 -0400</pubDate>
+    <lastBuildDate>Tue, 28 Mar 2017 16:50:30 -0400</lastBuildDate>
     <generator>Jekyll v3.3.1</generator>
     
       <item>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/get_involved/index.html
----------------------------------------------------------------------
diff --git a/get_involved/index.html b/get_involved/index.html
index 1e9aca1..9b03b59 100644
--- a/get_involved/index.html
+++ b/get_involved/index.html
@@ -236,7 +236,7 @@ to approve a release.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/glossary/index.html
----------------------------------------------------------------------
diff --git a/glossary/index.html b/glossary/index.html
index a75f0a7..b8cf350 100644
--- a/glossary/index.html
+++ b/glossary/index.html
@@ -344,7 +344,7 @@ all earlier versions for its cell.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/images/apache-support-logo.png
----------------------------------------------------------------------
diff --git a/images/apache-support-logo.png b/images/apache-support-logo.png
deleted file mode 100644
index 4a23e05..0000000
Binary files a/images/apache-support-logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/images/feather-small.gif
----------------------------------------------------------------------
diff --git a/images/feather-small.gif b/images/feather-small.gif
deleted file mode 100644
index 5a8a79b..0000000
Binary files a/images/feather-small.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index e4c4f76..7dbd258 100644
--- a/index.html
+++ b/index.html
@@ -222,7 +222,7 @@
 
       </div>
     </div>
-    <a id="apachecon" href="http://www.apache.org/events/current-event.html"><img src="http://www.apache.org/events/current-event-234x60.png" /></a>
+    <a id="apachecon" href="https://www.apache.org/events/current-event"><img src="https://www.apache.org/events/current-event-234x60.png" /></a>
     <a id="accumulo-summit-logo" a="" href="http://accumulosummit.com/"><img alt="Accumulo Summit" class="img-responsive" src="/images/accumulo-summit.png" /></a>
   </div>
 </div>
@@ -232,7 +232,7 @@
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/mailing_list/index.html
----------------------------------------------------------------------
diff --git a/mailing_list/index.html b/mailing_list/index.html
index 03e91e4..b4909d5 100644
--- a/mailing_list/index.html
+++ b/mailing_list/index.html
@@ -194,7 +194,7 @@ mailing list archives</a>.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/news/index.html
----------------------------------------------------------------------
diff --git a/news/index.html b/news/index.html
index b3692a2..424c640 100644
--- a/news/index.html
+++ b/news/index.html
@@ -361,7 +361,7 @@
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/people/index.html
----------------------------------------------------------------------
diff --git a/people/index.html b/people/index.html
index ebf5c57..6ec9962 100644
--- a/people/index.html
+++ b/people/index.html
@@ -836,7 +836,7 @@
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/related-projects/index.html
----------------------------------------------------------------------
diff --git a/related-projects/index.html b/related-projects/index.html
index 5cc850d..697f335 100644
--- a/related-projects/index.html
+++ b/related-projects/index.html
@@ -155,7 +155,7 @@ them visibility to a larger audience. To have you project listed here, send a re
 
 <h4 id="apache-gora">Apache Gora</h4>
 
-<p><a href="https://gora.apache.org/">Gora</a> open source framework provides an in-memory data model and persistence for big data.  Accumulo\u2019s continuous ingest test suite was adapted to Gora and called <a href="http://gora.apache.org/current/index.html#goraci-integration-testsing-suite">Goraci</a>.</p>
+<p><a href="https://gora.apache.org/">Gora</a> open source framework provides an in-memory data model and persistence for big data.  Accumulo\u2019s continuous ingest test suite was adapted to Gora and called <a href="https://gora.apache.org/current/index.html#goraci-integration-testsing-suite">Goraci</a>.</p>
 
 <h4 id="apache-hive">Apache Hive</h4>
 
@@ -164,11 +164,11 @@ Hive has the ability to read and write data in Accumulo using the <a href="https
 
 <h4 id="apache-pig">Apache Pig</h4>
 
-<p><a href="http://pig.apache.org/">Pig</a> is a platform for analyzing large data sets that consists of a high-level language for expressing data analysis programs, coupled with infrastructure for evaluating these programs.  Pig has the ability to read and write data in Accumulo using <a href="http://pig.apache.org/docs/r0.16.0/func.html#AccumuloStorage">AccumuloStorage</a>.</p>
+<p><a href="https://pig.apache.org/">Pig</a> is a platform for analyzing large data sets that consists of a high-level language for expressing data analysis programs, coupled with infrastructure for evaluating these programs.  Pig has the ability to read and write data in Accumulo using <a href="https://pig.apache.org/docs/r0.16.0/func.html#AccumuloStorage">AccumuloStorage</a>.</p>
 
 <h4 id="apache-rya">Apache Rya</h4>
 
-<p><a href="http://rya.apache.org/">Rya</a> is a scalable RDF triple store built on top of a columnar index store.</p>
+<p><a href="https://rya.apache.org/">Rya</a> is a scalable RDF triple store built on top of a columnar index store.</p>
 
 <h4 id="gaffer">Gaffer</h4>
 
@@ -242,7 +242,7 @@ in some way, shape or form.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/release/accumulo-1.5.1/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.5.1/index.html b/release/accumulo-1.5.1/index.html
index 3850234..43a63f4 100644
--- a/release/accumulo-1.5.1/index.html
+++ b/release/accumulo-1.5.1/index.html
@@ -377,7 +377,7 @@ and, in HDFS High-Availability instances, forcing NameNode failover.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/release/accumulo-1.5.2/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.5.2/index.html b/release/accumulo-1.5.2/index.html
index ab18618..4b0feb8 100644
--- a/release/accumulo-1.5.2/index.html
+++ b/release/accumulo-1.5.2/index.html
@@ -334,7 +334,7 @@ and, in HDFS High-Availability instances, forcing NameNode failover.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/release/accumulo-1.5.3/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.5.3/index.html b/release/accumulo-1.5.3/index.html
index ab9b8c4..6621344 100644
--- a/release/accumulo-1.5.3/index.html
+++ b/release/accumulo-1.5.3/index.html
@@ -282,7 +282,7 @@ Accumulo configuration from <code class="highlighter-rouge">120s</code> to <code
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/release/accumulo-1.5.4/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.5.4/index.html b/release/accumulo-1.5.4/index.html
index 9ceac1c..8e79237 100644
--- a/release/accumulo-1.5.4/index.html
+++ b/release/accumulo-1.5.4/index.html
@@ -244,7 +244,7 @@ HDFS High-Availability instances, forcing NameNode fail-over.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/release/accumulo-1.6.0/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.6.0/index.html b/release/accumulo-1.6.0/index.html
index 1d08eaf..61c402b 100644
--- a/release/accumulo-1.6.0/index.html
+++ b/release/accumulo-1.6.0/index.html
@@ -537,7 +537,7 @@ and, in HDFS High-Availability instances, forcing NameNode failover.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/release/accumulo-1.6.1/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.6.1/index.html b/release/accumulo-1.6.1/index.html
index 2cad986..2977f9e 100644
--- a/release/accumulo-1.6.1/index.html
+++ b/release/accumulo-1.6.1/index.html
@@ -345,7 +345,7 @@ and, in HDFS High-Availability instances, forcing NameNode failover.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/release/accumulo-1.6.2/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.6.2/index.html b/release/accumulo-1.6.2/index.html
index efeb9fc..891c8e0 100644
--- a/release/accumulo-1.6.2/index.html
+++ b/release/accumulo-1.6.2/index.html
@@ -348,7 +348,7 @@ and, in HDFS High-Availability instances, forcing NameNode failover.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/release/accumulo-1.6.3/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.6.3/index.html b/release/accumulo-1.6.3/index.html
index 463488e..0062a5f 100644
--- a/release/accumulo-1.6.3/index.html
+++ b/release/accumulo-1.6.3/index.html
@@ -292,7 +292,7 @@ HDFS High-Availability instances, forcing NameNode failover.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/release/accumulo-1.6.4/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.6.4/index.html b/release/accumulo-1.6.4/index.html
index 0a93371..d977d8a 100644
--- a/release/accumulo-1.6.4/index.html
+++ b/release/accumulo-1.6.4/index.html
@@ -233,7 +233,7 @@ HDFS High-Availability instances, forcing NameNode failover.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/release/accumulo-1.6.5/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.6.5/index.html b/release/accumulo-1.6.5/index.html
index b4e2fe8..14ee553 100644
--- a/release/accumulo-1.6.5/index.html
+++ b/release/accumulo-1.6.5/index.html
@@ -289,7 +289,7 @@ HDFS High-Availability instances, forcing NameNode failover.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/release/accumulo-1.6.6/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.6.6/index.html b/release/accumulo-1.6.6/index.html
index f8078c8..5a4aead 100644
--- a/release/accumulo-1.6.6/index.html
+++ b/release/accumulo-1.6.6/index.html
@@ -302,7 +302,7 @@ HDFS High-Availability instances, forcing NameNode failover.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/release/accumulo-1.7.0/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.7.0/index.html b/release/accumulo-1.7.0/index.html
index 16a340f..317d271 100644
--- a/release/accumulo-1.7.0/index.html
+++ b/release/accumulo-1.7.0/index.html
@@ -574,7 +574,7 @@ Accumulo configuration from <code class="highlighter-rouge">120s</code> to <code
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/release/accumulo-1.7.1/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.7.1/index.html b/release/accumulo-1.7.1/index.html
index 8125b78..274cf00 100644
--- a/release/accumulo-1.7.1/index.html
+++ b/release/accumulo-1.7.1/index.html
@@ -324,7 +324,7 @@ HDFS High-Availability instances, forcing NameNode failover.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/release/accumulo-1.7.2/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.7.2/index.html b/release/accumulo-1.7.2/index.html
index 87cc6d2..09c778a 100644
--- a/release/accumulo-1.7.2/index.html
+++ b/release/accumulo-1.7.2/index.html
@@ -252,7 +252,7 @@ HDFS High-Availability instances, forcing NameNode failover.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/release/accumulo-1.8.0/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.8.0/index.html b/release/accumulo-1.8.0/index.html
index 173f957..c12d673 100644
--- a/release/accumulo-1.8.0/index.html
+++ b/release/accumulo-1.8.0/index.html
@@ -354,7 +354,7 @@ HDFS High-Availability instances, forcing NameNode failover.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/release/accumulo-1.8.1/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.8.1/index.html b/release/accumulo-1.8.1/index.html
index 8453bd6..2e4bb27 100644
--- a/release/accumulo-1.8.1/index.html
+++ b/release/accumulo-1.8.1/index.html
@@ -312,7 +312,7 @@ HDFS High-Availability instances, forcing NameNode failover.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/release/index.html
----------------------------------------------------------------------
diff --git a/release/index.html b/release/index.html
index 92d7533..325e105 100644
--- a/release/index.html
+++ b/release/index.html
@@ -278,7 +278,7 @@
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 


[4/4] accumulo-website git commit: Jekyll build from master:fe430bf

Posted by ct...@apache.org.
Jekyll build from master:fe430bf

Remove some broken links, use HTTPS

* Fix some broken links
* Use HTTPS in a few more places
* Use canonical locations for some resources rather than copy


Project: http://git-wip-us.apache.org/repos/asf/accumulo-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo-website/commit/4ca5d0ce
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/4ca5d0ce
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/4ca5d0ce

Branch: refs/heads/asf-site
Commit: 4ca5d0ce10caa8e58f997491b921b478c06bac68
Parents: acedf34
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Mar 28 16:48:44 2017 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Mar 28 16:50:35 2017 -0400

----------------------------------------------------------------------
 1.3/user_manual/Accumulo_Design.html              |   2 +-
 1.3/user_manual/Accumulo_Shell.html               |   2 +-
 1.3/user_manual/Administration.html               |   2 +-
 1.3/user_manual/Analytics.html                    |   2 +-
 1.3/user_manual/Contents.html                     |   2 +-
 1.3/user_manual/High_Speed_Ingest.html            |   2 +-
 1.3/user_manual/Introduction.html                 |   2 +-
 1.3/user_manual/Security.html                     |   2 +-
 1.3/user_manual/Shell_Commands.html               |   2 +-
 1.3/user_manual/Table_Configuration.html          |   2 +-
 1.3/user_manual/Table_Design.html                 |   2 +-
 1.3/user_manual/Writing_Accumulo_Clients.html     |   2 +-
 1.3/user_manual/accumulo_user_manual.html         |   2 +-
 1.3/user_manual/examples/aggregation.html         |   2 +-
 1.3/user_manual/examples/batch.html               |   2 +-
 1.3/user_manual/examples/bloom.html               |   2 +-
 1.3/user_manual/examples/bulkIngest.html          |   2 +-
 1.3/user_manual/examples/constraints.html         |   2 +-
 1.3/user_manual/examples/dirlist.html             |   2 +-
 1.3/user_manual/examples/filter.html              |   2 +-
 1.3/user_manual/examples/helloworld.html          |   2 +-
 1.3/user_manual/examples/index.html               |   2 +-
 1.3/user_manual/examples/mapred.html              |   2 +-
 1.3/user_manual/examples/shard.html               |   2 +-
 1.3/user_manual/index.html                        |   2 +-
 1.4/examples/batch.html                           |   2 +-
 1.4/examples/bloom.html                           |   2 +-
 1.4/examples/bulkIngest.html                      |   2 +-
 1.4/examples/combiner.html                        |   2 +-
 1.4/examples/constraints.html                     |   2 +-
 1.4/examples/dirlist.html                         |   2 +-
 1.4/examples/filedata.html                        |   2 +-
 1.4/examples/filter.html                          |   2 +-
 1.4/examples/helloworld.html                      |   2 +-
 1.4/examples/index.html                           |   2 +-
 1.4/examples/isolation.html                       |   2 +-
 1.4/examples/mapred.html                          |   2 +-
 1.4/examples/shard.html                           |   2 +-
 1.4/examples/visibility.html                      |   2 +-
 1.4/user_manual/Accumulo_Design.html              |   2 +-
 1.4/user_manual/Accumulo_Shell.html               |   2 +-
 1.4/user_manual/Administration.html               |   2 +-
 1.4/user_manual/Analytics.html                    |   2 +-
 1.4/user_manual/Contents.html                     |   2 +-
 1.4/user_manual/Development_Clients.html          |   2 +-
 1.4/user_manual/High_Speed_Ingest.html            |   2 +-
 1.4/user_manual/Introduction.html                 |   2 +-
 1.4/user_manual/Security.html                     |   2 +-
 1.4/user_manual/Shell_Commands.html               |   2 +-
 1.4/user_manual/Table_Configuration.html          |   2 +-
 1.4/user_manual/Table_Design.html                 |   2 +-
 1.4/user_manual/Writing_Accumulo_Clients.html     |   2 +-
 1.4/user_manual/accumulo_user_manual.html         |   2 +-
 1.4/user_manual/index.html                        |   2 +-
 1.5/examples/batch.html                           |   2 +-
 1.5/examples/bloom.html                           |   2 +-
 1.5/examples/bulkIngest.html                      |   2 +-
 1.5/examples/classpath.html                       |   2 +-
 1.5/examples/client.html                          |   2 +-
 1.5/examples/combiner.html                        |   2 +-
 1.5/examples/constraints.html                     |   2 +-
 1.5/examples/dirlist.html                         |   2 +-
 1.5/examples/export.html                          |   2 +-
 1.5/examples/filedata.html                        |   2 +-
 1.5/examples/filter.html                          |   2 +-
 1.5/examples/helloworld.html                      |   2 +-
 1.5/examples/index.html                           |   2 +-
 1.5/examples/isolation.html                       |   2 +-
 1.5/examples/mapred.html                          |   2 +-
 1.5/examples/maxmutation.html                     |   2 +-
 1.5/examples/regex.html                           |   2 +-
 1.5/examples/rowhash.html                         |   2 +-
 1.5/examples/shard.html                           |   2 +-
 1.5/examples/tabletofile.html                     |   2 +-
 1.5/examples/terasort.html                        |   2 +-
 1.5/examples/visibility.html                      |   2 +-
 1.6/examples/batch.html                           |   2 +-
 1.6/examples/bloom.html                           |   2 +-
 1.6/examples/bulkIngest.html                      |   2 +-
 1.6/examples/classpath.html                       |   2 +-
 1.6/examples/client.html                          |   2 +-
 1.6/examples/combiner.html                        |   2 +-
 1.6/examples/constraints.html                     |   2 +-
 1.6/examples/dirlist.html                         |   2 +-
 1.6/examples/export.html                          |   2 +-
 1.6/examples/filedata.html                        |   2 +-
 1.6/examples/filter.html                          |   2 +-
 1.6/examples/helloworld.html                      |   2 +-
 1.6/examples/index.html                           |   2 +-
 1.6/examples/isolation.html                       |   2 +-
 1.6/examples/mapred.html                          |   2 +-
 1.6/examples/maxmutation.html                     |   2 +-
 1.6/examples/regex.html                           |   2 +-
 1.6/examples/reservations.html                    |   2 +-
 1.6/examples/rowhash.html                         |   2 +-
 1.6/examples/shard.html                           |   2 +-
 1.6/examples/tabletofile.html                     |   2 +-
 1.6/examples/terasort.html                        |   2 +-
 1.6/examples/visibility.html                      |   2 +-
 1.7/examples/batch.html                           |   2 +-
 1.7/examples/bloom.html                           |   2 +-
 1.7/examples/bulkIngest.html                      |   2 +-
 1.7/examples/classpath.html                       |   2 +-
 1.7/examples/client.html                          |   2 +-
 1.7/examples/combiner.html                        |   2 +-
 1.7/examples/constraints.html                     |   2 +-
 1.7/examples/dirlist.html                         |   2 +-
 1.7/examples/export.html                          |   2 +-
 1.7/examples/filedata.html                        |   2 +-
 1.7/examples/filter.html                          |   2 +-
 1.7/examples/helloworld.html                      |   2 +-
 1.7/examples/index.html                           |   2 +-
 1.7/examples/isolation.html                       |   2 +-
 1.7/examples/mapred.html                          |   2 +-
 1.7/examples/maxmutation.html                     |   2 +-
 1.7/examples/regex.html                           |   2 +-
 1.7/examples/reservations.html                    |   2 +-
 1.7/examples/rowhash.html                         |   2 +-
 1.7/examples/shard.html                           |   2 +-
 1.7/examples/tabletofile.html                     |   2 +-
 1.7/examples/terasort.html                        |   2 +-
 1.7/examples/visibility.html                      |   2 +-
 1.8/examples/batch.html                           |   2 +-
 1.8/examples/bloom.html                           |   2 +-
 1.8/examples/bulkIngest.html                      |   2 +-
 1.8/examples/classpath.html                       |   2 +-
 1.8/examples/client.html                          |   2 +-
 1.8/examples/combiner.html                        |   2 +-
 1.8/examples/constraints.html                     |   2 +-
 1.8/examples/dirlist.html                         |   2 +-
 1.8/examples/export.html                          |   2 +-
 1.8/examples/filedata.html                        |   2 +-
 1.8/examples/filter.html                          |   2 +-
 1.8/examples/helloworld.html                      |   2 +-
 1.8/examples/index.html                           |   2 +-
 1.8/examples/isolation.html                       |   2 +-
 1.8/examples/mapred.html                          |   2 +-
 1.8/examples/maxmutation.html                     |   2 +-
 1.8/examples/regex.html                           |   2 +-
 1.8/examples/reservations.html                    |   2 +-
 1.8/examples/rgbalancer.html                      |   2 +-
 1.8/examples/rowhash.html                         |   2 +-
 1.8/examples/sample.html                          |   2 +-
 1.8/examples/shard.html                           |   2 +-
 1.8/examples/tabletofile.html                     |   2 +-
 1.8/examples/terasort.html                        |   2 +-
 1.8/examples/visibility.html                      |   2 +-
 accumulo-website.iml                              |   9 ---------
 blog/2014/05/03/accumulo-classloader.html         |   2 +-
 .../27/getting-started-with-accumulo-1.6.0.html   |   2 +-
 ...scaling-accumulo-with-multivolume-support.html |   2 +-
 .../07/09/functional-reads-over-accumulo.html     |   2 +-
 ...ystores-for-configuring-accumulo-with-ssl.html |   2 +-
 blog/2015/03/20/balancing-groups-of-tablets.html  |   2 +-
 ...replicating-data-across-accumulo-clusters.html |   2 +-
 blog/2016/11/02/durability-performance.html       |   2 +-
 blog/2016/11/16/simpler-scripts-and-config.html   |   2 +-
 blog/2016/12/19/running-on-fedora-25.html         |   2 +-
 .../03/06/security-performance-implications.html  |   2 +-
 blog/2017/03/21/happy-anniversary-accumulo.html   |   2 +-
 contributor/bylaws.html                           |   2 +-
 contributor/consensusBuilding.html                |   2 +-
 contributor/contrib-projects.html                 |   2 +-
 contributor/git.html                              |   2 +-
 contributor/index.html                            |   2 +-
 contributor/lazyConsensus.html                    |   2 +-
 contributor/making-release.html                   |   2 +-
 contributor/rb.html                               |   2 +-
 contributor/source.html                           |   9 ++++-----
 contributor/verifying-release.html                |   2 +-
 contributor/versioning.html                       |   2 +-
 contributor/voting.html                           |   2 +-
 docs-archive/index.html                           |   2 +-
 downloads/index.html                              |   2 +-
 external-docs/index.html                          |   3 +--
 features/index.html                               |   2 +-
 feed.xml                                          |   4 ++--
 get_involved/index.html                           |   2 +-
 glossary/index.html                               |   2 +-
 images/apache-support-logo.png                    | Bin 96596 -> 0 bytes
 images/feather-small.gif                          | Bin 129292 -> 0 bytes
 index.html                                        |   4 ++--
 mailing_list/index.html                           |   2 +-
 news/index.html                                   |   2 +-
 people/index.html                                 |   2 +-
 related-projects/index.html                       |   8 ++++----
 release/accumulo-1.5.1/index.html                 |   2 +-
 release/accumulo-1.5.2/index.html                 |   2 +-
 release/accumulo-1.5.3/index.html                 |   2 +-
 release/accumulo-1.5.4/index.html                 |   2 +-
 release/accumulo-1.6.0/index.html                 |   2 +-
 release/accumulo-1.6.1/index.html                 |   2 +-
 release/accumulo-1.6.2/index.html                 |   2 +-
 release/accumulo-1.6.3/index.html                 |   2 +-
 release/accumulo-1.6.4/index.html                 |   2 +-
 release/accumulo-1.6.5/index.html                 |   2 +-
 release/accumulo-1.6.6/index.html                 |   2 +-
 release/accumulo-1.7.0/index.html                 |   2 +-
 release/accumulo-1.7.1/index.html                 |   2 +-
 release/accumulo-1.7.2/index.html                 |   2 +-
 release/accumulo-1.8.0/index.html                 |   2 +-
 release/accumulo-1.8.1/index.html                 |   2 +-
 release/index.html                                |   2 +-
 203 files changed, 208 insertions(+), 219 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/Accumulo_Design.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/Accumulo_Design.html b/1.3/user_manual/Accumulo_Design.html
index 20fe975..94b0ab4 100644
--- a/1.3/user_manual/Accumulo_Design.html
+++ b/1.3/user_manual/Accumulo_Design.html
@@ -235,7 +235,7 @@ http://master-address:50095/monitor.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/Accumulo_Shell.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/Accumulo_Shell.html b/1.3/user_manual/Accumulo_Shell.html
index 2ce23bf..7b78ee2 100644
--- a/1.3/user_manual/Accumulo_Shell.html
+++ b/1.3/user_manual/Accumulo_Shell.html
@@ -274,7 +274,7 @@ root@myinstance bobstable&gt; revoke System.CREATE_TABLE -s -u bob
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/Administration.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/Administration.html b/1.3/user_manual/Administration.html
index dc9aaae..1b72c87 100644
--- a/1.3/user_manual/Administration.html
+++ b/1.3/user_manual/Administration.html
@@ -304,7 +304,7 @@ $ACCUMULO/logs/.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/Analytics.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/Analytics.html b/1.3/user_manual/Analytics.html
index 1ce30b9..5938768 100644
--- a/1.3/user_manual/Analytics.html
+++ b/1.3/user_manual/Analytics.html
@@ -290,7 +290,7 @@ accumulo/docs/examples/README.mapred</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/Contents.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/Contents.html b/1.3/user_manual/Contents.html
index 972443c..bfa1f2b 100644
--- a/1.3/user_manual/Contents.html
+++ b/1.3/user_manual/Contents.html
@@ -329,7 +329,7 @@
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/High_Speed_Ingest.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/High_Speed_Ingest.html b/1.3/user_manual/High_Speed_Ingest.html
index 441116e..95adf98 100644
--- a/1.3/user_manual/High_Speed_Ingest.html
+++ b/1.3/user_manual/High_Speed_Ingest.html
@@ -222,7 +222,7 @@ accumulo/docs/examples/README.mapred</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/Introduction.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/Introduction.html b/1.3/user_manual/Introduction.html
index 810fbb4..ddcf4f1 100644
--- a/1.3/user_manual/Introduction.html
+++ b/1.3/user_manual/Introduction.html
@@ -158,7 +158,7 @@
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/Security.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/Security.html b/1.3/user_manual/Security.html
index d2808f5..40f76d3 100644
--- a/1.3/user_manual/Security.html
+++ b/1.3/user_manual/Security.html
@@ -244,7 +244,7 @@ Scanner s = connector.createScanner("table", auths);
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/Shell_Commands.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/Shell_Commands.html b/1.3/user_manual/Shell_Commands.html
index 4bf29dd..df864d6 100644
--- a/1.3/user_manual/Shell_Commands.html
+++ b/1.3/user_manual/Shell_Commands.html
@@ -787,7 +787,7 @@ description: reports the current user name
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/Table_Configuration.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/Table_Configuration.html b/1.3/user_manual/Table_Configuration.html
index 5112938..0232412 100644
--- a/1.3/user_manual/Table_Configuration.html
+++ b/1.3/user_manual/Table_Configuration.html
@@ -467,7 +467,7 @@ table.cache.index.enable: Determines whether index cache is enabled.
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/Table_Design.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/Table_Design.html b/1.3/user_manual/Table_Design.html
index ade4be7..fb4f774 100644
--- a/1.3/user_manual/Table_Design.html
+++ b/1.3/user_manual/Table_Design.html
@@ -327,7 +327,7 @@ for(Entry&lt;Key,Value&gt; entry : bs) {
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/Writing_Accumulo_Clients.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/Writing_Accumulo_Clients.html b/1.3/user_manual/Writing_Accumulo_Clients.html
index 90454e4..976493e 100644
--- a/1.3/user_manual/Writing_Accumulo_Clients.html
+++ b/1.3/user_manual/Writing_Accumulo_Clients.html
@@ -263,7 +263,7 @@ accumulo/docs/examples/README.batch</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/accumulo_user_manual.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/accumulo_user_manual.html b/1.3/user_manual/accumulo_user_manual.html
index 386c9bc..b464036 100644
--- a/1.3/user_manual/accumulo_user_manual.html
+++ b/1.3/user_manual/accumulo_user_manual.html
@@ -174,7 +174,7 @@
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/examples/aggregation.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/examples/aggregation.html b/1.3/user_manual/examples/aggregation.html
index 68f6cbe..c6196a2 100644
--- a/1.3/user_manual/examples/aggregation.html
+++ b/1.3/user_manual/examples/aggregation.html
@@ -182,7 +182,7 @@ applied to the column family app.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/examples/batch.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/examples/batch.html b/1.3/user_manual/examples/batch.html
index 49d2457..c6ca835 100644
--- a/1.3/user_manual/examples/batch.html
+++ b/1.3/user_manual/examples/batch.html
@@ -187,7 +187,7 @@ $ ./bin/accumulo org.apache.accumulo.examples.client.RandomBatchScanner instance
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/examples/bloom.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/examples/bloom.html b/1.3/user_manual/examples/bloom.html
index 7830fcd..09797d9 100644
--- a/1.3/user_manual/examples/bloom.html
+++ b/1.3/user_manual/examples/bloom.html
@@ -273,7 +273,7 @@ num results : 500
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/examples/bulkIngest.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/examples/bulkIngest.html b/1.3/user_manual/examples/bulkIngest.html
index 323410b..e85e184 100644
--- a/1.3/user_manual/examples/bulkIngest.html
+++ b/1.3/user_manual/examples/bulkIngest.html
@@ -166,7 +166,7 @@ $ ./bin/accumulo org.apache.accumulo.examples.mapreduce.bulk.VerifyIngest instan
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/examples/constraints.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/examples/constraints.html b/1.3/user_manual/examples/constraints.html
index 6da40cf..e4a1cdc 100644
--- a/1.3/user_manual/examples/constraints.html
+++ b/1.3/user_manual/examples/constraints.html
@@ -180,7 +180,7 @@ username@instance testConstraints&gt;
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/examples/dirlist.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/examples/dirlist.html b/1.3/user_manual/examples/dirlist.html
index 542a998..14e3782 100644
--- a/1.3/user_manual/examples/dirlist.html
+++ b/1.3/user_manual/examples/dirlist.html
@@ -199,7 +199,7 @@ The results can be written back to the same table.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/examples/filter.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/examples/filter.html b/1.3/user_manual/examples/filter.html
index aa4bf46..3ec9c8d 100644
--- a/1.3/user_manual/examples/filter.html
+++ b/1.3/user_manual/examples/filter.html
@@ -243,7 +243,7 @@ the filters to be applied.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/examples/helloworld.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/examples/helloworld.html b/1.3/user_manual/examples/helloworld.html
index 6725433..dc66c08 100644
--- a/1.3/user_manual/examples/helloworld.html
+++ b/1.3/user_manual/examples/helloworld.html
@@ -198,7 +198,7 @@ username@instance hellotable&gt; scan
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/examples/index.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/examples/index.html b/1.3/user_manual/examples/index.html
index 09f22c2..61052af 100644
--- a/1.3/user_manual/examples/index.html
+++ b/1.3/user_manual/examples/index.html
@@ -190,7 +190,7 @@ The Accumulo user name will be referred to as \u201cusername\u201d with password \u201cpa
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/examples/mapred.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/examples/mapred.html b/1.3/user_manual/examples/mapred.html
index c9b75c5..69617a3 100644
--- a/1.3/user_manual/examples/mapred.html
+++ b/1.3/user_manual/examples/mapred.html
@@ -223,7 +223,7 @@ tserver.compaction.major.concurrent.max count:20080906 []    1
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/examples/shard.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/examples/shard.html b/1.3/user_manual/examples/shard.html
index 3aa0b1d..2e2f94a 100644
--- a/1.3/user_manual/examples/shard.html
+++ b/1.3/user_manual/examples/shard.html
@@ -208,7 +208,7 @@ $ ./bin/accumulo org.apache.accumulo.examples.shard.Query instance zookeepers sh
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.3/user_manual/index.html
----------------------------------------------------------------------
diff --git a/1.3/user_manual/index.html b/1.3/user_manual/index.html
index 386c9bc..b464036 100644
--- a/1.3/user_manual/index.html
+++ b/1.3/user_manual/index.html
@@ -174,7 +174,7 @@
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/examples/batch.html
----------------------------------------------------------------------
diff --git a/1.4/examples/batch.html b/1.4/examples/batch.html
index 924e880..2028900 100644
--- a/1.4/examples/batch.html
+++ b/1.4/examples/batch.html
@@ -191,7 +191,7 @@ $ ./bin/accumulo org.apache.accumulo.examples.simple.client.RandomBatchScanner i
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/examples/bloom.html
----------------------------------------------------------------------
diff --git a/1.4/examples/bloom.html b/1.4/examples/bloom.html
index 064d779..5f592e3 100644
--- a/1.4/examples/bloom.html
+++ b/1.4/examples/bloom.html
@@ -372,7 +372,7 @@ Meta block     : acu_bloom
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/examples/bulkIngest.html
----------------------------------------------------------------------
diff --git a/1.4/examples/bulkIngest.html b/1.4/examples/bulkIngest.html
index f04bf0e..87962ca 100644
--- a/1.4/examples/bulkIngest.html
+++ b/1.4/examples/bulkIngest.html
@@ -166,7 +166,7 @@ $ ./bin/accumulo org.apache.accumulo.examples.simple.mapreduce.bulk.VerifyIngest
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/examples/combiner.html
----------------------------------------------------------------------
diff --git a/1.4/examples/combiner.html b/1.4/examples/combiner.html
index f507117..66bb212 100644
--- a/1.4/examples/combiner.html
+++ b/1.4/examples/combiner.html
@@ -204,7 +204,7 @@ hstat is configured for base 16.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/examples/constraints.html
----------------------------------------------------------------------
diff --git a/1.4/examples/constraints.html b/1.4/examples/constraints.html
index 0306f1e..0e1cfe1 100644
--- a/1.4/examples/constraints.html
+++ b/1.4/examples/constraints.html
@@ -187,7 +187,7 @@ username@instance testConstraints&gt;
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/examples/dirlist.html
----------------------------------------------------------------------
diff --git a/1.4/examples/dirlist.html b/1.4/examples/dirlist.html
index fdabf5a..11c8e9f 100644
--- a/1.4/examples/dirlist.html
+++ b/1.4/examples/dirlist.html
@@ -273,7 +273,7 @@ Other column family : column qualifier pairs are \u201c~chunk\u201d : chunk size in by
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/examples/filedata.html
----------------------------------------------------------------------
diff --git a/1.4/examples/filedata.html b/1.4/examples/filedata.html
index 16748e9..2797668 100644
--- a/1.4/examples/filedata.html
+++ b/1.4/examples/filedata.html
@@ -197,7 +197,7 @@ The example has the following classes:</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/examples/filter.html
----------------------------------------------------------------------
diff --git a/1.4/examples/filter.html b/1.4/examples/filter.html
index 5479034..86d535d 100644
--- a/1.4/examples/filter.html
+++ b/1.4/examples/filter.html
@@ -248,7 +248,7 @@ Also, each iterator must have a unique name and priority within each scope.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/examples/helloworld.html
----------------------------------------------------------------------
diff --git a/1.4/examples/helloworld.html b/1.4/examples/helloworld.html
index 9564ded..0d48c0c 100644
--- a/1.4/examples/helloworld.html
+++ b/1.4/examples/helloworld.html
@@ -198,7 +198,7 @@ username@instance hellotable&gt; scan
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/examples/index.html
----------------------------------------------------------------------
diff --git a/1.4/examples/index.html b/1.4/examples/index.html
index a87f83c..68404c6 100644
--- a/1.4/examples/index.html
+++ b/1.4/examples/index.html
@@ -197,7 +197,7 @@ This user will need to have the ability to create tables.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/examples/isolation.html
----------------------------------------------------------------------
diff --git a/1.4/examples/isolation.html b/1.4/examples/isolation.html
index 178b934..133acc8 100644
--- a/1.4/examples/isolation.html
+++ b/1.4/examples/isolation.html
@@ -182,7 +182,7 @@ finished
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/examples/mapred.html
----------------------------------------------------------------------
diff --git a/1.4/examples/mapred.html b/1.4/examples/mapred.html
index 3e315f5..84644e4 100644
--- a/1.4/examples/mapred.html
+++ b/1.4/examples/mapred.html
@@ -235,7 +235,7 @@ can directly read a tables files from HDFS.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/examples/shard.html
----------------------------------------------------------------------
diff --git a/1.4/examples/shard.html b/1.4/examples/shard.html
index ff61b20..f290690 100644
--- a/1.4/examples/shard.html
+++ b/1.4/examples/shard.html
@@ -208,7 +208,7 @@ $ ./bin/accumulo org.apache.accumulo.examples.simple.shard.Query instance zookee
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/examples/visibility.html
----------------------------------------------------------------------
diff --git a/1.4/examples/visibility.html b/1.4/examples/visibility.html
index d8bca47..d8b7c08 100644
--- a/1.4/examples/visibility.html
+++ b/1.4/examples/visibility.html
@@ -277,7 +277,7 @@ username@instance vistest&gt;
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/user_manual/Accumulo_Design.html
----------------------------------------------------------------------
diff --git a/1.4/user_manual/Accumulo_Design.html b/1.4/user_manual/Accumulo_Design.html
index 5665ea5..1622947 100644
--- a/1.4/user_manual/Accumulo_Design.html
+++ b/1.4/user_manual/Accumulo_Design.html
@@ -235,7 +235,7 @@ http://master-address:50095/monitor.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/user_manual/Accumulo_Shell.html
----------------------------------------------------------------------
diff --git a/1.4/user_manual/Accumulo_Shell.html b/1.4/user_manual/Accumulo_Shell.html
index 8eb94cd..759b38c 100644
--- a/1.4/user_manual/Accumulo_Shell.html
+++ b/1.4/user_manual/Accumulo_Shell.html
@@ -276,7 +276,7 @@ root@myinstance bobstable&gt; revoke System.CREATE_TABLE -s -u bob
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/user_manual/Administration.html
----------------------------------------------------------------------
diff --git a/1.4/user_manual/Administration.html b/1.4/user_manual/Administration.html
index a0f6307..ef5e0a8 100644
--- a/1.4/user_manual/Administration.html
+++ b/1.4/user_manual/Administration.html
@@ -328,7 +328,7 @@ $ACCUMULO/logs/.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/user_manual/Analytics.html
----------------------------------------------------------------------
diff --git a/1.4/user_manual/Analytics.html b/1.4/user_manual/Analytics.html
index fed2252..9e5d7e2 100644
--- a/1.4/user_manual/Analytics.html
+++ b/1.4/user_manual/Analytics.html
@@ -290,7 +290,7 @@ accumulo/docs/examples/README.mapred</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/user_manual/Contents.html
----------------------------------------------------------------------
diff --git a/1.4/user_manual/Contents.html b/1.4/user_manual/Contents.html
index ae332d9..e02e5ab 100644
--- a/1.4/user_manual/Contents.html
+++ b/1.4/user_manual/Contents.html
@@ -360,7 +360,7 @@
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/user_manual/Development_Clients.html
----------------------------------------------------------------------
diff --git a/1.4/user_manual/Development_Clients.html b/1.4/user_manual/Development_Clients.html
index 3d6bb95..463b5ed 100644
--- a/1.4/user_manual/Development_Clients.html
+++ b/1.4/user_manual/Development_Clients.html
@@ -244,7 +244,7 @@ Connector conn = instance.getConnector("root", "password");
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/user_manual/High_Speed_Ingest.html
----------------------------------------------------------------------
diff --git a/1.4/user_manual/High_Speed_Ingest.html b/1.4/user_manual/High_Speed_Ingest.html
index 647064b..b76a130 100644
--- a/1.4/user_manual/High_Speed_Ingest.html
+++ b/1.4/user_manual/High_Speed_Ingest.html
@@ -229,7 +229,7 @@ accumulo/docs/examples/README.mapred</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/user_manual/Introduction.html
----------------------------------------------------------------------
diff --git a/1.4/user_manual/Introduction.html b/1.4/user_manual/Introduction.html
index abcadef..828b28e 100644
--- a/1.4/user_manual/Introduction.html
+++ b/1.4/user_manual/Introduction.html
@@ -158,7 +158,7 @@
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/user_manual/Security.html
----------------------------------------------------------------------
diff --git a/1.4/user_manual/Security.html b/1.4/user_manual/Security.html
index 9924735..b0a7762 100644
--- a/1.4/user_manual/Security.html
+++ b/1.4/user_manual/Security.html
@@ -259,7 +259,7 @@ Scanner s = connector.createScanner("table", auths);
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/user_manual/Shell_Commands.html
----------------------------------------------------------------------
diff --git a/1.4/user_manual/Shell_Commands.html b/1.4/user_manual/Shell_Commands.html
index 9ac2895..84a7100 100644
--- a/1.4/user_manual/Shell_Commands.html
+++ b/1.4/user_manual/Shell_Commands.html
@@ -941,7 +941,7 @@ description: reports the current user name
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/user_manual/Table_Configuration.html
----------------------------------------------------------------------
diff --git a/1.4/user_manual/Table_Configuration.html b/1.4/user_manual/Table_Configuration.html
index f579f94..cfe85be 100644
--- a/1.4/user_manual/Table_Configuration.html
+++ b/1.4/user_manual/Table_Configuration.html
@@ -606,7 +606,7 @@ root@a14 cic&gt;
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/user_manual/Table_Design.html
----------------------------------------------------------------------
diff --git a/1.4/user_manual/Table_Design.html b/1.4/user_manual/Table_Design.html
index 1ebf216..dd12ab9 100644
--- a/1.4/user_manual/Table_Design.html
+++ b/1.4/user_manual/Table_Design.html
@@ -323,7 +323,7 @@ for(Entry&lt;Key,Value&gt; entry : bs) {
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/user_manual/Writing_Accumulo_Clients.html
----------------------------------------------------------------------
diff --git a/1.4/user_manual/Writing_Accumulo_Clients.html b/1.4/user_manual/Writing_Accumulo_Clients.html
index 53e0267..3d402ac 100644
--- a/1.4/user_manual/Writing_Accumulo_Clients.html
+++ b/1.4/user_manual/Writing_Accumulo_Clients.html
@@ -399,7 +399,7 @@ client.closeScanner(scanner);
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/user_manual/accumulo_user_manual.html
----------------------------------------------------------------------
diff --git a/1.4/user_manual/accumulo_user_manual.html b/1.4/user_manual/accumulo_user_manual.html
index 2cce00b..cb03f28 100644
--- a/1.4/user_manual/accumulo_user_manual.html
+++ b/1.4/user_manual/accumulo_user_manual.html
@@ -175,7 +175,7 @@
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.4/user_manual/index.html
----------------------------------------------------------------------
diff --git a/1.4/user_manual/index.html b/1.4/user_manual/index.html
index 2cce00b..cb03f28 100644
--- a/1.4/user_manual/index.html
+++ b/1.4/user_manual/index.html
@@ -175,7 +175,7 @@
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/batch.html
----------------------------------------------------------------------
diff --git a/1.5/examples/batch.html b/1.5/examples/batch.html
index 47ae0d9..95396ed 100644
--- a/1.5/examples/batch.html
+++ b/1.5/examples/batch.html
@@ -191,7 +191,7 @@ $ ./bin/accumulo org.apache.accumulo.examples.simple.client.RandomBatchScanner -
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/bloom.html
----------------------------------------------------------------------
diff --git a/1.5/examples/bloom.html b/1.5/examples/bloom.html
index 6bc6a68..14bd6c1 100644
--- a/1.5/examples/bloom.html
+++ b/1.5/examples/bloom.html
@@ -374,7 +374,7 @@ Meta block     : acu_bloom
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/bulkIngest.html
----------------------------------------------------------------------
diff --git a/1.5/examples/bulkIngest.html b/1.5/examples/bulkIngest.html
index 8188bbe..133f608 100644
--- a/1.5/examples/bulkIngest.html
+++ b/1.5/examples/bulkIngest.html
@@ -165,7 +165,7 @@ $ ./bin/accumulo $PKG.VerifyIngest $ARGS -t test_bulk --start-row 0 --count 1000
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/classpath.html
----------------------------------------------------------------------
diff --git a/1.5/examples/classpath.html b/1.5/examples/classpath.html
index abfdc1f..b093abe 100644
--- a/1.5/examples/classpath.html
+++ b/1.5/examples/classpath.html
@@ -209,7 +209,7 @@ Filter accepts or rejects each Key/Value pair
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/client.html
----------------------------------------------------------------------
diff --git a/1.5/examples/client.html b/1.5/examples/client.html
index 66e5279..221e2a4 100644
--- a/1.5/examples/client.html
+++ b/1.5/examples/client.html
@@ -217,7 +217,7 @@ hello%09; datatypes:xml [LEVEL1|GROUP1] 1358192329450 false -&gt; world
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/combiner.html
----------------------------------------------------------------------
diff --git a/1.5/examples/combiner.html b/1.5/examples/combiner.html
index 619e38f..831d67e 100644
--- a/1.5/examples/combiner.html
+++ b/1.5/examples/combiner.html
@@ -204,7 +204,7 @@ hstat is configured for base 16.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/constraints.html
----------------------------------------------------------------------
diff --git a/1.5/examples/constraints.html b/1.5/examples/constraints.html
index 4567032..7511472 100644
--- a/1.5/examples/constraints.html
+++ b/1.5/examples/constraints.html
@@ -188,7 +188,7 @@ username@instance testConstraints&gt;
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/dirlist.html
----------------------------------------------------------------------
diff --git a/1.5/examples/dirlist.html b/1.5/examples/dirlist.html
index dac12ca..f52c4d9 100644
--- a/1.5/examples/dirlist.html
+++ b/1.5/examples/dirlist.html
@@ -273,7 +273,7 @@ Other column family : column qualifier pairs are \u201c~chunk\u201d : chunk size in by
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/export.html
----------------------------------------------------------------------
diff --git a/1.5/examples/export.html b/1.5/examples/export.html
index edebc81..f17394b 100644
--- a/1.5/examples/export.html
+++ b/1.5/examples/export.html
@@ -227,7 +227,7 @@ root@test15 table1_copy&gt; scan -t !METADATA -b 5 -c srv:time
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/filedata.html
----------------------------------------------------------------------
diff --git a/1.5/examples/filedata.html b/1.5/examples/filedata.html
index f0b2a23..0dc579a 100644
--- a/1.5/examples/filedata.html
+++ b/1.5/examples/filedata.html
@@ -197,7 +197,7 @@ The example has the following classes:</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/filter.html
----------------------------------------------------------------------
diff --git a/1.5/examples/filter.html b/1.5/examples/filter.html
index 5479034..86d535d 100644
--- a/1.5/examples/filter.html
+++ b/1.5/examples/filter.html
@@ -248,7 +248,7 @@ Also, each iterator must have a unique name and priority within each scope.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/helloworld.html
----------------------------------------------------------------------
diff --git a/1.5/examples/helloworld.html b/1.5/examples/helloworld.html
index 395ea1e..3982350 100644
--- a/1.5/examples/helloworld.html
+++ b/1.5/examples/helloworld.html
@@ -191,7 +191,7 @@ username@instance hellotable&gt; scan
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/index.html
----------------------------------------------------------------------
diff --git a/1.5/examples/index.html b/1.5/examples/index.html
index d7f1973..174536e 100644
--- a/1.5/examples/index.html
+++ b/1.5/examples/index.html
@@ -228,7 +228,7 @@ features of Apache Accumulo.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/isolation.html
----------------------------------------------------------------------
diff --git a/1.5/examples/isolation.html b/1.5/examples/isolation.html
index 176d38f..e8e059e 100644
--- a/1.5/examples/isolation.html
+++ b/1.5/examples/isolation.html
@@ -182,7 +182,7 @@ finished
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/mapred.html
----------------------------------------------------------------------
diff --git a/1.5/examples/mapred.html b/1.5/examples/mapred.html
index d658f89..1a6a376 100644
--- a/1.5/examples/mapred.html
+++ b/1.5/examples/mapred.html
@@ -235,7 +235,7 @@ can directly read a tables files from HDFS.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/maxmutation.html
----------------------------------------------------------------------
diff --git a/1.5/examples/maxmutation.html b/1.5/examples/maxmutation.html
index 23ab808..9c61a31 100644
--- a/1.5/examples/maxmutation.html
+++ b/1.5/examples/maxmutation.html
@@ -179,7 +179,7 @@ a single row with 10000 columns, which exceeds the memory limit:</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/regex.html
----------------------------------------------------------------------
diff --git a/1.5/examples/regex.html b/1.5/examples/regex.html
index d44b89b..dd24ad4 100644
--- a/1.5/examples/regex.html
+++ b/1.5/examples/regex.html
@@ -193,7 +193,7 @@ $
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/rowhash.html
----------------------------------------------------------------------
diff --git a/1.5/examples/rowhash.html b/1.5/examples/rowhash.html
index c3d5583..0a2f79a 100644
--- a/1.5/examples/rowhash.html
+++ b/1.5/examples/rowhash.html
@@ -195,7 +195,7 @@ username@instance&gt;
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/shard.html
----------------------------------------------------------------------
diff --git a/1.5/examples/shard.html b/1.5/examples/shard.html
index ac44992..0d1a453 100644
--- a/1.5/examples/shard.html
+++ b/1.5/examples/shard.html
@@ -209,7 +209,7 @@ randomly selects one set of 5 terms and queries.  It prints the number of matchi
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/tabletofile.html
----------------------------------------------------------------------
diff --git a/1.5/examples/tabletofile.html b/1.5/examples/tabletofile.html
index d5a2967..e760b13 100644
--- a/1.5/examples/tabletofile.html
+++ b/1.5/examples/tabletofile.html
@@ -195,7 +195,7 @@ $
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/terasort.html
----------------------------------------------------------------------
diff --git a/1.5/examples/terasort.html b/1.5/examples/terasort.html
index 98ed1d5..efe10d1 100644
--- a/1.5/examples/terasort.html
+++ b/1.5/examples/terasort.html
@@ -184,7 +184,7 @@ w[o||:N&amp;H, c:         2 []    QQQQQQQQQQGGGGGGGGGGWWWWWWWWWWMMMMMMMMMMCCCCCC
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.5/examples/visibility.html
----------------------------------------------------------------------
diff --git a/1.5/examples/visibility.html b/1.5/examples/visibility.html
index d8bca47..d8b7c08 100644
--- a/1.5/examples/visibility.html
+++ b/1.5/examples/visibility.html
@@ -277,7 +277,7 @@ username@instance vistest&gt;
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/batch.html
----------------------------------------------------------------------
diff --git a/1.6/examples/batch.html b/1.6/examples/batch.html
index d337309..18e7900 100644
--- a/1.6/examples/batch.html
+++ b/1.6/examples/batch.html
@@ -191,7 +191,7 @@ $ ./bin/accumulo org.apache.accumulo.examples.simple.client.RandomBatchScanner -
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/bloom.html
----------------------------------------------------------------------
diff --git a/1.6/examples/bloom.html b/1.6/examples/bloom.html
index 9d0848a..e8fc864 100644
--- a/1.6/examples/bloom.html
+++ b/1.6/examples/bloom.html
@@ -375,7 +375,7 @@ Meta block     : acu_bloom
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 


[3/4] accumulo-website git commit: Jekyll build from master:fe430bf

Posted by ct...@apache.org.
http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/bulkIngest.html
----------------------------------------------------------------------
diff --git a/1.6/examples/bulkIngest.html b/1.6/examples/bulkIngest.html
index 932b32d..36c4c9b 100644
--- a/1.6/examples/bulkIngest.html
+++ b/1.6/examples/bulkIngest.html
@@ -165,7 +165,7 @@ $ ./bin/accumulo $PKG.VerifyIngest $ARGS -t test_bulk --start-row 0 --count 1000
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/classpath.html
----------------------------------------------------------------------
diff --git a/1.6/examples/classpath.html b/1.6/examples/classpath.html
index b837cdc..be2a98e 100644
--- a/1.6/examples/classpath.html
+++ b/1.6/examples/classpath.html
@@ -209,7 +209,7 @@ Filter accepts or rejects each Key/Value pair
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/client.html
----------------------------------------------------------------------
diff --git a/1.6/examples/client.html b/1.6/examples/client.html
index aeb5cdf..e87889b 100644
--- a/1.6/examples/client.html
+++ b/1.6/examples/client.html
@@ -217,7 +217,7 @@ hello%09; datatypes:xml [LEVEL1|GROUP1] 1358192329450 false -&gt; world
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/combiner.html
----------------------------------------------------------------------
diff --git a/1.6/examples/combiner.html b/1.6/examples/combiner.html
index 823741a..0d724d0 100644
--- a/1.6/examples/combiner.html
+++ b/1.6/examples/combiner.html
@@ -204,7 +204,7 @@ hstat is configured for base 16.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/constraints.html
----------------------------------------------------------------------
diff --git a/1.6/examples/constraints.html b/1.6/examples/constraints.html
index 08c1923..1a6e5cd 100644
--- a/1.6/examples/constraints.html
+++ b/1.6/examples/constraints.html
@@ -188,7 +188,7 @@ username@instance testConstraints&gt;
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/dirlist.html
----------------------------------------------------------------------
diff --git a/1.6/examples/dirlist.html b/1.6/examples/dirlist.html
index eff5c96..d1f8c18 100644
--- a/1.6/examples/dirlist.html
+++ b/1.6/examples/dirlist.html
@@ -273,7 +273,7 @@ Other column family : column qualifier pairs are \u201c~chunk\u201d : chunk size in by
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/export.html
----------------------------------------------------------------------
diff --git a/1.6/examples/export.html b/1.6/examples/export.html
index d6c5fae..4457e52 100644
--- a/1.6/examples/export.html
+++ b/1.6/examples/export.html
@@ -228,7 +228,7 @@ root@test16 table1_copy&gt; scan -t accumulo.metadata -b 5 -c srv:time
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/filedata.html
----------------------------------------------------------------------
diff --git a/1.6/examples/filedata.html b/1.6/examples/filedata.html
index 2218fdf..b41f08c 100644
--- a/1.6/examples/filedata.html
+++ b/1.6/examples/filedata.html
@@ -197,7 +197,7 @@ The example has the following classes:</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/filter.html
----------------------------------------------------------------------
diff --git a/1.6/examples/filter.html b/1.6/examples/filter.html
index 891fd83..4eed537 100644
--- a/1.6/examples/filter.html
+++ b/1.6/examples/filter.html
@@ -248,7 +248,7 @@ Also, each iterator must have a unique name and priority within each scope.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/helloworld.html
----------------------------------------------------------------------
diff --git a/1.6/examples/helloworld.html b/1.6/examples/helloworld.html
index acffacb..7f4bb63 100644
--- a/1.6/examples/helloworld.html
+++ b/1.6/examples/helloworld.html
@@ -191,7 +191,7 @@ username@instance hellotable&gt; scan
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/index.html
----------------------------------------------------------------------
diff --git a/1.6/examples/index.html b/1.6/examples/index.html
index 70d8a99..65d7b16 100644
--- a/1.6/examples/index.html
+++ b/1.6/examples/index.html
@@ -230,7 +230,7 @@ features of Apache Accumulo.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/isolation.html
----------------------------------------------------------------------
diff --git a/1.6/examples/isolation.html b/1.6/examples/isolation.html
index c74cf0f..9982515 100644
--- a/1.6/examples/isolation.html
+++ b/1.6/examples/isolation.html
@@ -182,7 +182,7 @@ finished
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/mapred.html
----------------------------------------------------------------------
diff --git a/1.6/examples/mapred.html b/1.6/examples/mapred.html
index 203d610..7427055 100644
--- a/1.6/examples/mapred.html
+++ b/1.6/examples/mapred.html
@@ -298,7 +298,7 @@ WordCount example, then the resulting counts should just double.)</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/maxmutation.html
----------------------------------------------------------------------
diff --git a/1.6/examples/maxmutation.html b/1.6/examples/maxmutation.html
index a924f7b..8c76b4e 100644
--- a/1.6/examples/maxmutation.html
+++ b/1.6/examples/maxmutation.html
@@ -180,7 +180,7 @@ ERROR : Constraint violates : ConstraintViolationSummary(constrainClass:org.apac
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/regex.html
----------------------------------------------------------------------
diff --git a/1.6/examples/regex.html b/1.6/examples/regex.html
index bd0da3d..7c68ce5 100644
--- a/1.6/examples/regex.html
+++ b/1.6/examples/regex.html
@@ -191,7 +191,7 @@ dogrow dogcf:dogcq [] 1357844987994 false    dogvalue
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/reservations.html
----------------------------------------------------------------------
diff --git a/1.6/examples/reservations.html b/1.6/examples/reservations.html
index c8684de..e562112 100644
--- a/1.6/examples/reservations.html
+++ b/1.6/examples/reservations.html
@@ -200,7 +200,7 @@ the conditional mutation will fail and the example code will retry.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/rowhash.html
----------------------------------------------------------------------
diff --git a/1.6/examples/rowhash.html b/1.6/examples/rowhash.html
index 322db0f..511600c 100644
--- a/1.6/examples/rowhash.html
+++ b/1.6/examples/rowhash.html
@@ -195,7 +195,7 @@ username@instance&gt;
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/shard.html
----------------------------------------------------------------------
diff --git a/1.6/examples/shard.html b/1.6/examples/shard.html
index 10287d1..7558cb2 100644
--- a/1.6/examples/shard.html
+++ b/1.6/examples/shard.html
@@ -209,7 +209,7 @@ randomly selects one set of 5 terms and queries. It prints the number of matchin
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/tabletofile.html
----------------------------------------------------------------------
diff --git a/1.6/examples/tabletofile.html b/1.6/examples/tabletofile.html
index d2716de..8423322 100644
--- a/1.6/examples/tabletofile.html
+++ b/1.6/examples/tabletofile.html
@@ -195,7 +195,7 @@ $
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/terasort.html
----------------------------------------------------------------------
diff --git a/1.6/examples/terasort.html b/1.6/examples/terasort.html
index e35a2ab..c6a4cf3 100644
--- a/1.6/examples/terasort.html
+++ b/1.6/examples/terasort.html
@@ -184,7 +184,7 @@ w[o||:N&amp;H, c:         2 []    QQQQQQQQQQGGGGGGGGGGWWWWWWWWWWMMMMMMMMMMCCCCCC
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.6/examples/visibility.html
----------------------------------------------------------------------
diff --git a/1.6/examples/visibility.html b/1.6/examples/visibility.html
index cabedfc..9cdb880 100644
--- a/1.6/examples/visibility.html
+++ b/1.6/examples/visibility.html
@@ -277,7 +277,7 @@ username@instance vistest&gt;
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/batch.html
----------------------------------------------------------------------
diff --git a/1.7/examples/batch.html b/1.7/examples/batch.html
index d337309..18e7900 100644
--- a/1.7/examples/batch.html
+++ b/1.7/examples/batch.html
@@ -191,7 +191,7 @@ $ ./bin/accumulo org.apache.accumulo.examples.simple.client.RandomBatchScanner -
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/bloom.html
----------------------------------------------------------------------
diff --git a/1.7/examples/bloom.html b/1.7/examples/bloom.html
index 9d0848a..e8fc864 100644
--- a/1.7/examples/bloom.html
+++ b/1.7/examples/bloom.html
@@ -375,7 +375,7 @@ Meta block     : acu_bloom
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/bulkIngest.html
----------------------------------------------------------------------
diff --git a/1.7/examples/bulkIngest.html b/1.7/examples/bulkIngest.html
index 932b32d..36c4c9b 100644
--- a/1.7/examples/bulkIngest.html
+++ b/1.7/examples/bulkIngest.html
@@ -165,7 +165,7 @@ $ ./bin/accumulo $PKG.VerifyIngest $ARGS -t test_bulk --start-row 0 --count 1000
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/classpath.html
----------------------------------------------------------------------
diff --git a/1.7/examples/classpath.html b/1.7/examples/classpath.html
index b837cdc..be2a98e 100644
--- a/1.7/examples/classpath.html
+++ b/1.7/examples/classpath.html
@@ -209,7 +209,7 @@ Filter accepts or rejects each Key/Value pair
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/client.html
----------------------------------------------------------------------
diff --git a/1.7/examples/client.html b/1.7/examples/client.html
index aeb5cdf..e87889b 100644
--- a/1.7/examples/client.html
+++ b/1.7/examples/client.html
@@ -217,7 +217,7 @@ hello%09; datatypes:xml [LEVEL1|GROUP1] 1358192329450 false -&gt; world
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/combiner.html
----------------------------------------------------------------------
diff --git a/1.7/examples/combiner.html b/1.7/examples/combiner.html
index 823741a..0d724d0 100644
--- a/1.7/examples/combiner.html
+++ b/1.7/examples/combiner.html
@@ -204,7 +204,7 @@ hstat is configured for base 16.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/constraints.html
----------------------------------------------------------------------
diff --git a/1.7/examples/constraints.html b/1.7/examples/constraints.html
index 08c1923..1a6e5cd 100644
--- a/1.7/examples/constraints.html
+++ b/1.7/examples/constraints.html
@@ -188,7 +188,7 @@ username@instance testConstraints&gt;
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/dirlist.html
----------------------------------------------------------------------
diff --git a/1.7/examples/dirlist.html b/1.7/examples/dirlist.html
index eff5c96..d1f8c18 100644
--- a/1.7/examples/dirlist.html
+++ b/1.7/examples/dirlist.html
@@ -273,7 +273,7 @@ Other column family : column qualifier pairs are \u201c~chunk\u201d : chunk size in by
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/export.html
----------------------------------------------------------------------
diff --git a/1.7/examples/export.html b/1.7/examples/export.html
index d6c5fae..4457e52 100644
--- a/1.7/examples/export.html
+++ b/1.7/examples/export.html
@@ -228,7 +228,7 @@ root@test16 table1_copy&gt; scan -t accumulo.metadata -b 5 -c srv:time
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/filedata.html
----------------------------------------------------------------------
diff --git a/1.7/examples/filedata.html b/1.7/examples/filedata.html
index 2218fdf..b41f08c 100644
--- a/1.7/examples/filedata.html
+++ b/1.7/examples/filedata.html
@@ -197,7 +197,7 @@ The example has the following classes:</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/filter.html
----------------------------------------------------------------------
diff --git a/1.7/examples/filter.html b/1.7/examples/filter.html
index 891fd83..4eed537 100644
--- a/1.7/examples/filter.html
+++ b/1.7/examples/filter.html
@@ -248,7 +248,7 @@ Also, each iterator must have a unique name and priority within each scope.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/helloworld.html
----------------------------------------------------------------------
diff --git a/1.7/examples/helloworld.html b/1.7/examples/helloworld.html
index acffacb..7f4bb63 100644
--- a/1.7/examples/helloworld.html
+++ b/1.7/examples/helloworld.html
@@ -191,7 +191,7 @@ username@instance hellotable&gt; scan
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/index.html
----------------------------------------------------------------------
diff --git a/1.7/examples/index.html b/1.7/examples/index.html
index 57fec6f..c606f71 100644
--- a/1.7/examples/index.html
+++ b/1.7/examples/index.html
@@ -230,7 +230,7 @@ features of Apache Accumulo.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/isolation.html
----------------------------------------------------------------------
diff --git a/1.7/examples/isolation.html b/1.7/examples/isolation.html
index c74cf0f..9982515 100644
--- a/1.7/examples/isolation.html
+++ b/1.7/examples/isolation.html
@@ -182,7 +182,7 @@ finished
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/mapred.html
----------------------------------------------------------------------
diff --git a/1.7/examples/mapred.html b/1.7/examples/mapred.html
index 203d610..7427055 100644
--- a/1.7/examples/mapred.html
+++ b/1.7/examples/mapred.html
@@ -298,7 +298,7 @@ WordCount example, then the resulting counts should just double.)</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/maxmutation.html
----------------------------------------------------------------------
diff --git a/1.7/examples/maxmutation.html b/1.7/examples/maxmutation.html
index a924f7b..8c76b4e 100644
--- a/1.7/examples/maxmutation.html
+++ b/1.7/examples/maxmutation.html
@@ -180,7 +180,7 @@ ERROR : Constraint violates : ConstraintViolationSummary(constrainClass:org.apac
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/regex.html
----------------------------------------------------------------------
diff --git a/1.7/examples/regex.html b/1.7/examples/regex.html
index bd0da3d..7c68ce5 100644
--- a/1.7/examples/regex.html
+++ b/1.7/examples/regex.html
@@ -191,7 +191,7 @@ dogrow dogcf:dogcq [] 1357844987994 false    dogvalue
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/reservations.html
----------------------------------------------------------------------
diff --git a/1.7/examples/reservations.html b/1.7/examples/reservations.html
index c8684de..e562112 100644
--- a/1.7/examples/reservations.html
+++ b/1.7/examples/reservations.html
@@ -200,7 +200,7 @@ the conditional mutation will fail and the example code will retry.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/rowhash.html
----------------------------------------------------------------------
diff --git a/1.7/examples/rowhash.html b/1.7/examples/rowhash.html
index 322db0f..511600c 100644
--- a/1.7/examples/rowhash.html
+++ b/1.7/examples/rowhash.html
@@ -195,7 +195,7 @@ username@instance&gt;
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/shard.html
----------------------------------------------------------------------
diff --git a/1.7/examples/shard.html b/1.7/examples/shard.html
index 10287d1..7558cb2 100644
--- a/1.7/examples/shard.html
+++ b/1.7/examples/shard.html
@@ -209,7 +209,7 @@ randomly selects one set of 5 terms and queries. It prints the number of matchin
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/tabletofile.html
----------------------------------------------------------------------
diff --git a/1.7/examples/tabletofile.html b/1.7/examples/tabletofile.html
index d2716de..8423322 100644
--- a/1.7/examples/tabletofile.html
+++ b/1.7/examples/tabletofile.html
@@ -195,7 +195,7 @@ $
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/terasort.html
----------------------------------------------------------------------
diff --git a/1.7/examples/terasort.html b/1.7/examples/terasort.html
index e35a2ab..c6a4cf3 100644
--- a/1.7/examples/terasort.html
+++ b/1.7/examples/terasort.html
@@ -184,7 +184,7 @@ w[o||:N&amp;H, c:         2 []    QQQQQQQQQQGGGGGGGGGGWWWWWWWWWWMMMMMMMMMMCCCCCC
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.7/examples/visibility.html
----------------------------------------------------------------------
diff --git a/1.7/examples/visibility.html b/1.7/examples/visibility.html
index cabedfc..9cdb880 100644
--- a/1.7/examples/visibility.html
+++ b/1.7/examples/visibility.html
@@ -277,7 +277,7 @@ username@instance vistest&gt;
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/batch.html
----------------------------------------------------------------------
diff --git a/1.8/examples/batch.html b/1.8/examples/batch.html
index 66dbf8a..c907cbe 100644
--- a/1.8/examples/batch.html
+++ b/1.8/examples/batch.html
@@ -209,7 +209,7 @@ $ ./bin/accumulo org.apache.accumulo.examples.simple.client.RandomBatchScanner -
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/bloom.html
----------------------------------------------------------------------
diff --git a/1.8/examples/bloom.html b/1.8/examples/bloom.html
index d0d062f..4264b91 100644
--- a/1.8/examples/bloom.html
+++ b/1.8/examples/bloom.html
@@ -393,7 +393,7 @@ Meta block     : acu_bloom
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/bulkIngest.html
----------------------------------------------------------------------
diff --git a/1.8/examples/bulkIngest.html b/1.8/examples/bulkIngest.html
index b98ed15..f957b09 100644
--- a/1.8/examples/bulkIngest.html
+++ b/1.8/examples/bulkIngest.html
@@ -183,7 +183,7 @@ $ ./bin/accumulo $PKG.VerifyIngest $ARGS -t test_bulk --start-row 0 --count 1000
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/classpath.html
----------------------------------------------------------------------
diff --git a/1.8/examples/classpath.html b/1.8/examples/classpath.html
index 0b1585f..1ab9fa4 100644
--- a/1.8/examples/classpath.html
+++ b/1.8/examples/classpath.html
@@ -227,7 +227,7 @@ Filter accepts or rejects each Key/Value pair
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/client.html
----------------------------------------------------------------------
diff --git a/1.8/examples/client.html b/1.8/examples/client.html
index 87bc87c..d46f50e 100644
--- a/1.8/examples/client.html
+++ b/1.8/examples/client.html
@@ -235,7 +235,7 @@ hello%09; datatypes:xml [LEVEL1|GROUP1] 1358192329450 false -&gt; world
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/combiner.html
----------------------------------------------------------------------
diff --git a/1.8/examples/combiner.html b/1.8/examples/combiner.html
index 255191f..b8ef8fe 100644
--- a/1.8/examples/combiner.html
+++ b/1.8/examples/combiner.html
@@ -222,7 +222,7 @@ hstat is configured for base 16.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/constraints.html
----------------------------------------------------------------------
diff --git a/1.8/examples/constraints.html b/1.8/examples/constraints.html
index 79aa9b5..f400ecf 100644
--- a/1.8/examples/constraints.html
+++ b/1.8/examples/constraints.html
@@ -206,7 +206,7 @@ username@instance testConstraints&gt;
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/dirlist.html
----------------------------------------------------------------------
diff --git a/1.8/examples/dirlist.html b/1.8/examples/dirlist.html
index 2a2d987..229b223 100644
--- a/1.8/examples/dirlist.html
+++ b/1.8/examples/dirlist.html
@@ -291,7 +291,7 @@ Other column family : column qualifier pairs are \u201c~chunk\u201d : chunk size in by
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/export.html
----------------------------------------------------------------------
diff --git a/1.8/examples/export.html b/1.8/examples/export.html
index 86ed179..b1c271c 100644
--- a/1.8/examples/export.html
+++ b/1.8/examples/export.html
@@ -246,7 +246,7 @@ root@test15 table1_copy&gt; scan -t accumulo.metadata -b 5 -c srv:time
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/filedata.html
----------------------------------------------------------------------
diff --git a/1.8/examples/filedata.html b/1.8/examples/filedata.html
index c9fa84f..729b8c2 100644
--- a/1.8/examples/filedata.html
+++ b/1.8/examples/filedata.html
@@ -215,7 +215,7 @@ The example has the following classes:</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/filter.html
----------------------------------------------------------------------
diff --git a/1.8/examples/filter.html b/1.8/examples/filter.html
index 5e26a1b..9f59f2c 100644
--- a/1.8/examples/filter.html
+++ b/1.8/examples/filter.html
@@ -266,7 +266,7 @@ Also, each iterator must have a unique name and priority within each scope.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/helloworld.html
----------------------------------------------------------------------
diff --git a/1.8/examples/helloworld.html b/1.8/examples/helloworld.html
index 9083fac..34ce1b9 100644
--- a/1.8/examples/helloworld.html
+++ b/1.8/examples/helloworld.html
@@ -209,7 +209,7 @@ username@instance hellotable&gt; scan
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/index.html
----------------------------------------------------------------------
diff --git a/1.8/examples/index.html b/1.8/examples/index.html
index 2d58e10..1b74469 100644
--- a/1.8/examples/index.html
+++ b/1.8/examples/index.html
@@ -230,7 +230,7 @@ features of Apache Accumulo.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/isolation.html
----------------------------------------------------------------------
diff --git a/1.8/examples/isolation.html b/1.8/examples/isolation.html
index 6d28afa..8e523d9 100644
--- a/1.8/examples/isolation.html
+++ b/1.8/examples/isolation.html
@@ -200,7 +200,7 @@ finished
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/mapred.html
----------------------------------------------------------------------
diff --git a/1.8/examples/mapred.html b/1.8/examples/mapred.html
index 3cc8663..138e915 100644
--- a/1.8/examples/mapred.html
+++ b/1.8/examples/mapred.html
@@ -307,7 +307,7 @@ WordCount example, then the resulting counts should just double.)</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/maxmutation.html
----------------------------------------------------------------------
diff --git a/1.8/examples/maxmutation.html b/1.8/examples/maxmutation.html
index ec31b36..7d12de7 100644
--- a/1.8/examples/maxmutation.html
+++ b/1.8/examples/maxmutation.html
@@ -200,7 +200,7 @@ ERROR : Constraint violates : ConstraintViolationSummary(constrainClass:org.apac
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/regex.html
----------------------------------------------------------------------
diff --git a/1.8/examples/regex.html b/1.8/examples/regex.html
index 99be352..fae03c8 100644
--- a/1.8/examples/regex.html
+++ b/1.8/examples/regex.html
@@ -210,7 +210,7 @@ dogrow dogcf:dogcq [] 1357844987994 false	dogvalue
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/reservations.html
----------------------------------------------------------------------
diff --git a/1.8/examples/reservations.html b/1.8/examples/reservations.html
index 23e4e8a..dc344e5 100644
--- a/1.8/examples/reservations.html
+++ b/1.8/examples/reservations.html
@@ -218,7 +218,7 @@ the conditional mutation will fail and the example code will retry.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/rgbalancer.html
----------------------------------------------------------------------
diff --git a/1.8/examples/rgbalancer.html b/1.8/examples/rgbalancer.html
index 678c38f..d27e176 100644
--- a/1.8/examples/rgbalancer.html
+++ b/1.8/examples/rgbalancer.html
@@ -319,7 +319,7 @@ function in Java.  Use the RegexGroupBalancer source as an example.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/rowhash.html
----------------------------------------------------------------------
diff --git a/1.8/examples/rowhash.html b/1.8/examples/rowhash.html
index 552462a..aa2a002 100644
--- a/1.8/examples/rowhash.html
+++ b/1.8/examples/rowhash.html
@@ -213,7 +213,7 @@ username@instance&gt;
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/sample.html
----------------------------------------------------------------------
diff --git a/1.8/examples/sample.html b/1.8/examples/sample.html
index 2eac1ef..dcd048f 100644
--- a/1.8/examples/sample.html
+++ b/1.8/examples/sample.html
@@ -364,7 +364,7 @@ on the sample it appears a query would return more than 1000 documents.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/shard.html
----------------------------------------------------------------------
diff --git a/1.8/examples/shard.html b/1.8/examples/shard.html
index 9030355..8ff05c3 100644
--- a/1.8/examples/shard.html
+++ b/1.8/examples/shard.html
@@ -227,7 +227,7 @@ randomly selects one set of 5 terms and queries. It prints the number of matchin
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/tabletofile.html
----------------------------------------------------------------------
diff --git a/1.8/examples/tabletofile.html b/1.8/examples/tabletofile.html
index 7631fe4..5f45b2e 100644
--- a/1.8/examples/tabletofile.html
+++ b/1.8/examples/tabletofile.html
@@ -213,7 +213,7 @@ $
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/terasort.html
----------------------------------------------------------------------
diff --git a/1.8/examples/terasort.html b/1.8/examples/terasort.html
index 49e9865..31e59a1 100644
--- a/1.8/examples/terasort.html
+++ b/1.8/examples/terasort.html
@@ -202,7 +202,7 @@ w[o||:N&amp;H, c:         2 []    QQQQQQQQQQGGGGGGGGGGWWWWWWWWWWMMMMMMMMMMCCCCCC
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/1.8/examples/visibility.html
----------------------------------------------------------------------
diff --git a/1.8/examples/visibility.html b/1.8/examples/visibility.html
index a60b540..249fa19 100644
--- a/1.8/examples/visibility.html
+++ b/1.8/examples/visibility.html
@@ -295,7 +295,7 @@ username@instance vistest&gt;
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/accumulo-website.iml
----------------------------------------------------------------------
diff --git a/accumulo-website.iml b/accumulo-website.iml
deleted file mode 100644
index 8021953..0000000
--- a/accumulo-website.iml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="WEB_MODULE" version="4">
-  <component name="NewModuleRootManager" inherit-compiler-output="true">
-    <exclude-output />
-    <content url="file://$MODULE_DIR$" />
-    <orderEntry type="inheritedJdk" />
-    <orderEntry type="sourceFolder" forTests="false" />
-  </component>
-</module>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/blog/2014/05/03/accumulo-classloader.html
----------------------------------------------------------------------
diff --git a/blog/2014/05/03/accumulo-classloader.html b/blog/2014/05/03/accumulo-classloader.html
index 4bd9c9d..ed475a2 100644
--- a/blog/2014/05/03/accumulo-classloader.html
+++ b/blog/2014/05/03/accumulo-classloader.html
@@ -222,7 +222,7 @@
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/blog/2014/05/27/getting-started-with-accumulo-1.6.0.html
----------------------------------------------------------------------
diff --git a/blog/2014/05/27/getting-started-with-accumulo-1.6.0.html b/blog/2014/05/27/getting-started-with-accumulo-1.6.0.html
index eb94e71..55fc3e1 100644
--- a/blog/2014/05/27/getting-started-with-accumulo-1.6.0.html
+++ b/blog/2014/05/27/getting-started-with-accumulo-1.6.0.html
@@ -210,7 +210,7 @@
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/blog/2014/06/25/scaling-accumulo-with-multivolume-support.html
----------------------------------------------------------------------
diff --git a/blog/2014/06/25/scaling-accumulo-with-multivolume-support.html b/blog/2014/06/25/scaling-accumulo-with-multivolume-support.html
index 16b8c93..7caa6b9 100644
--- a/blog/2014/06/25/scaling-accumulo-with-multivolume-support.html
+++ b/blog/2014/06/25/scaling-accumulo-with-multivolume-support.html
@@ -307,7 +307,7 @@
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/blog/2014/07/09/functional-reads-over-accumulo.html
----------------------------------------------------------------------
diff --git a/blog/2014/07/09/functional-reads-over-accumulo.html b/blog/2014/07/09/functional-reads-over-accumulo.html
index ff2c649..2f32e5f 100644
--- a/blog/2014/07/09/functional-reads-over-accumulo.html
+++ b/blog/2014/07/09/functional-reads-over-accumulo.html
@@ -210,7 +210,7 @@
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/blog/2014/09/02/generating-keystores-for-configuring-accumulo-with-ssl.html
----------------------------------------------------------------------
diff --git a/blog/2014/09/02/generating-keystores-for-configuring-accumulo-with-ssl.html b/blog/2014/09/02/generating-keystores-for-configuring-accumulo-with-ssl.html
index c1cd100..549a3cd 100644
--- a/blog/2014/09/02/generating-keystores-for-configuring-accumulo-with-ssl.html
+++ b/blog/2014/09/02/generating-keystores-for-configuring-accumulo-with-ssl.html
@@ -264,7 +264,7 @@ rpc.javax.net.ssl.trustStorePassword  truststore-password
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/blog/2015/03/20/balancing-groups-of-tablets.html
----------------------------------------------------------------------
diff --git a/blog/2015/03/20/balancing-groups-of-tablets.html b/blog/2015/03/20/balancing-groups-of-tablets.html
index 5f6189a..a6b847e 100644
--- a/blog/2015/03/20/balancing-groups-of-tablets.html
+++ b/blog/2015/03/20/balancing-groups-of-tablets.html
@@ -180,7 +180,7 @@
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/blog/2015/04/06/replicating-data-across-accumulo-clusters.html
----------------------------------------------------------------------
diff --git a/blog/2015/04/06/replicating-data-across-accumulo-clusters.html b/blog/2015/04/06/replicating-data-across-accumulo-clusters.html
index f065ee9..acba7fe 100644
--- a/blog/2015/04/06/replicating-data-across-accumulo-clusters.html
+++ b/blog/2015/04/06/replicating-data-across-accumulo-clusters.html
@@ -212,7 +212,7 @@
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/blog/2016/11/02/durability-performance.html
----------------------------------------------------------------------
diff --git a/blog/2016/11/02/durability-performance.html b/blog/2016/11/02/durability-performance.html
index 9bd35be..5523df4 100644
--- a/blog/2016/11/02/durability-performance.html
+++ b/blog/2016/11/02/durability-performance.html
@@ -321,7 +321,7 @@ problems with Per-durability write ahead logs.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/blog/2016/11/16/simpler-scripts-and-config.html
----------------------------------------------------------------------
diff --git a/blog/2016/11/16/simpler-scripts-and-config.html b/blog/2016/11/16/simpler-scripts-and-config.html
index d2cb255..a1f6103 100644
--- a/blog/2016/11/16/simpler-scripts-and-config.html
+++ b/blog/2016/11/16/simpler-scripts-and-config.html
@@ -310,7 +310,7 @@ Commands:
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/blog/2016/12/19/running-on-fedora-25.html
----------------------------------------------------------------------
diff --git a/blog/2016/12/19/running-on-fedora-25.html b/blog/2016/12/19/running-on-fedora-25.html
index 396ae44..6bb64b4 100644
--- a/blog/2016/12/19/running-on-fedora-25.html
+++ b/blog/2016/12/19/running-on-fedora-25.html
@@ -522,7 +522,7 @@ standards, testing updates, maintaining dependency packages, and more.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/blog/2017/03/06/security-performance-implications.html
----------------------------------------------------------------------
diff --git a/blog/2017/03/06/security-performance-implications.html b/blog/2017/03/06/security-performance-implications.html
index 598fd11..b1461b4 100644
--- a/blog/2017/03/06/security-performance-implications.html
+++ b/blog/2017/03/06/security-performance-implications.html
@@ -435,7 +435,7 @@ configurations with the addition of a query load on the system.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/blog/2017/03/21/happy-anniversary-accumulo.html
----------------------------------------------------------------------
diff --git a/blog/2017/03/21/happy-anniversary-accumulo.html b/blog/2017/03/21/happy-anniversary-accumulo.html
index 3b562c0..a781ae6 100644
--- a/blog/2017/03/21/happy-anniversary-accumulo.html
+++ b/blog/2017/03/21/happy-anniversary-accumulo.html
@@ -169,7 +169,7 @@ over the past years and to those involved before that during its time in the ASF
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/contributor/bylaws.html
----------------------------------------------------------------------
diff --git a/contributor/bylaws.html b/contributor/bylaws.html
index 50c6551..a3ebd9e 100644
--- a/contributor/bylaws.html
+++ b/contributor/bylaws.html
@@ -423,7 +423,7 @@ See the <a href="https://www.apache.org/dev/pmc">PMC Guide</a> for more informat
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/contributor/consensusBuilding.html
----------------------------------------------------------------------
diff --git a/contributor/consensusBuilding.html b/contributor/consensusBuilding.html
index c6b7dee..f4cb735 100644
--- a/contributor/consensusBuilding.html
+++ b/contributor/consensusBuilding.html
@@ -197,7 +197,7 @@ the work under the <a href="/contributor/lazyConsensus">lazy consensus</a> model
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/contributor/contrib-projects.html
----------------------------------------------------------------------
diff --git a/contributor/contrib-projects.html b/contributor/contrib-projects.html
index 0320b36..c5be580 100644
--- a/contributor/contrib-projects.html
+++ b/contributor/contrib-projects.html
@@ -215,7 +215,7 @@ codebase</a> and the related published documentation for versions
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/contributor/git.html
----------------------------------------------------------------------
diff --git a/contributor/git.html b/contributor/git.html
index 3f35378..e84dfce 100644
--- a/contributor/git.html
+++ b/contributor/git.html
@@ -669,7 +669,7 @@ variables</a>.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/contributor/index.html
----------------------------------------------------------------------
diff --git a/contributor/index.html b/contributor/index.html
index f4d4b5b..164e6cc 100644
--- a/contributor/index.html
+++ b/contributor/index.html
@@ -185,7 +185,7 @@ to Accumulo users should go in the <a href="/1.8/accumulo_user_manual.html">Accu
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/contributor/lazyConsensus.html
----------------------------------------------------------------------
diff --git a/contributor/lazyConsensus.html b/contributor/lazyConsensus.html
index 21be206..00eed8c 100644
--- a/contributor/lazyConsensus.html
+++ b/contributor/lazyConsensus.html
@@ -200,7 +200,7 @@ can take some time to get used to.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/contributor/making-release.html
----------------------------------------------------------------------
diff --git a/contributor/making-release.html b/contributor/making-release.html
index 7186b19..62a3823 100644
--- a/contributor/making-release.html
+++ b/contributor/making-release.html
@@ -307,7 +307,7 @@ if this is the latest release of Accumulo.</p>
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4ca5d0ce/contributor/rb.html
----------------------------------------------------------------------
diff --git a/contributor/rb.html b/contributor/rb.html
index be41d62..7a76624 100644
--- a/contributor/rb.html
+++ b/contributor/rb.html
@@ -252,7 +252,7 @@ They should be in the form of a patch containing a single commit,
         
 <footer>
 
-  <p><a href="http://apache.org/foundation/contributing.html"><img src="/images/apache-support-logo.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>