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 2016/04/22 05:15:43 UTC

[02/29] accumulo git commit: Simplify links

Simplify links

Remove unnecessary .html portions of Apache links
Make broken links relative to site.baseurl


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

Branch: refs/heads/gh-pages
Commit: 2da845a93ec9c3a48c9269367011f326e5b196d4
Parents: 5816884
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Apr 21 19:45:49 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Apr 21 19:45:49 2016 -0400

----------------------------------------------------------------------
 1.4/examples/index.md           | 28 ++++++++---------
 1.5/examples/index.md           | 44 +++++++++++++-------------
 1.6/examples/index.md           | 46 +++++++++++++--------------
 1.7/examples/index.md           | 46 +++++++++++++--------------
 _includes/nav.html              | 60 ++++++++++++++++++------------------
 bylaws.md                       | 28 ++++++++---------
 contrib.md                      |  8 ++---
 doap_Accumulo.rdf               |  2 +-
 downloads/index.md              | 10 +++---
 get_involved.md                 | 12 ++++----
 git.md                          |  8 ++---
 governance/consensusBuilding.md |  2 +-
 governance/lazyConsensus.md     |  2 +-
 governance/releasing.md         |  2 +-
 governance/voting.md            |  6 ++--
 index.md                        |  2 +-
 notable_features.md             | 12 ++++----
 old_documentation.md            |  2 +-
 projects.md                     |  4 +--
 rb.md                           |  8 ++---
 release_notes/1.5.3.md          |  2 +-
 release_notes/1.6.1.md          |  2 +-
 release_notes/1.6.2.md          |  4 +--
 release_notes/1.6.3.md          |  6 ++--
 release_notes/1.7.0.md          |  6 ++--
 release_notes/index.md          | 24 +++++++--------
 releasing.md                    | 10 +++---
 source.md                       | 18 +++++------
 user-manual/latest.md           |  2 +-
 verifying_releases.md           |  8 ++---
 versioning.md                   |  2 +-
 31 files changed, 208 insertions(+), 208 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/1.4/examples/index.md
----------------------------------------------------------------------
diff --git a/1.4/examples/index.md b/1.4/examples/index.md
index 3da8e00..a3da874 100644
--- a/1.4/examples/index.md
+++ b/1.4/examples/index.md
@@ -21,30 +21,30 @@ Commands intended to be run in bash are prefixed by '$'.  These are always assum
 
 Commands intended to be run in the Accumulo shell are prefixed by '>'.
 
-[1]: {{ site.baseurl }}/1.4/user_manual/Accumulo_Shell.html#User_Administration
-[batch](batch.html)
+[1]: {{ site.baseurl }}/1.4/user_manual/Accumulo_Shell#User_Administration
+[batch](batch)
 
-[bloom](bloom.html)
+[bloom](bloom)
 
-[bulkIngest](bulkIngest.html)
+[bulkIngest](bulkIngest)
 
-[combiner](combiner.html)
+[combiner](combiner)
 
-[constraints](constraints.html)
+[constraints](constraints)
 
-[dirlist](dirlist.html)
+[dirlist](dirlist)
 
-[filedata](filedata.html)
+[filedata](filedata)
 
-[filter](filter.html)
+[filter](filter)
 
-[helloworld](helloworld.html)
+[helloworld](helloworld)
 
-[isolation](isolation.html)
+[isolation](isolation)
 
-[mapred](mapred.html)
+[mapred](mapred)
 
-[shard](shard.html)
+[shard](shard)
 
-[visibility](visibility.html)
+[visibility](visibility)
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/1.5/examples/index.md
----------------------------------------------------------------------
diff --git a/1.5/examples/index.md b/1.5/examples/index.md
index 29bc106..784c2ea 100644
--- a/1.5/examples/index.md
+++ b/1.5/examples/index.md
@@ -25,58 +25,58 @@ Commands intended to be run in the Accumulo shell are prefixed by '>'.
 Each README in the examples directory highlights the use of particular 
 features of Apache Accumulo.
 
-   [batch](batch.html):       Using the batch writer and batch scanner.
+   [batch](batch):       Using the batch writer and batch scanner.
 
-   [bloom](bloom.html):       Creating a bloom filter enabled table to increase query 
+   [bloom](bloom):       Creating a bloom filter enabled table to increase query 
                        performance.
 
-   [bulkIngest](bulkIngest.html):  Ingesting bulk data using map/reduce jobs on Hadoop.
+   [bulkIngest](bulkIngest):  Ingesting bulk data using map/reduce jobs on Hadoop.
 
-   [classpath](classpath.html):   Using per-table classpaths.
+   [classpath](classpath):   Using per-table classpaths.
 
-   [client](client.html):      Using table operations, reading and writing data in Java.
+   [client](client):      Using table operations, reading and writing data in Java.
 
-   [combiner](combiner.html):    Using example StatsCombiner to find min, max, sum, and 
+   [combiner](combiner):    Using example StatsCombiner to find min, max, sum, and 
                        count.
 
-   [constraints](constraints.html): Using constraints with tables.
+   [constraints](constraints): Using constraints with tables.
 
-   [dirlist](dirlist.html):     Storing filesystem information.
+   [dirlist](dirlist):     Storing filesystem information.
 
-   [export](export.html):      Exporting and importing tables.
+   [export](export):      Exporting and importing tables.
 
-   [filedata](filedata.html):    Storing file data.
+   [filedata](filedata):    Storing file data.
 
-   [filter](filter.html):      Using the AgeOffFilter to remove records more than 30 
+   [filter](filter):      Using the AgeOffFilter to remove records more than 30 
                        seconds old.
 
-   [helloworld](helloworld.html):  Inserting records both inside map/reduce jobs and 
+   [helloworld](helloworld):  Inserting records both inside map/reduce jobs and 
                        outside. And reading records between two rows.
 
-   [isolation](isolation.html):   Using the isolated scanner to ensure partial changes 
+   [isolation](isolation):   Using the isolated scanner to ensure partial changes 
                        are not seen.
 
-   [mapred](mapred.html):      Using MapReduce to read from and write to Accumulo 
+   [mapred](mapred):      Using MapReduce to read from and write to Accumulo 
                        tables.
 
-   [maxmutation](maxmutation.html): Limiting mutation size to avoid running out of memory.
+   [maxmutation](maxmutation): Limiting mutation size to avoid running out of memory.
 
-   [regex](regex.html):       Using MapReduce and Accumulo to find data using regular
+   [regex](regex):       Using MapReduce and Accumulo to find data using regular
                        expressions.
 
-   [rowhash](rowhash.html):     Using MapReduce to read a table and write to a new 
+   [rowhash](rowhash):     Using MapReduce to read a table and write to a new 
                        column in the same table.
 
-   [shard](shard.html):       Using the intersecting iterator with a term index 
+   [shard](shard):       Using the intersecting iterator with a term index 
                        partitioned by document.
 
-   [tabletofile](tabletofile.html): Using MapReduce to read a table and write one of its
+   [tabletofile](tabletofile): Using MapReduce to read a table and write one of its
                        columns to a file in HDFS.
 
-   [terasort](terasort.html):    Generating random data and sorting it using Accumulo.  
+   [terasort](terasort):    Generating random data and sorting it using Accumulo.  
 
-   [visibility](visibility.html):  Using visibilities (or combinations of authorizations). 
+   [visibility](visibility):  Using visibilities (or combinations of authorizations). 
                        Also shows user permissions.
 
 
