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:44 UTC

[03/29] accumulo git commit: Fix more links

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c61e77b0/release_notes/1.6.3.md
----------------------------------------------------------------------
diff --git a/release_notes/1.6.3.md b/release_notes/1.6.3.md
index ea5e24a..0de6fed 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
-[4]: http://accumulo.apache.org/release_notes/1.6.1
-[5]: http://accumulo.apache.org/release_notes/1.6.2
+[3]: {{ site.baseurl }}/release_notes/1.6.0
+[4]: {{ site.baseurl }}/release_notes/1.6.1
+[5]: {{ site.baseurl }}/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
@@ -144,4 +144,4 @@ HDFS High-Availability instances, forcing NameNode failover.
 [ACCUMULO-3880]: https://issues.apache.org/jira/browse/ACCUMULO-3880
 [ACCUMULO-3890]: https://issues.apache.org/jira/browse/ACCUMULO-3890
 [ACCUMULO-3905]: https://issues.apache.org/jira/browse/ACCUMULO-3905
-[JIRA_163]: https://issues.apache.org/jira/browse/ACCUMULO/fixforversion/12329154/
+[JIRA_163]: https://issues.apache.org/jira/browse/ACCUMULO/fixforversion/12329154

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c61e77b0/release_notes/1.7.0.md
----------------------------------------------------------------------
diff --git a/release_notes/1.7.0.md b/release_notes/1.7.0.md
index 93da9d0..1a9aac3 100644
--- a/release_notes/1.7.0.md
+++ b/release_notes/1.7.0.md
@@ -424,7 +424,7 @@ Accumulo configuration from `120s` to `240s`.
 [GSSAPI]: https://en.wikipedia.org/wiki/Generic_Security_Services_Application_Program_Interface
 [SASL]: https://en.wikipedia.org/wiki/Simple_Authentication_and_Security_Layer
 [api]: https://github.com/apache/accumulo/blob/1.7.0/README.md#api