-[1]: {{ site.baseurl }}/1.5/accumulo_user_manual.html#_user_administration
+[1]: {{ site.baseurl }}/1.5/accumulo_user_manual#_user_administration

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/1.6/examples/index.md
----------------------------------------------------------------------
diff --git a/1.6/examples/index.md b/1.6/examples/index.md
index c2738ba..ab73eb2 100644
--- a/1.6/examples/index.md
+++ b/1.6/examples/index.md
@@ -24,60 +24,60 @@ Commands intended to be run in the Accumulo shell are prefixed by '>'.
 Each README in the examples directory highlights the use of particular
 features of Apache Accumulo.
 
-   [batch](batch.html):       Using the batch writer and batch scanner.
+   [batch](batch):       Using the batch writer and batch scanner.
 
-   [bloom](bloom.html):       Creating a bloom filter enabled table to increase query
+   [bloom](bloom):       Creating a bloom filter enabled table to increase query
                        performance.
 
-   [bulkIngest](bulkIngest.html):  Ingesting bulk data using map/reduce jobs on Hadoop.
+   [bulkIngest](bulkIngest):  Ingesting bulk data using map/reduce jobs on Hadoop.
 
-   [classpath](classpath.html):   Using per-table classpaths.
+   [classpath](classpath):   Using per-table classpaths.
 
-   [client](client.html):      Using table operations, reading and writing data in Java.
+   [client](client):      Using table operations, reading and writing data in Java.
 
-   [combiner](combiner.html):    Using example StatsCombiner to find min, max, sum, and
+   [combiner](combiner):    Using example StatsCombiner to find min, max, sum, and
                        count.
 
-   [constraints](constraints.html): Using constraints with tables.
+   [constraints](constraints): Using constraints with tables.
 
-   [dirlist](dirlist.html):     Storing filesystem information.
+   [dirlist](dirlist):     Storing filesystem information.
 
-   [export](export.html):      Exporting and importing tables.
+   [export](export):      Exporting and importing tables.
 
-   [filedata](filedata.html):    Storing file data.
+   [filedata](filedata):    Storing file data.
 
-   [filter](filter.html):      Using the AgeOffFilter to remove records more than 30
+   [filter](filter):      Using the AgeOffFilter to remove records more than 30
                        seconds old.
 
-   [helloworld](helloworld.html):  Inserting records both inside map/reduce jobs and
+   [helloworld](helloworld):  Inserting records both inside map/reduce jobs and
                        outside. And reading records between two rows.
 
-   [isolation](isolation.html):   Using the isolated scanner to ensure partial changes
+   [isolation](isolation):   Using the isolated scanner to ensure partial changes
                        are not seen.
 
-   [mapred](mapred.html):      Using MapReduce to read from and write to Accumulo
+   [mapred](mapred):      Using MapReduce to read from and write to Accumulo
                        tables.
 
-   [maxmutation](maxmutation.html): Limiting mutation size to avoid running out of memory.
+   [maxmutation](maxmutation): Limiting mutation size to avoid running out of memory.
 
-   [regex](regex.html):       Using MapReduce and Accumulo to find data using regular
+   [regex](regex):       Using MapReduce and Accumulo to find data using regular
                        expressions.
 
-   [reservations](reservations.html): Using conditional mutations to implement a reservation service.
+   [reservations](reservations): Using conditional mutations to implement a reservation service.
 
-   [rowhash](rowhash.html):     Using MapReduce to read a table and write to a new
+   [rowhash](rowhash):     Using MapReduce to read a table and write to a new
                        column in the same table.
 
-   [shard](shard.html):       Using the intersecting iterator with a term index
+   [shard](shard):       Using the intersecting iterator with a term index
                        partitioned by document.
 
-   [tabletofile](tabletofile.html): Using MapReduce to read a table and write one of its
+   [tabletofile](tabletofile): Using MapReduce to read a table and write one of its
                        columns to a file in HDFS.
 
-   [terasort](terasort.html):    Generating random data and sorting it using Accumulo.
+   [terasort](terasort):    Generating random data and sorting it using Accumulo.
 
-   [visibility](visibility.html):  Using visibilities (or combinations of authorizations).
+   [visibility](visibility):  Using visibilities (or combinations of authorizations).
                        Also shows user permissions.
 
 
-[1]: {{ site.baseurl }}/1.6/accumulo_user_manual.html#_user_administration
+[1]: {{ site.baseurl }}/1.6/accumulo_user_manual#_user_administration

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/1.7/examples/index.md
----------------------------------------------------------------------
diff --git a/1.7/examples/index.md b/1.7/examples/index.md
index d07c21d..04d5a71 100644
--- a/1.7/examples/index.md
+++ b/1.7/examples/index.md
@@ -24,60 +24,60 @@ Commands intended to be run in the Accumulo shell are prefixed by '>'.
 Each README in the examples directory highlights the use of particular
 features of Apache Accumulo.
 
-   [batch](batch.html):       Using the batch writer and batch scanner.
+   [batch](batch):       Using the batch writer and batch scanner.
 
-   [bloom](bloom.html):       Creating a bloom filter enabled table to increase query
+   [bloom](bloom):       Creating a bloom filter enabled table to increase query
                        performance.
 
-   [bulkIngest](bulkIngest.html):  Ingesting bulk data using map/reduce jobs on Hadoop.
+   [bulkIngest](bulkIngest):  Ingesting bulk data using map/reduce jobs on Hadoop.
 
-   [classpath](classpath.html):   Using per-table classpaths.
+   [classpath](classpath):   Using per-table classpaths.
 
-   [client](client.html):      Using table operations, reading and writing data in Java.
+   [client](client):      Using table operations, reading and writing data in Java.
 
-   [combiner](combiner.html):    Using example StatsCombiner to find min, max, sum, and
+   [combiner](combiner):    Using example StatsCombiner to find min, max, sum, and
                        count.
 
-   [constraints](constraints.html): Using constraints with tables.
+   [constraints](constraints): Using constraints with tables.
 
-   [dirlist](dirlist.html):     Storing filesystem information.
+   [dirlist](dirlist):     Storing filesystem information.
 
-   [export](export.html):      Exporting and importing tables.
+   [export](export):      Exporting and importing tables.
 
-   [filedata](filedata.html):    Storing file data.
+   [filedata](filedata):    Storing file data.
 
-   [filter](filter.html):      Using the AgeOffFilter to remove records more than 30
+   [filter](filter):      Using the AgeOffFilter to remove records more than 30
                        seconds old.
 
-   [helloworld](helloworld.html):  Inserting records both inside map/reduce jobs and
+   [helloworld](helloworld):  Inserting records both inside map/reduce jobs and
                        outside. And reading records between two rows.
 
-   [isolation](isolation.html):   Using the isolated scanner to ensure partial changes
+   [isolation](isolation):   Using the isolated scanner to ensure partial changes
                        are not seen.
 
-   [mapred](mapred.html):      Using MapReduce to read from and write to Accumulo
+   [mapred](mapred):      Using MapReduce to read from and write to Accumulo
                        tables.
 
-   [maxmutation](maxmutation.html): Limiting mutation size to avoid running out of memory.
+   [maxmutation](maxmutation): Limiting mutation size to avoid running out of memory.
 
-   [regex](regex.html):       Using MapReduce and Accumulo to find data using regular
+   [regex](regex):       Using MapReduce and Accumulo to find data using regular
                        expressions.
 
-   [reservations](reservations.html): Using conditional mutations to implement a reservation service.
+   [reservations](reservations): Using conditional mutations to implement a reservation service.
 
-   [rowhash](rowhash.html):     Using MapReduce to read a table and write to a new
+   [rowhash](rowhash):     Using MapReduce to read a table and write to a new
                        column in the same table.
 
-   [shard](shard.html):       Using the intersecting iterator with a term index
+   [shard](shard):       Using the intersecting iterator with a term index
                        partitioned by document.
 
-   [tabletofile](tabletofile.html): Using MapReduce to read a table and write one of its
+   [tabletofile](tabletofile): Using MapReduce to read a table and write one of its
                        columns to a file in HDFS.
 
-   [terasort](terasort.html):    Generating random data and sorting it using Accumulo.
+   [terasort](terasort):    Generating random data and sorting it using Accumulo.
 
-   [visibility](visibility.html):  Using visibilities (or combinations of authorizations).
+   [visibility](visibility):  Using visibilities (or combinations of authorizations).
                        Also shows user permissions.
 
 
-[1]: ../accumulo_user_manual.html#_user_administration
+[1]: ../accumulo_user_manual#_user_administration

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/_includes/nav.html
----------------------------------------------------------------------
diff --git a/_includes/nav.html b/_includes/nav.html
index 05e8844..8a5eacc 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -7,7 +7,7 @@
         <span class="icon-bar"></span>
         <span class="icon-bar"></span>
       </button>
-      <a class="navbar-brand" href="{{ site.baseurl }}/index.html">Accumulo</a>
+      <a class="navbar-brand" href="{{ site.baseurl }}/">Accumulo</a>
     </div>
     <div class="collapse navbar-collapse" id="navbar-items">
       <ul class="nav navbar-nav">
@@ -16,36 +16,36 @@
         <ul class="dropdown-menu">
           <li id="nav_index"><a href="{{ site.baseurl }}/">Home</a></li>
           <li id="nav_downloads"><a href="{{ site.baseurl }}/downloads/">Downloads</a></li>
-          <li id="nav_features"><a href="{{ site.baseurl }}/notable_features.html">Features</a></li>
+          <li id="nav_features"><a href="{{ site.baseurl }}/notable_features">Features</a></li>
           <li><a href="http://www.apache.org/licenses/LICENSE-2.0"><i class="fa fa-external-link"></i> License</a></li>
         </ul>
         </li>
         <li class="dropdown">
         <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
         <ul class="dropdown-menu">
-          <li id="nav_getinvolved"><a href="{{ site.baseurl }}/get_involved.html">Get Involved</a></li>
-          <li id="nav_mailinglists"><a href="{{ site.baseurl }}/mailing_list.html">Mailing Lists</a></li>
-          <li id="nav_people"><a href="{{ site.baseurl }}/people.html">People</a></li>
+          <li id="nav_getinvolved"><a href="{{ site.baseurl }}/get_involved">Get Involved</a></li>
+          <li id="nav_mailinglists"><a href="{{ site.baseurl }}/mailing_list">Mailing Lists</a></li>
+          <li id="nav_people"><a href="{{ site.baseurl }}/people">People</a></li>
           <li id="nav_blog"><a href="https://blogs.apache.org/accumulo/">Blog</a></li>
           <li class="divider"></li>
           <li class="dropdown-header">Governance</li>
-          <li id="nav_bylaws"><a href="{{ site.baseurl }}/bylaws.html">Bylaws</a></li>
-          <li id="nav_consensusbuilding"><a href="{{ site.baseurl }}/governance/consensusBuilding.html">Consensus Building</a></li>
-          <li id="nav_lazyconsensus"><a href="{{ site.baseurl }}/governance/lazyConsensus.html">Lazy Consensus</a></li>
-          <li id="nav_govreleasing"><a href="{{ site.baseurl }}/governance/releasing.html">Releasing</a></li>
-          <li id="nav_voting"><a href="{{ site.baseurl }}/governance/voting.html">Voting</a></li>
+          <li id="nav_bylaws"><a href="{{ site.baseurl }}/bylaws">Bylaws</a></li>
+          <li id="nav_consensusbuilding"><a href="{{ site.baseurl }}/governance/consensusBuilding">Consensus Building</a></li>
+          <li id="nav_lazyconsensus"><a href="{{ site.baseurl }}/governance/lazyConsensus">Lazy Consensus</a></li>
+          <li id="nav_govreleasing"><a href="{{ site.baseurl }}/governance/releasing">Releasing</a></li>
+          <li id="nav_voting"><a href="{{ site.baseurl }}/governance/voting">Voting</a></li>
         </ul>
         </li>
         <li class="dropdown">
         <a class="dropdown-toggle" data-toggle="dropdown" href="#">Development<span class="caret"></span></a>
         <ul class="dropdown-menu">
-          <li id="nav_source"><a href="{{ site.baseurl }}/source.html">Source &amp; Guide</a></li>
-          <li id="nav_git"><a href="{{ site.baseurl }}/git.html">Git Workflow</a></li>
-          <li id="nav_versioning"><a href="{{  site.baseurl  }}/versioning.html">Versioning</a></li>
-          <li id="nav_contrib"><a href="{{  site.baseurl }}/contrib.html">Contrib Projects</a></li>
-          <li id="nav_rb"><a href="{{ site.baseurl }}/rb.html">Review Board</a></li>
-          <li id="nav_releasing"><a href="{{ site.baseurl }}/releasing.html">Making Releases</a></li>
-          <li id="nav_verify_release"><a href="{{ site.baseurl }}/verifying_releases.html">Verifying Releases</a></li>
+          <li id="nav_source"><a href="{{ site.baseurl }}/source">Source &amp; Guide</a></li>
+          <li id="nav_git"><a href="{{ site.baseurl }}/git">Git Workflow</a></li>
+          <li id="nav_versioning"><a href="{{  site.baseurl  }}/versioning">Versioning</a></li>
+          <li id="nav_contrib"><a href="{{  site.baseurl }}/contrib">Contrib Projects</a></li>
+          <li id="nav_rb"><a href="{{ site.baseurl }}/rb">Review Board</a></li>
+          <li id="nav_releasing"><a href="{{ site.baseurl }}/releasing">Making Releases</a></li>
+          <li id="nav_verify_release"><a href="{{ site.baseurl }}/verifying_releases">Verifying Releases</a></li>
           <li><a href="https://issues.apache.org/jira/browse/accumulo"><i class="fa fa-external-link"></i> Issues</a></li>
           <li><a href="https://builds.apache.org/view/A-D/view/Accumulo/"><i class="fa fa-external-link"></i> Builds</a></li>
         </ul>
@@ -54,8 +54,8 @@
         <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
         <ul class="dropdown-menu">
           <li class="dropdown-header">Manual</li>
-          <li><a href="{{ site.baseurl }}/1.6/accumulo_user_manual.html">1.6</a></li>
-          <li><a href="{{ site.baseurl }}/1.7/accumulo_user_manual.html">1.7</a></li>
+          <li><a href="{{ site.baseurl }}/1.6/accumulo_user_manual">1.6</a></li>
+          <li><a href="{{ site.baseurl }}/1.7/accumulo_user_manual">1.7</a></li>
           <li class="divider"></li>
           <li class="dropdown-header">Javadoc</li>
           <li><a href="{{ site.baseurl }}/1.6/apidocs">1.6</a></li>