-[apilyzer]: http://code.revelc.net/apilyzer-maven-plugin/
+[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#_kerberos
 [metrics]: {{ site.baseurl }}/1.7/accumulo_user_manual#_metrics

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c61e77b0/releasing.md
----------------------------------------------------------------------
diff --git a/releasing.md b/releasing.md
index dc22579..e0f31a2 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/
-[3]: http://mail-archives.apache.org/mod_mbox/accumulo-dev/201305.mbox/raw/%3CCAL5zq9bH8y0FyjXmmfXhWPj8axosn9dZ7%2Bu-R1DK4Y-WM1YoWg%40mail.gmail.com%3E/
+[2]: https://repository.apache.org
+[3]: https://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
-[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
+[5]: https://www.apache.org/dev/release-publishing
+[6]: {{ site.baseurl }}/governance/releasing
+[7]: https://www.kb.cert.org/vuls/id/225657
+[8]: https://www.apache.org/dev/cmsref#extpaths
 [addrelease]: https://reporter.apache.org/addrelease?accumulo

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c61e77b0/source.md
----------------------------------------------------------------------
diff --git a/source.md b/source.md
index 565823c..87c2063 100644
--- a/source.md
+++ b/source.md
@@ -8,8 +8,8 @@ nav: nav_source
 <div class="panel-heading">Quick Links</div>
 <div class="list-group">
 <a href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=summary" class="list-group-item"><i class="fa fa-external-link"></i> Accumulo source</a>
-<a href="https://builds.apache.org/job/Accumulo-Master/" class="list-group-item"><i class="fa fa-external-link"></i> Master build on Jenkins</a>
-<a href="https://issues.apache.org/jira/browse/accumulo" class="list-group-item"><i class="fa fa-external-link"></i> Accumulo JIRA</a>
+<a href="https://builds.apache.org/job/Accumulo-Master" class="list-group-item"><i class="fa fa-external-link"></i> Master build on Jenkins</a>
+<a href="https://issues.apache.org/jira/browse/ACCUMULO" class="list-group-item"><i class="fa fa-external-link"></i> Accumulo JIRA</a>
 </div>
 </div>
 
@@ -96,7 +96,7 @@ To check out the code:
 
 #### Running a Build
 
-Accumulo uses  [Apache Maven][maven] to handle source building, testing, and packaging. To build Accumulo you will need to use Maven version 3.0.4 or later.
+Accumulo uses  [Apache Maven][maven] to handle source building, testing, and packaging. To build Accumulo you will need to use Maven version 3.0.5 or later.
 
 You should familiarize yourself with the [Maven Build Lifecycle][lifecycle], as well as the various plugins we use in our [POM][pom], in order to understand how Maven works and how to use the various build options while building Accumulo.
 
@@ -207,9 +207,9 @@ Accumulo has [guidelines for using Review Board][rb] to support code reviews.
 
 Accumulo's release guide can be found [here][release].
 
-[16build]: https://builds.apache.org/job/Accumulo-1.6/
-[17build]: https://builds.apache.org/job/Accumulo-1.7/
-[1]: http://creadur.apache.org/rat/apache-rat-plugin/
+[16build]: https://builds.apache.org/job/Accumulo-1.6
+[17build]: https://builds.apache.org/job/Accumulo-1.7
+[1]: https://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
@@ -219,17 +219,17 @@ Accumulo's release guide can be found [here][release].
 [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
-[git]: http://git-scm.com/
+[git]: https://git-scm.com
 [github]: https://github.com/apache/accumulo
 [hook]: https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob_plain;f=_devtools/git-hooks/post-commit;hb=gh-pages
 [intellij-formatter]: https://code.google.com/p/eclipse-code-formatter-intellij-plugin
-[jekyll]: https://jekyllrb.com/
-[jenkins]: http://jenkins-ci.org/
+[jekyll]: https://jekyllrb.com
+[jenkins]: https://jenkins.io
 [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
-[masterbuild]: https://builds.apache.org/job/Accumulo-Master/
-[maven]: http://maven.apache.org/
+[masterbuild]: https://builds.apache.org/job/Accumulo-Master
+[maven]: https://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
 [release]: governance/releasing

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c61e77b0/user_manual_1.3-incubating/Accumulo_Design.md
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/Accumulo_Design.md b/user_manual_1.3-incubating/Accumulo_Design.md
index bdc33d5..0e74f8f 100644
--- a/user_manual_1.3-incubating/Accumulo_Design.md
+++ b/user_manual_1.3-incubating/Accumulo_Design.md
@@ -87,18 +87,18 @@ http://master-address:50095/monitor.
 
 ** Next:** [Accumulo Shell][2] ** Up:** [Apache Accumulo User Manual Version 1.3][4] ** Previous:** [Introduction][6]   ** [Contents][8]**
 
-   [2]: Accumulo_Shell.html
-   [4]: accumulo_user_manual.html
-   [6]: Introduction.html
-   [8]: Contents.html
-   [9]: Accumulo_Design.html#Data_Model
-   [10]: Accumulo_Design.html#Architecture
-   [11]: Accumulo_Design.html#Components
-   [12]: Accumulo_Design.html#Data_Management
-   [13]: Accumulo_Design.html#Tablet_Service
-   [14]: Accumulo_Design.html#Compactions
-   [15]: Accumulo_Design.html#Fault-Tolerance
-   [16]: img1.png
-   [17]: ./data_distribution.png
-   [18]: ./failure_handling.png
+[2]: Accumulo_Shell.html
+[4]: accumulo_user_manual.html
+[6]: Introduction.html
+[8]: Contents.html
+[9]: Accumulo_Design.html#Data_Model
+[10]: Accumulo_Design.html#Architecture
+[11]: Accumulo_Design.html#Components
+[12]: Accumulo_Design.html#Data_Management
+[13]: Accumulo_Design.html#Tablet_Service
+[14]: Accumulo_Design.html#Compactions
+[15]: Accumulo_Design.html#Fault-Tolerance
+[16]: img1.png
+[17]: ./data_distribution.png
+[18]: ./failure_handling.png
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c61e77b0/user_manual_1.3-incubating/Accumulo_Shell.md
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/Accumulo_Shell.md b/user_manual_1.3-incubating/Accumulo_Shell.md
index 11f7c2a..e8612ce 100644
--- a/user_manual_1.3-incubating/Accumulo_Shell.md
+++ b/user_manual_1.3-incubating/Accumulo_Shell.md
@@ -126,11 +126,11 @@ The Shell can be used to add, remove, and grant privileges to users.
 
 ** Next:** [Writing Accumulo Clients][2] ** Up:** [Apache Accumulo User Manual Version 1.3][4] ** Previous:** [Accumulo Design][6]   ** [Contents][8]**
 
-   [2]: Writing_Accumulo_Clients.html
-   [4]: accumulo_user_manual.html
-   [6]: Accumulo_Design.html
-   [8]: Contents.html
-   [9]: Accumulo_Shell.html#Basic_Administration
-   [10]: Accumulo_Shell.html#Table_Maintenance
-   [11]: Accumulo_Shell.html#User_Administration
+[2]: Writing_Accumulo_Clients.html
+[4]: accumulo_user_manual.html
+[6]: Accumulo_Design.html
+[8]: Contents.html
+[9]: Accumulo_Shell.html#Basic_Administration
+[10]: Accumulo_Shell.html#Table_Maintenance
+[11]: Accumulo_Shell.html#User_Administration
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c61e77b0/user_manual_1.3-incubating/Administration.md
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/Administration.md b/user_manual_1.3-incubating/Administration.md
index 543d826..f231617 100644
--- a/user_manual_1.3-incubating/Administration.md
+++ b/user_manual_1.3-incubating/Administration.md
@@ -152,18 +152,18 @@ Note that because Accumulo uses timestamps to order mutations, any mutations tha
 
 ** Next:** [Shell Commands][2] ** Up:** [Apache Accumulo User Manual Version 1.3][4] ** Previous:** [Security][6]   ** [Contents][8]**
 
-   [2]: Shell_Commands.html
-   [4]: accumulo_user_manual.html
-   [6]: Security.html
-   [8]: Contents.html
-   [9]: Administration.html#Hardware
-   [10]: Administration.html#Network
-   [11]: Administration.html#Installation
-   [12]: Administration.html#Dependencies
-   [13]: Administration.html#Configuration
-   [14]: Administration.html#Initialization
-   [15]: Administration.html#Running
-   [16]: Administration.html#Monitoring
-   [17]: Administration.html#Logging
-   [18]: Administration.html#Recovery
+[2]: Shell_Commands.html
+[4]: accumulo_user_manual.html
+[6]: Security.html
+[8]: Contents.html
+[9]: Administration.html#Hardware
+[10]: Administration.html#Network
+[11]: Administration.html#Installation
+[12]: Administration.html#Dependencies
+[13]: Administration.html#Configuration
+[14]: Administration.html#Initialization
+[15]: Administration.html#Running
+[16]: Administration.html#Monitoring
+[17]: Administration.html#Logging
+[18]: Administration.html#Recovery
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c61e77b0/user_manual_1.3-incubating/Analytics.md
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/Analytics.md b/user_manual_1.3-incubating/Analytics.md
index aef3722..ba833be 100644
--- a/user_manual_1.3-incubating/Analytics.md
+++ b/user_manual_1.3-incubating/Analytics.md
@@ -140,11 +140,11 @@ Using Accumulo this way enables efficient and fast lookups and updates of small
 
 ** Next:** [Security][2] ** Up:** [Apache Accumulo User Manual Version 1.3][4] ** Previous:** [High-Speed Ingest][6]   ** [Contents][8]**
 
-   [2]: Security.html
-   [4]: accumulo_user_manual.html
-   [6]: High_Speed_Ingest.html
-   [8]: Contents.html
-   [9]: Analytics.html#MapReduce
-   [10]: Analytics.html#Aggregating_Iterators
-   [11]: Analytics.html#Statistical_Modeling
+[2]: Security.html
+[4]: accumulo_user_manual.html
+[6]: High_Speed_Ingest.html
+[8]: Contents.html
+[9]: Analytics.html#MapReduce
+[10]: Analytics.html#Aggregating_Iterators
+[11]: Analytics.html#Statistical_Modeling
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c61e77b0/user_manual_1.3-incubating/Contents.md
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/Contents.md b/user_manual_1.3-incubating/Contents.md
index e1e4e5c..7deba5e 100644
--- a/user_manual_1.3-incubating/Contents.md
+++ b/user_manual_1.3-incubating/Contents.md
@@ -148,85 +148,85 @@ title: "User Manual: Contents"
 
 * * *
 
-   [2]: Introduction.html
-   [4]: accumulo_user_manual.html
-   [6]: Accumulo_Design.html
-   [7]: Accumulo_Design.html#Data_Model
-   [8]: Accumulo_Design.html#Architecture
-   [9]: Accumulo_Design.html#Components
-   [10]: Accumulo_Design.html#Tablet_Server
-   [11]: Accumulo_Design.html#Loggers
-   [12]: Accumulo_Design.html#Garbage_Collector
-   [13]: Accumulo_Design.html#Master
-   [14]: Accumulo_Design.html#Client
-   [15]: Accumulo_Design.html#Data_Management
-   [16]: Accumulo_Design.html#Tablet_Service
-   [17]: Accumulo_Design.html#Compactions
-   [18]: Accumulo_Design.html#Fault-Tolerance
-   [19]: Accumulo_Shell.html
-   [20]: Accumulo_Shell.html#Basic_Administration
-   [21]: Accumulo_Shell.html#Table_Maintenance
-   [22]: Accumulo_Shell.html#User_Administration
-   [23]: Writing_Accumulo_Clients.html
-   [24]: Writing_Accumulo_Clients.html#Writing_Data
-   [25]: Writing_Accumulo_Clients.html#BatchWriter
-   [26]: Writing_Accumulo_Clients.html#Reading_Data
-   [27]: Writing_Accumulo_Clients.html#Scanner
-   [28]: Writing_Accumulo_Clients.html#BatchScanner
-   [29]: Table_Configuration.html
-   [30]: Table_Configuration.html#Locality_Groups
-   [31]: Table_Configuration.html#Managing_Locality_Groups_via_the_Shell
-   [32]: Table_Configuration.html#Managing_Locality_Groups_via_the_Client_API
-   [33]: Table_Configuration.html#Constraints
-   [34]: Table_Configuration.html#Bloom_Filters
-   [35]: Table_Configuration.html#Iterators
-   [36]: Table_Configuration.html#Setting_Iterators_via_the_Shell
-   [37]: Table_Configuration.html#Setting_Iterators_Programmatically
-   [38]: Table_Configuration.html#Versioning_Iterators_and_Timestamps
-   [39]: Table_Configuration.html#Filtering_Iterators
-   [40]: Table_Configuration.html#Aggregating_Iterators
-   [41]: Table_Configuration.html#Block_Cache
-   [42]: Table_Design.html
-   [43]: Table_Design.html#Basic_Table
-   [44]: Table_Design.html#RowID_Design
-   [45]: Table_Design.html#Indexing
-   [46]: Table_Design.html#Entity-Attribute_and_Graph_Tables
-   [47]: Table_Design.html#Document-Partitioned_Indexing
-   [48]: High_Speed_Ingest.html
-   [49]: High_Speed_Ingest.html#Pre-Splitting_New_Tables
-   [50]: High_Speed_Ingest.html#Multiple_Ingester_Clients
-   [51]: High_Speed_Ingest.html#Bulk_Ingest
-   [52]: High_Speed_Ingest.html#MapReduce_Ingest
-   [53]: Analytics.html
-   [54]: Analytics.html#MapReduce
-   [55]: Analytics.html#Mapper_and_Reducer_classes
-   [56]: Analytics.html#AccumuloInputFormat_options
-   [57]: Analytics.html#AccumuloOutputFormat_options
-   [58]: Analytics.html#Aggregating_Iterators
-   [59]: Analytics.html#Feature_Vectors
-   [60]: Analytics.html#Statistical_Modeling
-   [61]: Security.html
-   [62]: Security.html#Security_Label_Expressions
-   [63]: Security.html#Security_Label_Expression_Syntax
-   [64]: Security.html#Authorization
-   [65]: Security.html#Secure_Authorizations_Handling
-   [66]: Security.html#Query_Services_Layer
-   [67]: Administration.html
-   [68]: Administration.html#Hardware
-   [69]: Administration.html#Network
-   [70]: Administration.html#Installation
-   [71]: Administration.html#Dependencies
-   [72]: Administration.html#Configuration
-   [73]: Administration.html#Edit_conf/accumulo-env.sh
-   [74]: Administration.html#Cluster_Specification
-   [75]: Administration.html#Accumulo_Settings
-   [76]: Administration.html#Deploy_Configuration
-   [77]: Administration.html#Initialization
-   [78]: Administration.html#Running
-   [79]: Administration.html#Starting_Accumulo
-   [80]: Administration.html#Stopping_Accumulo
-   [81]: Administration.html#Monitoring
-   [82]: Administration.html#Logging
-   [83]: Administration.html#Recovery
-   [84]: Shell_Commands.html
+[2]: Introduction.html
+[4]: accumulo_user_manual.html
+[6]: Accumulo_Design.html
+[7]: Accumulo_Design.html#Data_Model
+[8]: Accumulo_Design.html#Architecture
+[9]: Accumulo_Design.html#Components
+[10]: Accumulo_Design.html#Tablet_Server
+[11]: Accumulo_Design.html#Loggers
+[12]: Accumulo_Design.html#Garbage_Collector
+[13]: Accumulo_Design.html#Master
+[14]: Accumulo_Design.html#Client
+[15]: Accumulo_Design.html#Data_Management
+[16]: Accumulo_Design.html#Tablet_Service
+[17]: Accumulo_Design.html#Compactions
+[18]: Accumulo_Design.html#Fault-Tolerance
+[19]: Accumulo_Shell.html
+[20]: Accumulo_Shell.html#Basic_Administration
+[21]: Accumulo_Shell.html#Table_Maintenance
+[22]: Accumulo_Shell.html#User_Administration
+[23]: Writing_Accumulo_Clients.html
+[24]: Writing_Accumulo_Clients.html#Writing_Data
+[25]: Writing_Accumulo_Clients.html#BatchWriter
+[26]: Writing_Accumulo_Clients.html#Reading_Data
+[27]: Writing_Accumulo_Clients.html#Scanner
+[28]: Writing_Accumulo_Clients.html#BatchScanner
+[29]: Table_Configuration.html
+[30]: Table_Configuration.html#Locality_Groups
+[31]: Table_Configuration.html#Managing_Locality_Groups_via_the_Shell
+[32]: Table_Configuration.html#Managing_Locality_Groups_via_the_Client_API
+[33]: Table_Configuration.html#Constraints
+[34]: Table_Configuration.html#Bloom_Filters
+[35]: Table_Configuration.html#Iterators
+[36]: Table_Configuration.html#Setting_Iterators_via_the_Shell
+[37]: Table_Configuration.html#Setting_Iterators_Programmatically
+[38]: Table_Configuration.html#Versioning_Iterators_and_Timestamps
+[39]: Table_Configuration.html#Filtering_Iterators
+[40]: Table_Configuration.html#Aggregating_Iterators
+[41]: Table_Configuration.html#Block_Cache
+[42]: Table_Design.html
+[43]: Table_Design.html#Basic_Table
+[44]: Table_Design.html#RowID_Design
+[45]: Table_Design.html#Indexing
+[46]: Table_Design.html#Entity-Attribute_and_Graph_Tables
+[47]: Table_Design.html#Document-Partitioned_Indexing
+[48]: High_Speed_Ingest.html
+[49]: High_Speed_Ingest.html#Pre-Splitting_New_Tables
+[50]: High_Speed_Ingest.html#Multiple_Ingester_Clients
+[51]: High_Speed_Ingest.html#Bulk_Ingest
+[52]: High_Speed_Ingest.html#MapReduce_Ingest
+[53]: Analytics.html
+[54]: Analytics.html#MapReduce
+[55]: Analytics.html#Mapper_and_Reducer_classes
+[56]: Analytics.html#AccumuloInputFormat_options
+[57]: Analytics.html#AccumuloOutputFormat_options
+[58]: Analytics.html#Aggregating_Iterators
+[59]: Analytics.html#Feature_Vectors
+[60]: Analytics.html#Statistical_Modeling
+[61]: Security.html
+[62]: Security.html#Security_Label_Expressions
+[63]: Security.html#Security_Label_Expression_Syntax
+[64]: Security.html#Authorization
+[65]: Security.html#Secure_Authorizations_Handling
+[66]: Security.html#Query_Services_Layer
+[67]: Administration.html
+[68]: Administration.html#Hardware
+[69]: Administration.html#Network
+[70]: Administration.html#Installation
+[71]: Administration.html#Dependencies
+[72]: Administration.html#Configuration
+[73]: Administration.html#Edit_conf/accumulo-env.sh
+[74]: Administration.html#Cluster_Specification
+[75]: Administration.html#Accumulo_Settings
+[76]: Administration.html#Deploy_Configuration
+[77]: Administration.html#Initialization
+[78]: Administration.html#Running
+[79]: Administration.html#Starting_Accumulo
+[80]: Administration.html#Stopping_Accumulo
+[81]: Administration.html#Monitoring
+[82]: Administration.html#Logging
+[83]: Administration.html#Recovery
+[84]: Shell_Commands.html
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c61e77b0/user_manual_1.3-incubating/High_Speed_Ingest.md
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/High_Speed_Ingest.md b/user_manual_1.3-incubating/High_Speed_Ingest.md
index 550bcb0..a30e395 100644
--- a/user_manual_1.3-incubating/High_Speed_Ingest.md
+++ b/user_manual_1.3-incubating/High_Speed_Ingest.md
@@ -74,12 +74,12 @@ accumulo/docs/examples/README.mapred
 
 ** Next:** [Analytics][2] ** Up:** [Apache Accumulo User Manual Version 1.3][4] ** Previous:** [Table Design][6]   ** [Contents][8]**
 
-   [2]: Analytics.html
-   [4]: accumulo_user_manual.html
-   [6]: Table_Design.html
-   [8]: Contents.html
-   [9]: High_Speed_Ingest.html#Pre-Splitting_New_Tables
-   [10]: High_Speed_Ingest.html#Multiple_Ingester_Clients
-   [11]: High_Speed_Ingest.html#Bulk_Ingest
-   [12]: High_Speed_Ingest.html#MapReduce_Ingest
+[2]: Analytics.html
+[4]: accumulo_user_manual.html
+[6]: Table_Design.html
+[8]: Contents.html
+[9]: High_Speed_Ingest.html#Pre-Splitting_New_Tables
+[10]: High_Speed_Ingest.html#Multiple_Ingester_Clients
+[11]: High_Speed_Ingest.html#Bulk_Ingest
+[12]: High_Speed_Ingest.html#MapReduce_Ingest
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c61e77b0/user_manual_1.3-incubating/Introduction.md
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/Introduction.md b/user_manual_1.3-incubating/Introduction.md
index bd73acf..b8e6247 100644
--- a/user_manual_1.3-incubating/Introduction.md
+++ b/user_manual_1.3-incubating/Introduction.md
@@ -17,7 +17,7 @@ Accumulo features automatic load-balancing and partitioning, data compression an
 
 * * *
 
-   [2]: Accumulo_Design.html
-   [4]: accumulo_user_manual.html
-   [6]: Contents.html
+[2]: Accumulo_Design.html
+[4]: accumulo_user_manual.html
+[6]: Contents.html
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c61e77b0/user_manual_1.3-incubating/Security.md
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/Security.md b/user_manual_1.3-incubating/Security.md
index 54b31e1..f0cc9bb 100644
--- a/user_manual_1.3-incubating/Security.md
+++ b/user_manual_1.3-incubating/Security.md
@@ -96,13 +96,13 @@ Typically, the query services layer sits between Accumulo and user workstations.
 
 ** Next:** [Administration][2] ** Up:** [Apache Accumulo User Manual Version 1.3][4] ** Previous:** [Analytics][6]   ** [Contents][8]**
 
-   [2]: Administration.html
-   [4]: accumulo_user_manual.html
-   [6]: Analytics.html
-   [8]: Contents.html
-   [9]: Security.html#Security_Label_Expressions
-   [10]: Security.html#Security_Label_Expression_Syntax
-   [11]: Security.html#Authorization
-   [12]: Security.html#Secure_Authorizations_Handling
-   [13]: Security.html#Query_Services_Layer
+[2]: Administration.html
+[4]: accumulo_user_manual.html
+[6]: Analytics.html
+[8]: Contents.html
+[9]: Security.html#Security_Label_Expressions
+[10]: Security.html#Security_Label_Expression_Syntax
+[11]: Security.html#Authorization
+[12]: Security.html#Secure_Authorizations_Handling
+[13]: Security.html#Query_Services_Layer
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c61e77b0/user_manual_1.3-incubating/Shell_Commands.md
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/Shell_Commands.md b/user_manual_1.3-incubating/Shell_Commands.md
index c192bf2..94f9080 100644
--- a/user_manual_1.3-incubating/Shell_Commands.md
+++ b/user_manual_1.3-incubating/Shell_Commands.md
@@ -528,7 +528,7 @@ title: "User Manual: Shell Commands"
 
 ** Up:** [Apache Accumulo User Manual Version 1.3][3] ** Previous:** [Administration][5]   ** [Contents][7]**
 
-   [3]: accumulo_user_manual.html
-   [5]: Administration.html
-   [7]: Contents.html
+[3]: accumulo_user_manual.html
+[5]: Administration.html
+[7]: Contents.html
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c61e77b0/user_manual_1.3-incubating/Table_Configuration.md
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/Table_Configuration.md b/user_manual_1.3-incubating/Table_Configuration.md
index f062c59..172a10d 100644
--- a/user_manual_1.3-incubating/Table_Configuration.md
+++ b/user_manual_1.3-incubating/Table_Configuration.md
@@ -317,14 +317,14 @@ The block cache can have a significant effect on alleviating hot spots, as well
 
 ** Next:** [Table Design][2] ** Up:** [Apache Accumulo User Manual Version 1.3][4] ** Previous:** [Writing Accumulo Clients][6]   ** [Contents][8]**
 
-   [2]: Table_Design.html
-   [4]: accumulo_user_manual.html
-   [6]: Writing_Accumulo_Clients.html
-   [8]: Contents.html
-   [9]: Table_Configuration.html#Locality_Groups
-   [10]: Table_Configuration.html#Constraints
-   [11]: Table_Configuration.html#Bloom_Filters
-   [12]: Table_Configuration.html#Iterators
-   [13]: Table_Configuration.html#Aggregating_Iterators
-   [14]: Table_Configuration.html#Block_Cache
+[2]: Table_Design.html
+[4]: accumulo_user_manual.html
+[6]: Writing_Accumulo_Clients.html
+[8]: Contents.html
+[9]: Table_Configuration.html#Locality_Groups
+[10]: Table_Configuration.html#Constraints
+[11]: Table_Configuration.html#Bloom_Filters
+[12]: Table_Configuration.html#Iterators
+[13]: Table_Configuration.html#Aggregating_Iterators
+[14]: Table_Configuration.html#Block_Cache
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c61e77b0/user_manual_1.3-incubating/Table_Design.md
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/Table_Design.md b/user_manual_1.3-incubating/Table_Design.md
index a100b2c..f5dc981 100644
--- a/user_manual_1.3-incubating/Table_Design.md
+++ b/user_manual_1.3-incubating/Table_Design.md
@@ -181,17 +181,17 @@ Of course, fast servers will return their results to the client which can displa
 
 ** Next:** [High-Speed Ingest][2] ** Up:** [Apache Accumulo User Manual Version 1.3][4] ** Previous:** [Table Configuration][6]   ** [Contents][8]**
 
-   [2]: High_Speed_Ingest.html
-   [4]: accumulo_user_manual.html
-   [6]: Table_Configuration.html
-   [8]: Contents.html
-   [9]: Table_Design.html#Basic_Table
-   [10]: Table_Design.html#RowID_Design
-   [11]: Table_Design.html#Indexing
-   [12]: Table_Design.html#Entity-Attribute_and_Graph_Tables
-   [13]: Table_Design.html#Document-Partitioned_Indexing
-   [14]: img2.png
-   [15]: img3.png
-   [16]: img4.png
-   [17]: img5.png
+[2]: High_Speed_Ingest.html
+[4]: accumulo_user_manual.html
+[6]: Table_Configuration.html
+[8]: Contents.html
+[9]: Table_Design.html#Basic_Table
+[10]: Table_Design.html#RowID_Design
+[11]: Table_Design.html#Indexing
+[12]: Table_Design.html#Entity-Attribute_and_Graph_Tables
+[13]: Table_Design.html#Document-Partitioned_Indexing
+[14]: img2.png
+[15]: img3.png
+[16]: img4.png
+[17]: img5.png
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c61e77b0/user_manual_1.3-incubating/Writing_Accumulo_Clients.md
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/Writing_Accumulo_Clients.md b/user_manual_1.3-incubating/Writing_Accumulo_Clients.md
index dcf139b..a31f91c 100644
--- a/user_manual_1.3-incubating/Writing_Accumulo_Clients.md
+++ b/user_manual_1.3-incubating/Writing_Accumulo_Clients.md
@@ -115,10 +115,10 @@ accumulo/docs/examples/README.batch
 
 ** Next:** [Table Configuration][2] ** Up:** [Apache Accumulo User Manual Version 1.3][4] ** Previous:** [Accumulo Shell][6]   ** [Contents][8]**
 
-   [2]: Table_Configuration.html
-   [4]: accumulo_user_manual.html
-   [6]: Accumulo_Shell.html
-   [8]: Contents.html
-   [9]: Writing_Accumulo_Clients.html#Writing_Data
-   [10]: Writing_Accumulo_Clients.html#Reading_Data
+[2]: Table_Configuration.html
+[4]: accumulo_user_manual.html
+[6]: Accumulo_Shell.html
+[8]: Contents.html
+[9]: Writing_Accumulo_Clients.html#Writing_Data
+[10]: Writing_Accumulo_Clients.html#Reading_Data
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c61e77b0/user_manual_1.3-incubating/accumulo_user_manual.md
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/accumulo_user_manual.md b/user_manual_1.3-incubating/accumulo_user_manual.md
index c61d678..e40cda8 100644
--- a/user_manual_1.3-incubating/accumulo_user_manual.md
+++ b/user_manual_1.3-incubating/accumulo_user_manual.md
@@ -34,16 +34,16 @@ Version 1.3
 
 * * *
 
-   [2]: Contents.html
-   [6]: Introduction.html
-   [7]: Accumulo_Design.html
-   [8]: Accumulo_Shell.html
-   [9]: Writing_Accumulo_Clients.html
-   [10]: Table_Configuration.html
-   [11]: Table_Design.html
-   [12]: High_Speed_Ingest.html
-   [13]: Analytics.html
-   [14]: Security.html
-   [15]: Administration.html
-   [16]: Shell_Commands.html
+[2]: Contents.html
+[6]: Introduction.html
+[7]: Accumulo_Design.html
+[8]: Accumulo_Shell.html
+[9]: Writing_Accumulo_Clients.html
+[10]: Table_Configuration.html
+[11]: Table_Design.html
+[12]: High_Speed_Ingest.html
+[13]: Analytics.html
+[14]: Security.html
+[15]: Administration.html
+[16]: Shell_Commands.html
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c61e77b0/user_manual_1.3-incubating/examples.md
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/examples.md b/user_manual_1.3-incubating/examples.md
index be03ee5..4654a0a 100644
--- a/user_manual_1.3-incubating/examples.md
+++ b/user_manual_1.3-incubating/examples.md
@@ -1,42 +1,7 @@
 ---
 title: Examples
+redirect_to: examples/
 ---
 
-Each README in the examples directory highlights the use of particular features of Apache Accumulo.
-
-Before running any of the examples, the following steps must be performed.
-
-1. Install and run Accumulo via the instructions found in $ACCUMULO_HOME/README.
-Remember the instance name.  It will be referred to as "instance" throughout the examples.
-A comma-separated list of zookeeper servers will be referred to as "zookeepers".
-
-2. Create an Accumulo user (see the [user manual][1]), or use the root user.
-The Accumulo user name will be referred to as "username" with password "password" throughout the examples.
-
-In all commands, you will need to replace "instance", "zookeepers", "username", and "password" with the values you set for your Accumulo instance.
-
-Commands intended to be run in bash are prefixed by '$'.  These are always assumed to be run from the $ACCUMULO_HOME directory.
-
-Commands intended to be run in the Accumulo shell are prefixed by '>'.
-
-[1]: {{ site.baseurl }}/user_manual_1.3-incubating/Accumulo_Shell.html#User_Administration
-[aggregation](examples/aggregation.html)
-
-[batch](examples/batch.html)
-
-[bloom](examples/bloom.html)
-
-[bulkIngest](examples/bulkIngest.html)
-
-[constraints](examples/constraints.html)
-
-[dirlist](examples/dirlist.html)
-
-[filter](examples/filter.html)
-
-[helloworld](examples/helloworld.html)
-
-[mapred](examples/mapred.html)
-
-[shard](examples/shard.html)
+This page redirects to the 1.3 examples
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c61e77b0/user_manual_1.3-incubating/index.md
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/index.md b/user_manual_1.3-incubating/index.md
index c61d678..e40cda8 100644
--- a/user_manual_1.3-incubating/index.md
+++ b/user_manual_1.3-incubating/index.md
@@ -34,16 +34,16 @@ Version 1.3
 
 * * *
 
-   [2]: Contents.html
-   [6]: Introduction.html
-   [7]: Accumulo_Design.html
-   [8]: Accumulo_Shell.html
-   [9]: Writing_Accumulo_Clients.html
-   [10]: Table_Configuration.html
-   [11]: Table_Design.html
-   [12]: High_Speed_Ingest.html
-   [13]: Analytics.html
-   [14]: Security.html
-   [15]: Administration.html
-   [16]: Shell_Commands.html
+[2]: Contents.html
+[6]: Introduction.html
+[7]: Accumulo_Design.html
+[8]: Accumulo_Shell.html
+[9]: Writing_Accumulo_Clients.html
+[10]: Table_Configuration.html
+[11]: Table_Design.html
+[12]: High_Speed_Ingest.html
+[13]: Analytics.html
+[14]: Security.html
+[15]: Administration.html
+[16]: Shell_Commands.html
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c61e77b0/verifying_releases.md
----------------------------------------------------------------------
diff --git a/verifying_releases.md b/verifying_releases.md
index e2a6951..52c06ab 100644
--- a/verifying_releases.md
+++ b/verifying_releases.md
@@ -86,7 +86,7 @@ to this artifact's NOTICE file. For example, Accumulo bundles the Apache Thrift
 own NOTICE file. The contents of the Apache Thrift NOTICE file should be included within Accumulo's NOTICE file.
 
 [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/
+[2]: https://www.apache.org/dev/apply-license
+[3]: https://www.apache.org/legal/src-headers
+[4]: https://www.apache.org/legal/resolved
+[5]: https://www.apache.org/legal

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c61e77b0/versioning.md
----------------------------------------------------------------------
diff --git a/versioning.md b/versioning.md
index fa77bdf..3ead8f4 100644
--- a/versioning.md
+++ b/versioning.md
@@ -66,5 +66,5 @@ preceding identifiers are equal. Example: 1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-al
 
 
 [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/
+[2]: https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob;f=README.md;hb=refs/heads/master
+[3]: https://creativecommons.org/licenses/by/3.0