@@ -65,17 +65,17 @@
           <li id="nav_examples_1_6"><a href="{{ site.baseurl }}/1.6/examples">1.6</a></li>
           <li id="nav_examples_1_7"><a href="{{ site.baseurl }}/1.7/examples">1.7</a></li>
           <li class="divider"></li>
-          <li id="old_documentation"><a href="{{ site.baseurl }}/old_documentation.html">Docs for Older Verisons</a></li>
-          <li id="nav_screenshots"><a href="{{ site.baseurl }}/screenshots.html">Screenshots</a></li>
-          <li id="nav_papers"><a href="{{ site.baseurl }}/papers.html">Papers &amp; Other Links</a></li>
-          <li id="nav_glossary"><a href="{{ site.baseurl }}/glossary.html">Glossary</a></li>
+          <li id="old_documentation"><a href="{{ site.baseurl }}/old_documentation">Docs for Older Verisons</a></li>
+          <li id="nav_screenshots"><a href="{{ site.baseurl }}/screenshots">Screenshots</a></li>
+          <li id="nav_papers"><a href="{{ site.baseurl }}/papers">Papers &amp; Other Links</a></li>
+          <li id="nav_glossary"><a href="{{ site.baseurl }}/glossary">Glossary</a></li>
         </ul>
         </li>
         <li class="dropdown">
         <a class="dropdown-toggle" data-toggle="dropdown" href="#">Release Notes<span class="caret"></span></a>
         <ul class="dropdown-menu">
-          <li><a href="{{ site.baseurl }}/release_notes/1.7.1.html">1.7.1</a></li>
-          <li><a href="{{ site.baseurl }}/release_notes/1.6.5.html">1.6.5</a></li>
+          <li><a href="{{ site.baseurl }}/release_notes/1.7.1">1.7.1</a></li>
+          <li><a href="{{ site.baseurl }}/release_notes/1.6.5">1.6.5</a></li>
           <li class="divider"></li>
           <li><a href="{{ site.baseurl }}/release_notes/">Archives</a></li>
         </ul>
@@ -83,18 +83,18 @@
         <li class="dropdown">
         <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span class="caret"></span></a>
           <ul class="dropdown-menu">
-            <li><a href="{{ site.baseurl }}/papers.html">Papers &amp; Presentations</a></li>
-            <li><a href="{{ site.baseurl }}/projects.html">Community Projects</a></li>
+            <li><a href="{{ site.baseurl }}/papers">Papers &amp; Presentations</a></li>
+            <li><a href="{{ site.baseurl }}/projects">Community Projects</a></li>
           </ul>
           </li>
           <li class="dropdown">
           <a class="dropdown-toggle" data-toggle="dropdown" href="#">ASF Links<span class="caret"></span></a>
           <ul class="dropdown-menu">
             <li><a href="http://www.apache.org"><i class="fa fa-external-link"></i> Apache Software Foundation</a></li>
-            <li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="fa fa-external-link"></i> Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship"><i class="fa fa-external-link"></i> Sponsorship</a></li>
             <li><a href="http://www.apache.org/security/"><i class="fa fa-external-link"></i> Security</a></li>
-            <li><a href="http://www.apache.org/foundation/thanks.html"><i class="fa fa-external-link"></i> Thanks</a></li>
-            <li><a href="http://www.apache.org/foundation/policies/conduct.html"><i class="fa fa-external-link"></i> Code of Conduct</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks"><i class="fa fa-external-link"></i> Thanks</a></li>
+            <li><a href="http://www.apache.org/foundation/policies/conduct"><i class="fa fa-external-link"></i> Code of Conduct</a></li>
           </ul>
           </li>
         </ul>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/bylaws.md
----------------------------------------------------------------------
diff --git a/bylaws.md b/bylaws.md
index c900138..355374c 100644
--- a/bylaws.md
+++ b/bylaws.md
@@ -150,7 +150,7 @@ These are the types of approvals that can be sought. Different actions require d
   </tr>
   <tr>
     <td>Lazy Approval (or Lazy Consensus)</td>
-    <td>An action with lazy approval is implicitly allowed unless a -1 vote is received, at which time, depending on the type of action, either majority approval or consensus approval must be obtained.  Lazy Approval can be either <em>stated</em> or <em>assumed</em>, as detailed on the <a href="governance/lazyConsensus.html">lazy consensus page</a>.</td>
+    <td>An action with lazy approval is implicitly allowed unless a -1 vote is received, at which time, depending on the type of action, either majority approval or consensus approval must be obtained.  Lazy Approval can be either <em>stated</em> or <em>assumed</em>, as detailed on the <a href="governance/lazyConsensus">lazy consensus page</a>.</td>
   </tr>
 </table>
 
@@ -262,19 +262,19 @@ After feature freeze, new features should not be accepted for the release. After
 All dates in a plan are estimates, as unforeseen issues may require delays. The release manager may adjust dates as needed. In serious circumstances, the release manager may opt to call a re-plan vote.
 
 [foundation]: http://www.apache.org/foundation/
-[foundation-faq]: http://www.apache.org/foundation/faq.html
+[foundation-faq]: http://www.apache.org/foundation/faq
 [incubator]: http://incubator.apache.org
-[glossary]: http://www.apache.org/foundation/glossary.html
+[glossary]: http://www.apache.org/foundation/glossary
 [icla]: http://www.apache.org/licenses/icla.txt
-[committer-faq]: http://www.apache.org/dev/committers.html
-[pmc-howto]: http://apache.org/foundation/how-it-works.html#pmc
-[release-management]: http://www.apache.org/dev/release.html#management
-[pmc-guide]: http://www.apache.org/dev/pmc.html
-[release-pub]: https://www.apache.org/dev/release-publishing.html
-[release-manager]: https://www.apache.org/dev/release-publishing.html#release_manager
-[release-guidelines]: governance/releasing.html
-[release-mechanics]: releasing.html
-[voting]: governance/voting.html
+[committer-faq]: http://www.apache.org/dev/committers
+[pmc-howto]: http://apache.org/foundation/how-it-works#pmc
+[release-management]: http://www.apache.org/dev/release#management
+[pmc-guide]: http://www.apache.org/dev/pmc
+[release-pub]: https://www.apache.org/dev/release-publishing
+[release-manager]: https://www.apache.org/dev/release-publishing#release_manager
+[release-guidelines]: governance/releasing
+[release-mechanics]: releasing
+[voting]: governance/voting
 [ctr]: #CTR
-[committer-terms]: http://www.apache.org/dev/committers.html#committer-set-term
-[pmc-removal]: http://www.apache.org/dev/pmc.html#pmc-removal
+[committer-terms]: http://www.apache.org/dev/committers#committer-set-term
+[pmc-removal]: http://www.apache.org/dev/pmc#pmc-removal

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/contrib.md
----------------------------------------------------------------------
diff --git a/contrib.md b/contrib.md
index 0d07a27..030cc1e 100644
--- a/contrib.md
+++ b/contrib.md
@@ -74,16 +74,16 @@ codebase][examples-simple] and the related published documentation for versions
 [instamo-browse]: https://git-wip-us.apache.org/repos/asf?p=accumulo-instamo-archetype.git;a=summary
 [instamo-checkout]: https://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype.git
 [maven-proj]: http://maven.apache.org
-[wikisearch]: example/wikisearch.html
+[wikisearch]: example/wikisearch
 [wikisearch-browse]: https://git-wip-us.apache.org/repos/asf?p=accumulo-wikisearch.git;a=summary
 [wikisearch-checkout]: https://git-wip-us.apache.org/repos/asf/accumulo-wikisearch.git
-[bsp-alg]: http://hama.apache.org/hama_bsp_tutorial.html
+[bsp-alg]: http://hama.apache.org/hama_bsp_tutorial
 [hama]: http://hama.apache.org
 [bsp-browse]: https://git-wip-us.apache.org/repos/asf?p=accumulo-bsp.git;a=summary
 [bsp-checkout]: https://git-wip-us.apache.org/repos/asf/accumulo-bsp.git
-[git-process]: git.html#the-implementation
+[git-process]: git#the-implementation
 [jira-component]: https://issues.apache.org/jira/browse/ACCUMULO/component/12316610
-[mailing-list]: mailing_list.html
+[mailing-list]: mailing_list
 [mail-with-subj]: mailto:dev@accumulo.apache.org?subject=[Accumulo+Contrib+Proposal]
 [examples-simple]: https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=tree;f=examples/simple;
 [16EXAMPLES]: 1.6/examples/

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/doap_Accumulo.rdf
----------------------------------------------------------------------
diff --git a/doap_Accumulo.rdf b/doap_Accumulo.rdf
index 5b6cbc3..47b8297 100644
--- a/doap_Accumulo.rdf
+++ b/doap_Accumulo.rdf
@@ -29,7 +29,7 @@
     <asfext:pmc rdf:resource="http://accumulo.apache.org" />
     <description>The Apache Accumulo sorted, distributed key/value store is based on Google's BigTable design. It is built on top of Apache Hadoop, Zookeeper, and Thrift. It features a few novel improvements on the BigTable design in the form of cell-level access labels and a server-side programming mechanism that can modify key/value pairs at various points in the data management process.</description>
     <bug-database rdf:resource="https://issues.apache.org/jira/browse/ACCUMULO" />
-    <mailing-list rdf:resource="http://accumulo.apache.org/mailing_list.html" />
+    <mailing-list rdf:resource="http://accumulo.apache.org/mailing_list" />
     <download-page rdf:resource="http://accumulo.apache.org/downloads" />
     <programming-language>Java</programming-language>
     <category rdf:resource="http://projects.apache.org/category/database" />

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/downloads/index.md
----------------------------------------------------------------------
diff --git a/downloads/index.md b/downloads/index.md
index 88fe228..374056f 100644
--- a/downloads/index.md
+++ b/downloads/index.md
@@ -147,12 +147,12 @@ For convenience, [MD5][MD5SUM_16] and [SHA1][SHA1SUM_16] hashes are also availab
 Older releases can be found in the [archives][ARCHIVES].
 
 
-[VERIFY_PROCEDURES]: https://www.apache.org/info/verification.html "Verify"
+[VERIFY_PROCEDURES]: https://www.apache.org/info/verification "Verify"
 [GPG_KEYS]: https://www.apache.org/dist/accumulo/KEYS "KEYS"
 [ARCHIVES]: https://archive.apache.org/dist/accumulo/
 
-[MANUAL_HTML_16]: {{ site.baseurl }}/1.6/accumulo_user_manual.html "1.6 user manual"
-[MANUAL_HTML_17]: {{ site.baseurl }}/1.7/accumulo_user_manual.html "1.7 user manual"
+[MANUAL_HTML_16]: {{ site.baseurl }}/1.6/accumulo_user_manual "1.6 user manual"
+[MANUAL_HTML_17]: {{ site.baseurl }}/1.7/accumulo_user_manual "1.7 user manual"
 
 [EXAMPLES_16]: {{ site.baseurl }}/1.6/examples "1.6 examples"
 [EXAMPLES_17]: {{ site.baseurl }}/1.7/examples "1.7 examples"
@@ -160,8 +160,8 @@ Older releases can be found in the [archives][ARCHIVES].
 [CHANGES_16]: https://issues.apache.org/jira/browse/ACCUMULO/fixforversion/12333674 "1.6.5 CHANGES"
 [CHANGES_17]: https://issues.apache.org/jira/browse/ACCUMULO/fixforversion/12329940 "1.7.1 CHANGES"
 
-[REL_NOTES_16]: {{ site.baseurl }}/release_notes/1.6.5.html "1.6.5 Release Notes"
-[REL_NOTES_17]: {{ site.baseurl }}/release_notes/1.7.1.html "1.7.1 Release Notes"
+[REL_NOTES_16]: {{ site.baseurl }}/release_notes/1.6.5 "1.6.5 Release Notes"
+[REL_NOTES_17]: {{ site.baseurl }}/release_notes/1.7.1 "1.7.1 Release Notes"
 
 [MD5SUM_16]: https://www.apache.org/dist/accumulo/1.6.5/MD5SUM "1.6.5 MD5 file hashes"
 [MD5SUM_17]: https://www.apache.org/dist/accumulo/1.7.1/MD5SUM "1.7.1 MD5 file hashes"

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/get_involved.md
----------------------------------------------------------------------
diff --git a/get_involved.md b/get_involved.md
index b99c4ef..d8e0e90 100644
--- a/get_involved.md
+++ b/get_involved.md
@@ -85,12 +85,12 @@ to approve a release.
 
 
   [1]: http://s.apache.org/newbie_accumulo_tickets
-  [2]: {{ site.baseurl }}/mailing_list.html
+  [2]: {{ site.baseurl }}/mailing_list
   [3]: http://www.meetup.com/find/?keywords=accumulo
-  [4]: {{ site.baseurl }}/source.html
+  [4]: {{ site.baseurl }}/source
   [5]: https://www.ohloh.net/p/accumulo
   [6]: http://www.betaversion.org/~stefano/papers/ac2006.2.pdf
-  [7]: {{ site.baseurl }}/governance/lazyConsensus.html
-  [8]: {{ site.baseurl }}/governance/consensusBuilding.html
-  [9]: {{ site.baseurl }}/governance/lazyConsensus.html
-  [10]: {{ site.baseurl }}/governance/voting.html
+  [7]: {{ site.baseurl }}/governance/lazyConsensus
+  [8]: {{ site.baseurl }}/governance/consensusBuilding
+  [9]: {{ site.baseurl }}/governance/lazyConsensus
+  [10]: {{ site.baseurl }}/governance/voting

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/git.md
----------------------------------------------------------------------
diff --git a/git.md b/git.md
index 0d88884..0167ea9 100644
--- a/git.md
+++ b/git.md
@@ -182,7 +182,7 @@ for large features, release candidates or whatever else is deemed useful.
 
 It is always the responsibility of committers to determine that a patch is
 intended and able to be contributed.  From the
-[new committer's guide](http://www.apache.org/dev/new-committers-guide.html#cla):
+[new committer's guide](http://www.apache.org/dev/new-committers-guide#cla):
 "Please take care to ensure that patches are original works which have been
 clearly contributed to the ASF in public. In the case of any doubt (or when a
 contribution with a more complex history is presented) please consult your
@@ -350,8 +350,8 @@ By convention, the branch containing the changes `z'` should be named
 `x.y` (where the changes for `z'` are commits since `x.y.z`. The steps to take are as follows:
 
 1. Prepare the release candidate. [Release
-   Guide](/governance/releasing.html), [Maven
-   Instructions](/releasing.html)
+   Guide]({{ site.baseurl }}/governance/releasing), [Maven
+   Instructions]({{ site.baseurl }}/releasing)
 2. Create a branch for the release candidate from the `x.y` branch,
    named something like `x.y.z'-RCN`.
 3. Test and Vote
@@ -418,7 +418,7 @@ applied for the [Apache hosted](http://git.apache.org) mirror'ing.
 It should be noted in the INFRA request that commit messages should be sent to
 [commits@accumulo.apache.org](mailto:commits@accumulo.apache.org). The subject
 can be decided on using the [provided
-variables](https://git-wip-us.apache.org/docs/switching-to-git.html#contents).
+variables](https://git-wip-us.apache.org/docs/switching-to-git#contents).
 
 # Examples
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/governance/consensusBuilding.md
----------------------------------------------------------------------
diff --git a/governance/consensusBuilding.md b/governance/consensusBuilding.md
index 986ac4d..d8ebc6f 100644
--- a/governance/consensusBuilding.md
+++ b/governance/consensusBuilding.md
@@ -50,4 +50,4 @@ or not.
 Once there is a clear consensus members of the community can proceed with 
 the work under the [lazy consensus][1] model.
 
-[1]: {{ site.baseurl }}/governance/lazyConsensus.html
+[1]: {{ site.baseurl }}/governance/lazyConsensus

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/governance/lazyConsensus.md
----------------------------------------------------------------------
diff --git a/governance/lazyConsensus.md b/governance/lazyConsensus.md
index 3498e3e..fe13a37 100644
--- a/governance/lazyConsensus.md
+++ b/governance/lazyConsensus.md
@@ -55,4 +55,4 @@ mail - quick and easy to read and reassuring for the implementer. However,
 remember, in a lazy consensus world silence is the equivalent to support. This
 can take some time to get used to.
 
-[1]: {{ site.baseurl }}/governance/consensusBuilding.html
+[1]: {{ site.baseurl }}/governance/consensusBuilding

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/governance/releasing.md
----------------------------------------------------------------------
diff --git a/governance/releasing.md b/governance/releasing.md
index 1fc6ef1..c694242 100644
--- a/governance/releasing.md
+++ b/governance/releasing.md
@@ -48,5 +48,5 @@ The following tests require a Hadoop cluster running a minimum of HDFS, MapReduc
   - Upon successful vote, the new releases can be retagged to remove the RC status and released on the Accumulo webpage.
   - If at any time the tag needs to be remade due to any sort of error, it should be incremented to the next release candidate number.
 
-[1]: {{ site.baseurl }}/versioning.html
+[1]: {{ site.baseurl }}/versioning
 [nexus]: https://repository.apache.org/

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/governance/voting.md
----------------------------------------------------------------------
diff --git a/governance/voting.md b/governance/voting.md
index 14c7583..afd82e6 100644
--- a/governance/voting.md
+++ b/governance/voting.md
@@ -88,6 +88,6 @@ The notation used in voting is:
 [See here for more mail templates][3]
 
 
-[1]: consensusBuilding.html
-[2]: http://apache.org/foundation/voting.html
-[3]: http://community.apache.org/newcommitter.html
+[1]: consensusBuilding
+[2]: http://apache.org/foundation/voting
+[3]: http://community.apache.org/newcommitter

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index c44a8b9..9025bd0 100644
--- a/index.md
+++ b/index.md
@@ -17,7 +17,7 @@ top of Apache [Hadoop][2], [Zookeeper][3], and [Thrift][4].  Apache Accumulo fea
 improvements on the BigTable design in the form of cell-based access control and a server-side
 programming mechanism that can modify key/value pairs at various points in the
 data management process.  Other notable improvements and feature are outlined
-[here](notable_features.html).
+[here](notable_features).
 
 Google published the design of BigTable in 2006.  Several other open source
 projects have implemented aspects of this design including [HBase][5], [Hypertable][6],

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/notable_features.md
----------------------------------------------------------------------
diff --git a/notable_features.md b/notable_features.md
index 0e24209..9aa292f 100644
--- a/notable_features.md
+++ b/notable_features.md
@@ -195,7 +195,7 @@ instance more closely.
 Using the Mini Accumulo Cluster in unit and integration tests is a great way for
 developers to test their applications against Accumulo in an environment that is
 much closer to physical deployments than Mock Accumulo provided. Accumulo 1.6.0 also
-introduced a [maven-accumulo-plugin](/release_notes/1.6.0.html#maven-plugin) which
+introduced a [maven-accumulo-plugin]({{ site.baseurl }}/release_notes/1.6.0#maven-plugin) which
 can be used to start a Mini Accumulo Cluster instance as a part of the Maven
 lifecycle that your application tests can use.
 
@@ -271,8 +271,8 @@ available to other languages like Python, Ruby, C++, etc.
 In version 1.6.0, Accumulo introduced [ConditionalMutations][7]
 which allow users to perform efficient, atomic read-modify-write operations on rows. Conditions can
 be defined using on equality checks of the values in a column or the absence of a column. For more
-information on using this feature, users can reference the Javadoc for [ConditionalMutation](/1.6/apidocs/org/apache/accumulo/core/data/ConditionalMutation.html) and
-[ConditionalWriter](/1.6/apidocs/org/apache/accumulo/core/client/ConditionalWriter.html)
+information on using this feature, users can reference the Javadoc for [ConditionalMutation]({{ site.baseurl }}/1.6/apidocs/org/apache/accumulo/core/data/ConditionalMutation) and
+[ConditionalWriter]({{ site.baseurl }}/1.6/apidocs/org/apache/accumulo/core/client/ConditionalWriter)
 
 ### Lexicoders
 
@@ -441,6 +441,6 @@ Added an operation to efficiently delete a range of rows from a table. Tablets
 that fall completely within a range are simply dropped. Tablets overlapping the
 beginning and end of the range are split, compacted, and then merged.  
 
-[4]: {{ site.baseurl }}/1.5/accumulo_user_manual.html#_writing_accumulo_clients
-[6]: {{ site.baseurl }}/1.5/accumulo_user_manual.html#_bulk_ingest
-[7]: {{ site.baseurl }}/1.6/accumulo_user_manual.html#_conditionalwriter
+[4]: {{ site.baseurl }}/1.5/accumulo_user_manual#_writing_accumulo_clients
+[6]: {{ site.baseurl }}/1.5/accumulo_user_manual#_bulk_ingest
+[7]: {{ site.baseurl }}/1.6/accumulo_user_manual#_conditionalwriter

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/old_documentation.md
----------------------------------------------------------------------
diff --git a/old_documentation.md b/old_documentation.md
index e33799d..4cfaad0 100644
--- a/old_documentation.md
+++ b/old_documentation.md
@@ -26,7 +26,7 @@ This page contains pointers to the documentation for major versions of Accumulo
 * [html manual][MANUAL_HTML_13]
 * [examples][EXAMPLES_13]
 
-[MANUAL_HTML_15]: {{ site.baseurl }}/1.5/accumulo_user_manual.html "1.5 user manual"
+[MANUAL_HTML_15]: {{ site.baseurl }}/1.5/accumulo_user_manual "1.5 user manual"
 [EXAMPLES_15]: {{ site.baseurl }}/1.5/examples "1.5 examples"
 [MANUAL_HTML_14]: {{ site.baseurl }}/1.4/user_manual "1.4 user manual"
 [EXAMPLES_14]: {{ site.baseurl }}/1.4/examples "1.4 examples"

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/projects.md
----------------------------------------------------------------------
diff --git a/projects.md b/projects.md
index 6c3a36e..f90d3ce 100644
--- a/projects.md
+++ b/projects.md
@@ -16,7 +16,7 @@ them visibility to a larger audience. To have you project listed here, send a re
 
 #### Wikisearch 
 
-The [Wikisearch project](/example/wikisearch.html) is a rough example of generalized secondary indexing, both ingest
+The [Wikisearch project]({{ site.baseurl }}/example/wikisearch) is a rough example of generalized secondary indexing, both ingest
 and search, built on top of Apache Accumulo. This write contains more information on the project as well as some
 general performance numbers of the project.
 
@@ -32,7 +32,7 @@ is an application of Accumulo continuous ingest (CI) test on Gora which verifies
 #### ProxyInstance
 
 ProxyInstance is a Java Instance implementation of the Accumulo Instance interface that communicates with
-an Accumulo cluster via an Accumulo Thrift proxy server. [Documentation](http://jhuapl.github.io/accumulo-proxy-instance/proxy_instance_user_manual.html) and
+an Accumulo cluster via an Accumulo Thrift proxy server. [Documentation](http://jhuapl.github.io/accumulo-proxy-instance/proxy_instance_user_manual) and
 [code](https://github.com/JHUAPL/accumulo-proxy-instance) are available.
 
 #### Graphulo

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/rb.md
----------------------------------------------------------------------
diff --git a/rb.md b/rb.md
index 2a75bf7..c06ff57 100644
--- a/rb.md
+++ b/rb.md
@@ -106,7 +106,7 @@ They should be in the form of a patch containing a single commit,
 
 [rbinstance]: https://reviews.apache.org/
 [rb]: http://www.reviewboard.org/
-[bylaws]: http://accumulo.apache.org/bylaws.html
-[ctr]: http://www.apache.org/foundation/glossary.html#CommitThenReview
-[actions]: http://accumulo.apache.org/bylaws.html#actions
-[contributor]: http://accumulo.apache.org/git.html#contributors
+[bylaws]: http://accumulo.apache.org/bylaws
+[ctr]: http://www.apache.org/foundation/glossary#CommitThenReview
+[actions]: http://accumulo.apache.org/bylaws#actions
+[contributor]: http://accumulo.apache.org/git#contributors

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/release_notes/1.5.3.md
----------------------------------------------------------------------
diff --git a/release_notes/1.5.3.md b/release_notes/1.5.3.md
index d6f4fc6..76844ca 100644
--- a/release_notes/1.5.3.md
+++ b/release_notes/1.5.3.md
@@ -130,4 +130,4 @@ Accumulo configuration from `120s` to `240s`.
 [readme]: https://github.com/apache/accumulo/blob/1.5.3/README.md
 [semver]: http://semver.org
 [CHANGES]: https://issues.apache.org/jira/browse/ACCUMULO/fixforversion/12328662
-[REL_152]: {{ site.baseurl }}/release_notes/1.5.2.html
+[REL_152]: {{ site.baseurl }}/release_notes/1.5.2

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/release_notes/1.6.1.md
----------------------------------------------------------------------
diff --git a/release_notes/1.6.1.md b/release_notes/1.6.1.md
index f3b235e..254e14e 100644
--- a/release_notes/1.6.1.md
+++ b/release_notes/1.6.1.md
@@ -206,4 +206,4 @@ and, in HDFS High-Availability instances, forcing NameNode failover.
 [29]: https://issues.apache.org/jira/browse/ACCUMULO-2464
 [30]: https://issues.apache.org/jira/browse/ACCUMULO-3100
 [31]: https://issues.apache.org/jira/browse/ACCUMULO-3030
-[32]: {{ site.baseurl }}/release_notes/1.6.0.html
+[32]: {{ site.baseurl }}/release_notes/1.6.0

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/release_notes/1.6.2.md
----------------------------------------------------------------------
diff --git a/release_notes/1.6.2.md b/release_notes/1.6.2.md
index b4ae847..24e5cbe 100644
--- a/release_notes/1.6.2.md
+++ b/release_notes/1.6.2.md
@@ -188,8 +188,8 @@ and, in HDFS High-Availability instances, forcing NameNode failover.
 
 [1]: http://semver.org
 [2]: https://github.com/apache/accumulo#api
-[3]: http://accumulo.apache.org/release_notes/1.6.0.html
-[4]: http://accumulo.apache.org/release_notes/1.6.1.html
+[3]: http://accumulo.apache.org/release_notes/1.6.0
+[4]: http://accumulo.apache.org/release_notes/1.6.1
 [5]: https://issues.apache.org/jira/browse/ACCUMULO-3218
 [6]: https://issues.apache.org/jira/browse/ACCUMULO-3448
 [7]: https://issues.apache.org/jira/browse/ACCUMULO-2641

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/release_notes/1.6.3.md
----------------------------------------------------------------------
diff --git a/release_notes/1.6.3.md b/release_notes/1.6.3.md
index 344e31d..ea5e24a 100644
--- a/release_notes/1.6.3.md
+++ b/release_notes/1.6.3.md
@@ -124,9 +124,9 @@ HDFS High-Availability instances, forcing NameNode failover.
 </table>
 
 [1]: https://issues.apache.org/jira/browse/HDFS-8406
-[3]: http://accumulo.apache.org/release_notes/1.6.0.html
-[4]: http://accumulo.apache.org/release_notes/1.6.1.html
-[5]: http://accumulo.apache.org/release_notes/1.6.2.html
+[3]: http://accumulo.apache.org/release_notes/1.6.0
+[4]: http://accumulo.apache.org/release_notes/1.6.1
+[5]: http://accumulo.apache.org/release_notes/1.6.2
 
 [ACCUMULO-2388]: https://issues.apache.org/jira/browse/ACCUMULO-2388
 [ACCUMULO-3589]: https://issues.apache.org/jira/browse/ACCUMULO-3589

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/release_notes/1.7.0.md
----------------------------------------------------------------------
diff --git a/release_notes/1.7.0.md b/release_notes/1.7.0.md
index f5a69c4..93da9d0 100644
--- a/release_notes/1.7.0.md
+++ b/release_notes/1.7.0.md
@@ -426,8 +426,8 @@ Accumulo configuration from `120s` to `240s`.
 [api]: https://github.com/apache/accumulo/blob/1.7.0/README.md#api
 [apilyzer]: http://code.revelc.net/apilyzer-maven-plugin/
 [group_balancer]: https://blogs.apache.org/accumulo/entry/balancing_groups_of_tablets
-[kerberos]: {{ site.baseurl }}/1.7/accumulo_user_manual.html#_kerberos
-[metrics]: {{ site.baseurl }}/1.7/accumulo_user_manual.html#_metrics
+[kerberos]: {{ site.baseurl }}/1.7/accumulo_user_manual#_kerberos
+[metrics]: {{ site.baseurl }}/1.7/accumulo_user_manual#_metrics
 [readme]: https://github.com/apache/accumulo/blob/1.7.0/README.md
-[replication]: {{ site.baseurl }}/1.7/accumulo_user_manual.html#_replication
+[replication]: {{ site.baseurl }}/1.7/accumulo_user_manual#_replication
 [semver]: http://semver.org

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/release_notes/index.md
----------------------------------------------------------------------
diff --git a/release_notes/index.md b/release_notes/index.md
index 94a5b3e..4600d8c 100644
--- a/release_notes/index.md
+++ b/release_notes/index.md
@@ -43,15 +43,15 @@ Each release notes document aim to provide content broken down into the followin
 * [Apache Accumulo 1.5.2][REL_152]
 * [Apache Accumulo 1.5.1][REL_151]
 
-[REL_151]: 1.5.1.html
-[REL_152]: 1.5.2.html
-[REL_153]: 1.5.3.html
-[REL_154]: 1.5.4.html
-[REL_160]: 1.6.0.html
-[REL_161]: 1.6.1.html
-[REL_162]: 1.6.2.html
-[REL_163]: 1.6.3.html
-[REL_164]: 1.6.4.html
-[REL_165]: 1.6.5.html
-[REL_170]: 1.7.0.html
-[REL_171]: 1.7.1.html
+[REL_151]: 1.5.1
+[REL_152]: 1.5.2
+[REL_153]: 1.5.3
+[REL_154]: 1.5.4
+[REL_160]: 1.6.0
+[REL_161]: 1.6.1
+[REL_162]: 1.6.2
+[REL_163]: 1.6.3
+[REL_164]: 1.6.4
+[REL_165]: 1.6.5
+[REL_170]: 1.7.0
+[REL_171]: 1.7.1

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/releasing.md
----------------------------------------------------------------------
diff --git a/releasing.md b/releasing.md
index 132e043..dc22579 100644
--- a/releasing.md
+++ b/releasing.md
@@ -137,11 +137,11 @@ Some good references that explain a few things:
 
 
 [1]: https://www.apache.org/dev/release-signing
-[2]: https://repository.apache.org/index.html
+[2]: https://repository.apache.org/
 [3]: http://mail-archives.apache.org/mod_mbox/accumulo-dev/201305.mbox/raw/%3CCAL5zq9bH8y0FyjXmmfXhWPj8axosn9dZ7%2Bu-R1DK4Y-WM1YoWg%40mail.gmail.com%3E/
-[4]: https://www.apache.org/dev/publishing-maven-artifacts.html
-[5]: http://www.apache.org/dev/release-publishing.html
-[6]: http://accumulo.apache.org/governance/releasing.html
+[4]: https://www.apache.org/dev/publishing-maven-artifacts
+[5]: http://www.apache.org/dev/release-publishing
+[6]: http://accumulo.apache.org/governance/releasing
 [7]: http://www.kb.cert.org/vuls/id/225657
 [8]: http://www.apache.org/dev/cmsref#extpaths
-[addrelease]: https://reporter.apache.org/addrelease.html?accumulo
+[addrelease]: https://reporter.apache.org/addrelease?accumulo

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/source.md
----------------------------------------------------------------------
diff --git a/source.md b/source.md
index 882956c..565823c 100644
--- a/source.md
+++ b/source.md
@@ -179,7 +179,7 @@ Changes to non-private members of those classes are subject to additional scruti
 ### Coding Practices
 
 <table class="table">
-<tr><th>License Header</th><td>Always add the current ASF license header as described in <a href="http://www.apache.org/legal/src-headers.html">ASF Source Header</a>.</td></tr>
+<tr><th>License Header</th><td>Always add the current ASF license header as described in <a href="http://www.apache.org/legal/src-headers">ASF Source Header</a>.</td></tr>
 <tr><th>Trailing Whitespaces</th><td>Remove all trailing whitespaces. Eclipse users can use Source&rarr;Cleanup option to accomplish this.</td></tr>
 <tr><th>Indentation</th><td>Use 2 space indents and never use tabs!</td></tr>
 <tr><th>Line Wrapping</th><td>Use 160-column line width for Java code and Javadoc.</td></tr>
@@ -212,10 +212,10 @@ Accumulo's release guide can be found [here][release].
 [1]: http://creadur.apache.org/rat/apache-rat-plugin/
 [anongit]: git://git.apache.org/accumulo.git
 [cgit]: https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=summary
-[cms]: http://www.apache.org/dev/cms.html
-[cmsanon]: http://www.apache.org/dev/cmsref.html#non-committer
-[cmsusage]: http://www.apache.org/dev/cms.html#usage
-[contrib]: contrib.html
+[cms]: http://www.apache.org/dev/cms
+[cmsanon]: http://www.apache.org/dev/cmsref#non-committer
+[cmsusage]: http://www.apache.org/dev/cms#usage
+[contrib]: contrib
 [devlist]: mailto:dev@accumulo.apache.org
 [gh-pages]: https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=tree;h=gh-pages
 [git-instr]: https://git-wip-us.apache.org
@@ -227,13 +227,13 @@ Accumulo's release guide can be found [here][release].
 [jenkins]: http://jenkins-ci.org/
 [jira]: http://www.atlassian.com/software/jira/overview
 [jiraloc]: https://issues.apache.org/jira/browse/ACCUMULO
-[lifecycle]: https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
+[lifecycle]: https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle
 [masterbuild]: https://builds.apache.org/job/Accumulo-Master/
 [maven]: http://maven.apache.org/
 [pom]: https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob_plain;f=pom.xml;hb=HEAD
-[rb]: rb.html
-[release]: governance/releasing.html
+[rb]: rb
+[release]: governance/releasing
 [site-canon]: https://accumulo.apache.org
 [site-mirror]: http://apache.github.io/accumulo
-[srcheaders]: http://www.apache.org/legal/src-headers.html
+[srcheaders]: http://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/blob/2da845a9/user-manual/latest.md
----------------------------------------------------------------------
diff --git a/user-manual/latest.md b/user-manual/latest.md
index 785608c..96dc096 100644
--- a/user-manual/latest.md
+++ b/user-manual/latest.md
@@ -1,6 +1,6 @@
 ---
 title: Latest User Manual
-redirect_to: "{{ site.baseurl }}/{{ site.latest_minor_release }}/accumulo_user_manual.html"
+redirect_to: "{{ site.baseurl }}/{{ site.latest_minor_release }}/accumulo_user_manual"
 ---
 
 This page redirects to latest Accumulo Manual

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/verifying_releases.md
----------------------------------------------------------------------
diff --git a/verifying_releases.md b/verifying_releases.md
index e30b530..e2a6951 100644
--- a/verifying_releases.md
+++ b/verifying_releases.md
@@ -85,8 +85,8 @@ contained in artifact being verified for releases, the contents of the contained
 to this artifact's NOTICE file. For example, Accumulo bundles the Apache Thrift libthrift JAR file which also have its
 own NOTICE file. The contents of the Apache Thrift NOTICE file should be included within Accumulo's NOTICE file.
 
-[1]: {{ site.baseurl }}/governance/releasing.html#testing
-[2]: http://www.apache.org/dev/apply-license.html
-[3]: http://www.apache.org/legal/src-headers.html
-[4]: http://apache.org/legal/resolved.html
+[1]: {{ site.baseurl }}/governance/releasing#testing
+[2]: http://www.apache.org/dev/apply-license
+[3]: http://www.apache.org/legal/src-headers
+[4]: http://apache.org/legal/resolved
 [5]: http://www.apache.org/legal/

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da845a9/versioning.md
----------------------------------------------------------------------
diff --git a/versioning.md b/versioning.md
index f651075..fa77bdf 100644
--- a/versioning.md
+++ b/versioning.md
@@ -65,6 +65,6 @@ preceding identifiers are equal. Example: 1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-al
 1.0.0-beta.11 < 1.0.0-rc.1 < 1.0.0.
 
 
-[1]: http://semver.org/spec/v2.0.0.html
+[1]: http://semver.org/spec/v2.0.0
 [2]: https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob;f=README;hb=refs/heads/master
 [3]: http://creativecommons.org/licenses/by/3.0/