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 2020/09/07 05:28:21 UTC

[accumulo-website] branch main updated: Fix links for staging site and other broken links

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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/main by this push:
     new ae1d08e  Fix links for staging site and other broken links
ae1d08e is described below

commit ae1d08ea16e5a529a66bea7005beb178e918bce4
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Mon Sep 7 01:27:56 2020 -0400

    Fix links for staging site and other broken links
    
    Change use of absolute paths to relative paths, so the links on the
    staging site point to other pages on the staging site, rather than their
    corresponding page on the production site (which may not exist yet).
    
    Also update some other links to use https or fix broken links, if
    possible.
---
 1.7/examples/examples.diff                         | 656 ---------------------
 _docs-2/administration/in-depth-install.md         |   3 +-
 _docs-2/administration/upgrading.md                |   2 +-
 _docs-2/getting-started/design.md                  |  10 +-
 _docs-2/getting-started/quickstart.md              |   2 +-
 _docs-2/security/kerberos.md                       |   4 +-
 _docs-2/security/on-disk-encryption.md             |   2 +-
 _docs-2/troubleshooting/tracing.md                 |   2 +-
 _layouts/release.html                              |   4 +-
 _posts/blog/2014-05-03-accumulo-classloader.md     |   4 +-
 ...14-05-27-getting-started-with-accumulo-1.6.0.md |   4 +-
 ...25-scaling-accumulo-with-multivolume-support.md |   6 +-
 ...-keystores-for-configuring-accumulo-with-ssl.md |   4 +-
 .../blog/2015-03-20-balancing-groups-of-tablets.md |   8 +-
 _posts/blog/2018-03-22-view-metrics-in-grafana.md  |   2 +-
 _posts/blog/2019-08-12-why-upgrade.md              |   8 +-
 _posts/blog/2019-10-15-accumulo-adlsgen2-notes.md  |   2 +-
 _posts/blog/2020-02-26-accumulo-spark-connector.md |   2 +-
 _posts/release/2015-05-18-accumulo-1.7.0.md        |   4 +-
 _posts/release/2015-06-25-accumulo-1.5.3.md        |   2 +-
 _posts/release/2016-09-06-accumulo-1.8.0.md        |   2 +-
 _posts/release/2017-02-26-accumulo-1.8.1.md        |   2 +-
 _posts/release/2017-04-06-accumulo-1.7.3.md        |  12 +-
 _posts/release/2018-03-23-accumulo-1.7.4.md        |  12 +-
 contributor/contrib-projects.md                    |   2 +-
 contributor/verifying-release.md                   |   2 +-
 contributor/versioning.md                          |   2 +-
 pages/api.md                                       |   4 +-
 pages/external-docs.md                             |  20 +-
 pages/how-to-contribute.md                         |   2 +-
 pages/people.md                                    |  88 +--
 pages/quickstart-1.x.md                            |   4 +-
 pages/related-projects.md                          |   2 +-
 tour/data-model.md                                 |   4 +-
 tour/ranges-splits.md                              |   2 +-
 35 files changed, 118 insertions(+), 773 deletions(-)

diff --git a/1.7/examples/examples.diff b/1.7/examples/examples.diff
deleted file mode 100644
index f22b8ff..0000000
--- a/1.7/examples/examples.diff
+++ /dev/null
@@ -1,656 +0,0 @@
-1,17c1,3
-< Title: Apache Accumulo Batch Writing and Scanning Example
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
----
-> ---
-> title: Batch Writing and Scanning Example
-> ---
-1,17c1,3
-< Title: Apache Accumulo Bloom Filter Example
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
----
-> ---
-> title: Bloom Filter Example
-> ---
-27c13
-<     - version: 1.5.0
----
->     - version: 1.6.0
-53c39
-<     $ ./bin/accumulo org.apache.accumulo.examples.simple.client.RandomBatchScanner --seed 7 -i instance -z zookeepers -u username -p password -t bloom_test --num 500 --min 0 --max 1000000000 --size 50 --scanThreads 20 --auths exampleVis
----
->     $ ./bin/accumulo org.apache.accumulo.examples.simple.client.RandomBatchScanner --seed 7 -i instance -z zookeepers -u username -p password -t bloom_test --num 500 --min 0 --max 1000000000 --size 50 --batchThreads 20 --auths exampleVis
-65c51
-<     $ ./bin/accumulo org.apache.accumulo.examples.simple.client.RandomBatchScanner --seed 8 -i instance -z zookeepers -u username -p password -t bloom_test --num 500 --min 0 --max 1000000000 --size 50 -batchThreads 20 -auths exampleVis
----
->     $ ./bin/accumulo org.apache.accumulo.examples.simple.client.RandomBatchScanner --seed 8 -i instance -z zookeepers -u username -p password -t bloom_test --num 500 --min 0 --max 1000000000 --size 50 --batchThreads 20 --auths exampleVis
-105c91
-<     - version: 1.5.0
----
->     - version: 1.6.0
-128c114
-<     - version: 1.5.0
----
->     - version: 1.6.0
-164c150
-<     $ ./bin/accumulo org.apache.accumulo.examples.simple.client.RandomBatchScanner --seed 7 -i instance -z zookeepers -u username -p password -t bloom_test2 --num 500 --min 0 --max 1000000000 --size 50 -scanThreads 20 --auths exampleVis
----
->     $ ./bin/accumulo org.apache.accumulo.examples.simple.client.RandomBatchScanner --seed 7 -i instance -z zookeepers -u username -p password -t bloom_test2 --num 500 --min 0 --max 1000000000 --size 50 --scanThreads 20 --auths exampleVis
-1,17c1,3
-< Title: Apache Accumulo Bulk Ingest Example
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
----
-> ---
-> title: Bulk Ingest Example
-> ---
-19c5
-< This is an example of how to bulk ingest data into accumulo using map reduce.
----
-> This is an example of how to bulk ingest data into Accumulo using MapReduce.
-24c10
-< accumulo. Then we verify the 1000 rows are in accumulo.
----
-> Accumulo. Then we verify the 1000 rows are in Accumulo.
-1,18c1,3
-< Title: Apache Accumulo Classpath Example
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
-< 
----
-> ---
-> title: Classpath Example
-> ---
-32c17
-<     root@test15> config -s general.vfs.context.classpath.cx1=hdfs://<namenode host>:<namenode port>/user1/lib
----
->     root@test16> config -s general.vfs.context.classpath.cx1=hdfs://<namenode host>:<namenode port>/user1/lib
-36c21
-<     root@test15> createtable nofoo
----
->     root@test16> createtable nofoo
-40c25
-<     root@test15 nofoo> config -t nofoo -s table.classpath.context=cx1
----
->     root@test16 nofoo> config -t nofoo -s table.classpath.context=cx1
-44c29
-<     root@test15 nofoo> setiter -n foofilter -p 10 -scan -minc -majc -class org.apache.accumulo.test.FooFilter
----
->     root@test16 nofoo> setiter -n foofilter -p 10 -scan -minc -majc -class org.apache.accumulo.test.FooFilter
-50,52c35,37
-<     root@test15 nofoo> insert foo1 f1 q1 v1
-<     root@test15 nofoo> insert noo1 f1 q1 v2
-<     root@test15 nofoo> scan
----
->     root@test16 nofoo> insert foo1 f1 q1 v1
->     root@test16 nofoo> insert noo1 f1 q1 v2
->     root@test16 nofoo> scan
-60,61c45,46
-<     root@test15 nofoo> createtable nofootwo
-<     root@test15 nofootwo> setiter -n foofilter -p 10 -scan -minc -majc -class org.apache.accumulo.test.FooFilter
----
->     root@test16 nofoo> createtable nofootwo
->     root@test16 nofootwo> setiter -n foofilter -p 10 -scan -minc -majc -class org.apache.accumulo.test.FooFilter
-63,64c48,49
-<     root@test15 nofootwo> config -t nofootwo -s table.classpath.context=cx1
-<     root@test15 nofootwo> setiter -n foofilter -p 10 -scan -minc -majc -class org.apache.accumulo.test.FooFilter
----
->     root@test16 nofootwo> config -t nofootwo -s table.classpath.context=cx1
->     root@test16 nofootwo> setiter -n foofilter -p 10 -scan -minc -majc -class org.apache.accumulo.test.FooFilter
-1,17c1,3
-< Title: Apache Accumulo Client Examples
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
----
-> ---
-> title: Client Examples
-> ---
-1,17c1,3
-< Title: Apache Accumulo Combiner Example
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
----
-> ---
-> title: Combiner Example
-> ---
-32c18
-<     - version: 1.5.0
----
->     - version: 1.6.0
-1,17c1,3
-< Title: Apache Accumulo Constraints Example
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
----
-> ---
-> title: Constraints Example
-> ---
-34c20
-<     - version: 1.5.0
----
->     - version: 1.6.0
-1,17c1,3
-< Title: Apache Accumulo File System Archive
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
----
-> ---
-> title: File System Archive
-> ---
-1,17c1,3
-< Title: Apache Accumulo Export/Import Example
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
----
-> ---
-> title: Export/Import Example
-> ---
-27,33c13,19
-<     root@test15> createtable table1
-<     root@test15 table1> insert a cf1 cq1 v1
-<     root@test15 table1> insert h cf1 cq1 v2
-<     root@test15 table1> insert z cf1 cq1 v3
-<     root@test15 table1> insert z cf1 cq2 v4
-<     root@test15 table1> addsplits -t table1 b r
-<     root@test15 table1> scan
----
->     root@test16> createtable table1
->     root@test16 table1> insert a cf1 cq1 v1
->     root@test16 table1> insert h cf1 cq1 v2
->     root@test16 table1> insert z cf1 cq1 v3
->     root@test16 table1> insert z cf1 cq2 v4
->     root@test16 table1> addsplits -t table1 b r
->     root@test16 table1> scan
-38,42c24,28
-<     root@test15> config -t table1 -s table.split.threshold=100M
-<     root@test15 table1> clonetable table1 table1_exp
-<     root@test15 table1> offline table1_exp
-<     root@test15 table1> exporttable -t table1_exp /tmp/table1_export
-<     root@test15 table1> quit
----
->     root@test16> config -t table1 -s table.split.threshold=100M
->     root@test16 table1> clonetable table1 table1_exp
->     root@test16 table1> offline table1_exp
->     root@test16 table1> exporttable -t table1_exp /tmp/table1_export
->     root@test16 table1> quit
-64,66c50,52
-<     root@test15> importtable table1_copy /tmp/table1_export_dest
-<     root@test15> table table1_copy
-<     root@test15 table1_copy> scan
----
->     root@test16> importtable table1_copy /tmp/table1_export_dest
->     root@test16> table table1_copy
->     root@test16 table1_copy> scan
-71c57
-<     root@test15 table1_copy> getsplits -t table1_copy
----
->     root@test16 table1_copy> getsplits -t table1_copy
-74c60
-<     root@test15> config -t table1_copy -f split
----
->     root@test16> config -t table1_copy -f split
-81c67
-<     root@test15> tables -l
----
->     root@test16> tables -l
-86c72
-<     root@test15 table1_copy> scan -t accumulo.metadata -b 5 -c srv:time
----
->     root@test16 table1_copy> scan -t accumulo.metadata -b 5 -c srv:time
-1,17c1,3
-< Title: Apache Accumulo File System Archive Example (Data Only)
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
----
-> ---
-> title: File System Archive Example (Data Only)
-> ---
-1,17c1,3
-< Title: Apache Accumulo Filter Example
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
----
-> ---
-> title: Filter Example
-> ---
-1,17c1,3
-< Title: Apache Accumulo Hello World Example
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
----
-> ---
-> title: Hello World Example
-> ---
-1,18c1,3
-< Title: Apache Accumulo Isolation Example
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
-< 
----
-> ---
-> title: Isolation Example
-> ---
-1,17c1,3
-< Title: Apache Accumulo MapReduce Example
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
----
-> ---
-> title: MapReduce Example
-> ---
-36c22
-<     - version: 1.5.0
----
->     - version: 1.6.0
-151,154d136
-< 
-< 
-< 
-< 
-1,17c1,3
-< Title: Apache Accumulo MaxMutation Constraints Example
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
----
-> ---
-> title: MaxMutation Constraints Example
-> ---
-30c16
-<     - version: 1.5.0
----
->     - version: 1.6.0
-43,45c29
-< a single row with 10000 columns, which exceeds the memory limit. Depending on the
-< amount of Java heap your tserver(s) are given, you may have to increase the number
-< of columns provided to see the failure.
----
-> a single row with 10000 columns, which exceeds the memory limit:
-1,17c1,3
-< Title: Apache Accumulo Regex Example
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
----
-> ---
-> title: Regex Example
-> ---
-27c13
-<     - version: 1.5.0
----
->     - version: 1.6.0
-54c40
-<     $ hadoop fs -text /tmp/output/part-m-00000
----
->     $ hadoop fs -text /tmp/output/output/part-m-00000
-56,57d41
-< 
-< 
-1,17c1,3
-< Title: Apache Accumulo Isolation Example
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
----
-> ---
-> title: Isolation Example
-> ---
-1,17c1,3
-< Title: Apache Accumulo RowHash Example
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
----
-> ---
-> title: RowHash Example
-> ---
-27c13
-<     - version: 1.5.0
----
->     - version: 1.6.0
-47c33
-<     - version: 1.5.0
----
->     - version: 1.6.0
-1,17c1,3
-< Title: Apache Accumulo Shard Example
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
----
-> ---
-> title: Shard Example
-> ---
-1,17c1,3
-< Title: Apache Accumulo Table-to-File Example
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
----
-> ---
-> title: Table-to-File Example
-> ---
-26c12
-<     - version: 1.5.0
----
->     - version: 1.6.0
-1,17c1,3
-< Title: Apache Accumulo Terasort Example
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
----
-> ---
-> title: Terasort Example
-> ---
-1,17c1,3
-< Title: Apache Accumulo Visibility, Authorizations, and Permissions Example
-< Notice:    Licensed to the Apache Software Foundation (ASF) under one
-<            or more contributor license agreements.  See the NOTICE file
-<            distributed with this work for additional information
-<            regarding copyright ownership.  The ASF licenses this file
-<            to you under the Apache License, Version 2.0 (the
-<            "License"); you may not use this file except in compliance
-<            with the License.  You may obtain a copy of the License at
-<            .
-<              http://www.apache.org/licenses/LICENSE-2.0
-<            .
-<            Unless required by applicable law or agreed to in writing,
-<            software distributed under the License is distributed on an
-<            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-<            KIND, either express or implied.  See the License for the
-<            specific language governing permissions and limitations
-<            under the License.
----
-> ---
-> title: Visibility, Authorizations, and Permissions Example
-> ---
diff --git a/_docs-2/administration/in-depth-install.md b/_docs-2/administration/in-depth-install.md
index ce7280e..826baab 100644
--- a/_docs-2/administration/in-depth-install.md
+++ b/_docs-2/administration/in-depth-install.md
@@ -716,8 +716,9 @@ prone to compatibility changes between versions and you must use the
 same version your Accumulo is built with.
 
 Please check the release notes for your Accumulo version or use the
-mailing lists at https://accumulo.apache.org for more info.
+[mailing lists][contact] for more info.
 
+[contact]: {{ site.baseurl }}/contact-us
 [quick start]: {% durl getting-started/quickstart %}
 [monitor]: {% durl administration/monitoring-metrics#monitor %}
 [config-mgmt]: {% durl configuration/overview %}
diff --git a/_docs-2/administration/upgrading.md b/_docs-2/administration/upgrading.md
index fa7d9cc..7659b6c 100644
--- a/_docs-2/administration/upgrading.md
+++ b/_docs-2/administration/upgrading.md
@@ -189,7 +189,7 @@ This happens automatically the first time Accumulo 1.5 is started.
 - Copy other 1.4 configuration options as needed.
 - Start Accumulo 1.5.
 
-[FATE]: https://accumulo.apache.org/1.7/accumulo_user_manual.html#_fault_tolerant_executor_fate
+[FATE]: {{ site.baseurl }}/1.7/accumulo_user_manual.html#_fault_tolerant_executor_fate
 [ACCUMULO-4496]: https://issues.apache.org/jira/browse/ACCUMULO-4496
 [ZooKeeeperInstance]: {% jurl org.apache.accumulo.core.client.ZooKeeperInstance %}
 [Connector]: {% jurl org.apache.accumulo.core.client.Connector %}
diff --git a/_docs-2/getting-started/design.md b/_docs-2/getting-started/design.md
index 711783f..1a9127a 100644
--- a/_docs-2/getting-started/design.md
+++ b/_docs-2/getting-started/design.md
@@ -14,7 +14,7 @@ Accumulo provides a richer data model than simple key-value stores, but is not a
 fully relational database. Data is represented as key-value pairs, where the key and
 value are comprised of the following elements:
 
-![key value pair]({{ site.url }}/images/docs/key_value.png)
+![key value pair]({{ site.baseurl }}/images/docs/key_value.png)
 
 All elements of the Key and the Value are represented as byte arrays except for
 Timestamp, which is a Long. Accumulo sorts keys by element and lexicographically
@@ -104,7 +104,7 @@ clients insert and query data, and as machines are added and removed from the
 cluster, the Master migrates tablets to ensure they remain available and that the
 ingest and query load is balanced across the cluster.
 
-![data distribution]({{ site.url }}/images/docs/data_distribution.png)
+![data distribution]({{ site.baseurl }}/images/docs/data_distribution.png)
 
 ## Tablet Server
 
@@ -122,7 +122,7 @@ are returned to the client in order from the MemTable and data blocks of RFiles
 a sorted merge as they are read. If [caching] is enabled for the table, any index or data
 block is stored in the block cache to speed up future scans.
 
-![tablet server diagram]({{ site.url }}/images/docs/tablet_server.png)
+![tablet server diagram]({{ site.baseurl }}/images/docs/tablet_server.png)
 <!-- Source at https://docs.google.com/presentation/d/1yEBNM044FxrzksVfxU35WDbxcVWUYUMy3tgRP75dzus/edit?usp=sharing -->
 
 ## RFile
@@ -134,7 +134,7 @@ index blocks (which are used to find data block), and meta blocks (which contain
 metadata for bloom filters and summary statistics). Data in an RFile is separated by
 locality group. The diagram below shows the logical view and HDFS file view of an RFile.
 
-![rfile diagram]({{ site.url }}/images/docs/rfile_diagram.png)
+![rfile diagram]({{ site.baseurl }}/images/docs/rfile_diagram.png)
 <!-- Source at https://docs.google.com/presentation/d/1w9BgfgUtZ-3M14K-lIgv0UmvnOhVg10Zof6AUi-7pcc/edit?usp=sharing -->
 
 ## Compactions
@@ -179,7 +179,7 @@ that are destined for the tablets they have now been assigned.
 TabletServer failures are noted on the Master's monitor page, accessible via
 `http://master-address:9995/monitor`.
 
-![failure handling]({{ site.url }}/images/docs/failure_handling.png)
+![failure handling]({{ site.baseurl }}/images/docs/failure_handling.png)
 
 [BigTable paper]: https://research.google.com/archive/bigtable.html
 [monitor]: {% durl administration/monitoring-metrics#monitoring %}
diff --git a/_docs-2/getting-started/quickstart.md b/_docs-2/getting-started/quickstart.md
index dab4da0..db324ab 100644
--- a/_docs-2/getting-started/quickstart.md
+++ b/_docs-2/getting-started/quickstart.md
@@ -201,7 +201,7 @@ When finished, use the following commands to stop Accumulo:
 * Stop Accumulo cluster: `accumulo-cluster stop`
 
 [in-depth]: {% durl administration/in-depth-install %}
-[download]: https://accumulo.apache.org/downloads/
+[download]: {{ site.baseurl }}/downloads
 [build]: https://github.com/apache/accumulo/blob/main/README.md#building
 [Zookeeper]: https://zookeeper.apache.org/
 [HDFS]: https://hadoop.apache.org/
diff --git a/_docs-2/security/kerberos.md b/_docs-2/security/kerberos.md
index 2535935..137d57a 100644
--- a/_docs-2/security/kerberos.md
+++ b/_docs-2/security/kerberos.md
@@ -28,8 +28,8 @@ one of which is GSSAPI. Thus, SASL provides the transport which authenticates
 using GSSAPI that Kerberos implements.
 
 Kerberos is a very complicated software application and is deserving of much
-more description than can be provided here. An [explain like I`m 5](http://www.roguelynn.com/words/explain-like-im-5-kerberos/)
-blog post is very good at distilling the basics, while [MIT Kerberos's project page](http://web.mit.edu/kerberos/)
+more description than can be provided here. An [explain like I`m 5](https://www.roguelynn.com/words/explain-like-im-5-kerberos/)
+blog post is very good at distilling the basics, while [MIT Kerberos's project page](https://web.mit.edu/kerberos/)
 contains lots of documentation for users or administrators. Various Hadoop "vendors"
 also provide free documentation that includes step-by-step instructions for
 configuring Hadoop and ZooKeeper (which will be henceforth considered as prerequisites).
diff --git a/_docs-2/security/on-disk-encryption.md b/_docs-2/security/on-disk-encryption.md
index d594700..6cf700b 100644
--- a/_docs-2/security/on-disk-encryption.md
+++ b/_docs-2/security/on-disk-encryption.md
@@ -88,7 +88,7 @@ Accumulo stores a lot of metadata about the cluster in Zookeeper.  Keep in mind
 
 ## GCM performance
 
-The AESCryptoService uses GCM mode for RFiles. [Java 9 introduced GHASH hardware support used by GCM.](http://openjdk.java.net/jeps/246)
+The AESCryptoService uses GCM mode for RFiles. [Java 9 introduced GHASH hardware support used by GCM.](https://openjdk.java.net/jeps/246)
 
 A test was performed on a VM with 4 2.3GHz processors and 16GB of RAM. The test encrypted and decrypted arrays of size 131072 bytes 1000000 times. The results are as follows:
 
diff --git a/_docs-2/troubleshooting/tracing.md b/_docs-2/troubleshooting/tracing.md
index d737510..34823ef 100644
--- a/_docs-2/troubleshooting/tracing.md
+++ b/_docs-2/troubleshooting/tracing.md
@@ -21,7 +21,7 @@ Accumulo. You can browse recent traces from the Accumulo monitor
 page. You can also read the `trace` table directly like any
 other table.
 
-The design of Accumulo's distributed tracing follows that of [Google's Dapper](http://research.google.com/pubs/pub36356.html).
+The design of Accumulo's distributed tracing follows that of [Google's Dapper](https://research.google.com/pubs/pub36356.html).
 
 ## Tracers
 
diff --git a/_layouts/release.html b/_layouts/release.html
index 22e2936..d177d4c 100644
--- a/_layouts/release.html
+++ b/_layouts/release.html
@@ -8,12 +8,12 @@ layout: default
     {% assign nextIndex = forloop.index0 | plus: 1 %}{% assign releaseNext = all_releases[nextIndex] %}
     {% capture prevPage %}
       {% if forloop.last or forloop.first != true %}
-        <li class="previous"><a href="{{ site.url }}{{ site.baseurl }}{{ releasePrev.url }}">&laquo;&nbsp;{{ releasePrev.title }}</a></li>
+        <li class="previous"><a href="{{ site.baseurl }}{{ releasePrev.url }}">&laquo;&nbsp;{{ releasePrev.title }}</a></li>
       {% endif %}
     {% endcapture %}
     {% capture nextPage %}
       {% if forloop.first or forloop.last != true %}
-        <li class="next"><a href="{{ site.url }}{{ site.baseurl }}{{ releaseNext.url }}">{{ releaseNext.title }}&nbsp;&raquo;</a></li>
+        <li class="next"><a href="{{ site.baseurl }}{{ releaseNext.url }}">{{ releaseNext.title }}&nbsp;&raquo;</a></li>
       {% endif %}
     {% endcapture %}
   {% endif %}
diff --git a/_posts/blog/2014-05-03-accumulo-classloader.md b/_posts/blog/2014-05-03-accumulo-classloader.md
index 84539bc..52c83a3 100644
--- a/_posts/blog/2014-05-03-accumulo-classloader.md
+++ b/_posts/blog/2014-05-03-accumulo-classloader.md
@@ -70,5 +70,5 @@ Please email the [dev](mailto:dev@accumulo.apache.org) list for comments and que
 [ACCUMULO-599]: https://issues.apache.org/jira/browse/ACCUMULO-599
 [ACCUMULO-2761]: https://issues.apache.org/jira/browse/ACCUMULO-2761
 [VFS-487]: https://issues.apache.org/jira/browse/VFS-487
-[commonsvfs]: http://commons.apache.org/proper/commons-vfs/
-[URLClassLoader]: http://docs.oracle.com/javase/6/docs/api/java/net/URLClassLoader.html
+[commonsvfs]: https://commons.apache.org/proper/commons-vfs/
+[URLClassLoader]: https://docs.oracle.com/javase/6/docs/api/java/net/URLClassLoader.html
diff --git a/_posts/blog/2014-05-27-getting-started-with-accumulo-1.6.0.md b/_posts/blog/2014-05-27-getting-started-with-accumulo-1.6.0.md
index 010611a..3cf9d67 100644
--- a/_posts/blog/2014-05-27-getting-started-with-accumulo-1.6.0.md
+++ b/_posts/blog/2014-05-27-getting-started-with-accumulo-1.6.0.md
@@ -46,5 +46,5 @@ This will prompt you to name your Accumulo instance and set the Accumulo root us
 
     $ACCUMULO_HOME/bin/start-all.sh
 
-[downloads]: http://accumulo.apache.org/downloads/
-[bigtable]: http://research.google.com/archive/bigtable.html
+[downloads]: {{ site.baseurl }}/downloads
+[bigtable]: https://research.google.com/archive/bigtable.html
diff --git a/_posts/blog/2014-06-25-scaling-accumulo-with-multivolume-support.md b/_posts/blog/2014-06-25-scaling-accumulo-with-multivolume-support.md
index 2e1857b..0601081 100644
--- a/_posts/blog/2014-06-25-scaling-accumulo-with-multivolume-support.md
+++ b/_posts/blog/2014-06-25-scaling-accumulo-with-multivolume-support.md
@@ -154,8 +154,8 @@ The example configuration below shows how to set up Accumulo with HA NameNodes a
 ```
 
 
-[1]: http://ieeexplore.ieee.org/zpl/login.jsp?arnumber=6597155
-[2]: http://www.pdl.cmu.edu/SDI/2013/slides/big_graph_nsa_rd_2013_56002v1.pdf
-[3]: http://accumulo.apache.org/1.6/examples/bulkIngest.html
+[1]: https://ieeexplore.ieee.org/document/6597155
+[2]: https://www.pdl.cmu.edu/SDI/2013/slides/big_graph_nsa_rd_2013_56002v1.pdf
+[3]: {{ site.baseurl }}/1.10/examples/bulkIngest
 [4]: https://issues.apache.org/jira/browse/HDFS-1052
 [5]: https://issues.apache.org/jira/browse/ACCUMULO-118
diff --git a/_posts/blog/2014-09-02-generating-keystores-for-configuring-accumulo-with-ssl.md b/_posts/blog/2014-09-02-generating-keystores-for-configuring-accumulo-with-ssl.md
index 0c87503..105845a 100644
--- a/_posts/blog/2014-09-02-generating-keystores-for-configuring-accumulo-with-ssl.md
+++ b/_posts/blog/2014-09-02-generating-keystores-for-configuring-accumulo-with-ssl.md
@@ -110,6 +110,6 @@ rpc.javax.net.ssl.trustStorePassword  truststore-password
 ```
 When creating a ZooKeeperInstance, the implementation will automatically look for this file and set up a connection with the methods defined in this configuration file. The ClientConfiguration class also contains methods that can be used instead of a configuration file on the filesystem. Again, the paths to the keystore and truststore are on the local filesystem, not HDFS.
 
-[thrift]: http://thrift.apache.org/
+[thrift]: https://thrift.apache.org/
 [accumulo-2464]: https://issues.apache.org/jira/browse/ACCUMULO-2464
-[props]: http://en.wikipedia.org/wiki/.properties
+[props]: https://en.wikipedia.org/wiki/.properties
diff --git a/_posts/blog/2015-03-20-balancing-groups-of-tablets.md b/_posts/blog/2015-03-20-balancing-groups-of-tablets.md
index 11342b2..c46cfc6 100644
--- a/_posts/blog/2015-03-20-balancing-groups-of-tablets.md
+++ b/_posts/blog/2015-03-20-balancing-groups-of-tablets.md
@@ -27,11 +27,11 @@ When using a GroupBalancer, how Accumulo automatically splits tablets must be ke
 The Fluo Stress test is a very abstract use case. A more concrete use case for the group balancer would be using it to ensure tablets storing geographic data were spread out evenly. For example consider [GeoWave's][geowave] Accumulo [Persistence Model][persis-model]. Tablets could be balanced such that bins related to different regions are spread out evenly. For example tablets related to each continent could be assigned a group ensuring data related to each continent is evenly spread ac [...]
 
 [bad-perf]: https://github.com/fluo-io/fluo/issues/361
-[fluo]: http://fluo.io/
-[stress-test]: https://github.com/fluo-io/fluo-stress
+[fluo]: https://fluo.apache.org/
+[stress-test]: https://github.com/apache/fluo-examples/tree/main/stresso
 [accumulo-3439]: https://issues.apache.org/jira/browse/ACCUMULO-3439
 [rgbalancer]: https://gitbox.apache.org/repos/asf?p=accumulo.git;a=blob;f=docs/src/main/resources/examples/README.rgbalancer;hb=51fbfaf0a52dc89e8294c86c30164fb94c9f644c
 [RegexGroupBalancer]: https://gitbox.apache.org/repos/asf?p=accumulo.git;a=blob;f=server/base/src/main/java/org/apache/accumulo/server/master/balancer/RegexGroupBalancer.java;hb=51fbfaf0a52dc89e8294c86c30164fb94c9f644c
 [GroupBalancer]: https://gitbox.apache.org/repos/asf?p=accumulo.git;a=blob;f=server/base/src/main/java/org/apache/accumulo/server/master/balancer/GroupBalancer.java;hb=b0815affade66ab04ca27b6fc3abaac400097469
-[geowave]: https://ngageoint.github.io/geowave/
-[persis-model]: http://ngageoint.github.io/geowave/documentation.html#architecture-accumulo
+[geowave]: https://locationtech.github.io/geowave/
+[persis-model]: https://locationtech.github.io/geowave/previous-versions/0.9.1/documentation.html#architecture-accumulo
diff --git a/_posts/blog/2018-03-22-view-metrics-in-grafana.md b/_posts/blog/2018-03-22-view-metrics-in-grafana.md
index 79892e2..e933483 100644
--- a/_posts/blog/2018-03-22-view-metrics-in-grafana.md
+++ b/_posts/blog/2018-03-22-view-metrics-in-grafana.md
@@ -84,6 +84,6 @@ Metrics from Accumulo will be immediately viewable in Grafana at [http://localho
 [Graphite]: https://graphiteapp.org/
 [Ganglia]: http://ganglia.sourceforge.net/
 [monitor]: {{ site.baseurl }}/features/#screenshots
-[Grafana]: http://grafana.org/
+[Grafana]: https://grafana.com/
 [InfluxDB]: https://influxdb.com/
 [dashboard]: https://raw.githubusercontent.com/apache/fluo-uno/master/conf/grafana/accumulo-dashboard.json
diff --git a/_posts/blog/2019-08-12-why-upgrade.md b/_posts/blog/2019-08-12-why-upgrade.md
index d628de4..a8c5f40 100644
--- a/_posts/blog/2019-08-12-why-upgrade.md
+++ b/_posts/blog/2019-08-12-why-upgrade.md
@@ -130,16 +130,16 @@ to configure the cluster in a way that allows the one fast scan to be prioritize
 Checkout some examples in the [user guide][scans].
 
 [FATE]: {% durl /administration/fate %}
-[new-bulk]: https://accumulo.apache.org/release/accumulo-2.0.0/#new-bulk-import-api
-[scripts]: https://accumulo.apache.org/blog/2016/11/16/simpler-scripts-and-config.html
+[new-bulk]: {{ site.baseurl }}/release/accumulo-2.0.0/#new-bulk-import-api
+[scripts]: {{ site.baseurl }}/blog/2016/11/16/simpler-scripts-and-config.html
 [summary]: {% durl /development/summaries %}
 [client]: {% jurl org.apache.accumulo.core.client.Accumulo %}
 [Key]: https://github.com/apache/accumulo/blob/main/core/src/test/java/org/apache/accumulo/core/data/KeyBuilderTest.java
 [Mutation]: https://static.javadoc.io/org.apache.accumulo/accumulo-core/2.0.0/org/apache/accumulo/core/data/Mutation.html#at()
 [manual]: {% durl /getting-started/quickstart %}
-[search]: https://accumulo.apache.org/search/
+[search]: {{ site.baseurl }}/search/
 [crypto]: {% durl /security/on-disk-encryption %}
-[rel]: https://accumulo.apache.org/release/accumulo-2.0.0/
+[rel]: {{ site.baseurl }}/release/accumulo-2.0.0/
 [zstd]: https://facebook.github.io/zstd/
 [z-config]: {% durl /configuration/server-properties %}
 [scans]: {% durl /administration/scan-executors %}
diff --git a/_posts/blog/2019-10-15-accumulo-adlsgen2-notes.md b/_posts/blog/2019-10-15-accumulo-adlsgen2-notes.md
index 511f4d4..ab5c4db 100644
--- a/_posts/blog/2019-10-15-accumulo-adlsgen2-notes.md
+++ b/_posts/blog/2019-10-15-accumulo-adlsgen2-notes.md
@@ -5,7 +5,7 @@ author: Karthick Narendran
 
 Accumulo can store its files in [Azure Data Lake Storage Gen2](https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction)
 using the [ABFS (Azure Blob File System)](https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-abfs-driver) driver.
-Similar to [S3 blog](https://accumulo.apache.org/blog/2019/09/10/accumulo-S3-notes.html), 
+Similar to [S3 blog]({{ site.baseurl }}/blog/2019/09/10/accumulo-S3-notes.html),
 the write ahead logs & Accumulo metadata can be stored in HDFS and everything else on Gen2 storage
 using the volume chooser feature introduced in Accumulo 2.0. The configurations referred on this blog
 are specific to Accumulo 2.0 and Hadoop 3.2.0.
diff --git a/_posts/blog/2020-02-26-accumulo-spark-connector.md b/_posts/blog/2020-02-26-accumulo-spark-connector.md
index 631e1be..c32594e 100644
--- a/_posts/blog/2020-02-26-accumulo-spark-connector.md
+++ b/_posts/blog/2020-02-26-accumulo-spark-connector.md
@@ -105,7 +105,7 @@ See the [demo notebook](https://github.com/microsoft/masc/blob/master/connector/
 ## Setup
 The benchmark setup used a 1,000-node Accumulo 2.0.0 Cluster (16,000 cores) running and a 256-node Spark 2.4.3 cluster (4,096 cores). All nodes used [Azure D16s_v3](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes-general) (16 cores) virtual machines. [Fluo-muchos](https://github.com/apache/fluo-muchos) was used to handle Accumulo and Spark cluster deployments and configuration. 
 
-In all experiments we use the same base dataset which is a collection of Twitter user tweets with labeled sentiment value. This dataset is known as the Sentiment140 dataset ([Go, Bhayani, & Huang, 2009](http://www-nlp.stanford.edu/courses/cs224n/2009/fp/3.pdf)). The training data consist of 1.6M samples of tweets, where each tweet has columns indicating the sentiment label, user, timestamp, query term, and text. The text is limited to 140 characters and the overall uncompressed size of t [...]
+In all experiments we use the same base dataset which is a collection of Twitter user tweets with labeled sentiment value. This dataset is known as the Sentiment140 dataset ([Go, Bhayani, & Huang, 2009](https://www-nlp.stanford.edu/courses/cs224n/2009/fp/3.pdf)). The training data consist of 1.6M samples of tweets, where each tweet has columns indicating the sentiment label, user, timestamp, query term, and text. The text is limited to 140 characters and the overall uncompressed size of  [...]
 
 | sentiment | id | date | query_string | user | text |
 | --- | --- | --- | --- | --- | --- |
diff --git a/_posts/release/2015-05-18-accumulo-1.7.0.md b/_posts/release/2015-05-18-accumulo-1.7.0.md
index 2ce90f5..200ce97 100644
--- a/_posts/release/2015-05-18-accumulo-1.7.0.md
+++ b/_posts/release/2015-05-18-accumulo-1.7.0.md
@@ -398,10 +398,10 @@ 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]: https://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
 [readme]: https://github.com/apache/accumulo/blob/1.7.0/README.md
 [replication]: {{ site.baseurl }}/1.7/accumulo_user_manual#_replication
-[semver]: http://semver.org
+[semver]: https://semver.org
diff --git a/_posts/release/2015-06-25-accumulo-1.5.3.md b/_posts/release/2015-06-25-accumulo-1.5.3.md
index ac3262b..e1b70d6 100644
--- a/_posts/release/2015-06-25-accumulo-1.5.3.md
+++ b/_posts/release/2015-06-25-accumulo-1.5.3.md
@@ -116,5 +116,5 @@ Accumulo configuration from `120s` to `240s`.
 [ACCUMULO-3745]: https://issues.apache.org/jira/browse/ACCUMULO-3745
 [api]: https://github.com/apache/accumulo/blob/1.7.0/README.md#api
 [readme]: https://github.com/apache/accumulo/blob/1.5.3/README.md
-[semver]: http://semver.org
+[semver]: https://semver.org
 [CHANGES]: https://issues.apache.org/jira/browse/ACCUMULO/fixforversion/12328662
diff --git a/_posts/release/2016-09-06-accumulo-1.8.0.md b/_posts/release/2016-09-06-accumulo-1.8.0.md
index 362b84e..eb3eaba 100644
--- a/_posts/release/2016-09-06-accumulo-1.8.0.md
+++ b/_posts/release/2016-09-06-accumulo-1.8.0.md
@@ -192,7 +192,7 @@ HDFS High-Availability instances, forcing NameNode failover.
 [JIRA_180]: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312121&version=12329879
 [THRIFT-0.9.3-RN]: https://github.com/apache/thrift/blob/0.9.3/CHANGES
 [api]: https://github.com/apache/accumulo/blob/1.8/README.md#api
-[semver]: http://semver.org
+[semver]: https://semver.org
 [sample]: {{ site.baseurl }}/1.8/examples/sample
 [ITER_TEST]: {{ site.baseurl }}/1.8/accumulo_user_manual.html#_iterator_testing
 [RFILE_API]: {{ site.baseurl }}/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.html
diff --git a/_posts/release/2017-02-26-accumulo-1.8.1.md b/_posts/release/2017-02-26-accumulo-1.8.1.md
index 7e15e9c..a5e3058 100644
--- a/_posts/release/2017-02-26-accumulo-1.8.1.md
+++ b/_posts/release/2017-02-26-accumulo-1.8.1.md
@@ -136,7 +136,7 @@ HDFS High-Availability instances, forcing NameNode failover.
 
 [JIRA_181]: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312121&version=12335830
 [api]: https://github.com/apache/accumulo/blob/rel/1.8.1/README.md#api
-[semver]: http://semver.org
+[semver]: https://semver.org
 [ACCUMULO_4483]: https://issues.apache.org/jira/browse/ACCUMULO-4483
 [ACCUMULO_4458]: https://issues.apache.org/jira/browse/ACCUMULO-4458
 [ACCUMULO_4391]: https://issues.apache.org/jira/browse/ACCUMULO-4391
diff --git a/_posts/release/2017-04-06-accumulo-1.7.3.md b/_posts/release/2017-04-06-accumulo-1.7.3.md
index b2588a0..e6b87aa 100644
--- a/_posts/release/2017-04-06-accumulo-1.7.3.md
+++ b/_posts/release/2017-04-06-accumulo-1.7.3.md
@@ -122,12 +122,12 @@ Each unit and functional test only runs on a single node, while the RandomWalk a
 | CentOS 7, openJDK 1.8 from CentOS yum repo, EC2; 1 leader m3.xlarge, 8 workers d2.xlarge | 2.7.3 | 9 | 3.4.9 | No | 24 HR Continuous Ingest Agitation |
 
 [JIRA_173]: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312121&version=12335841
-[user_manual]: https://accumulo.apache.org/1.7/accumulo_user_manual.html
-[javadoc]: https://accumulo.apache.org/1.7/apidocs/
-[examples]: https://accumulo.apache.org/1.7/examples/
-[semver]: http://semver.org/
+[user_manual]: {{ site.baseurl }}/1.7/accumulo_user_manual.html
+[javadoc]: {{ site.baseurl }}/1.7/apidocs/
+[examples]: {{ site.baseurl }}/1.7/examples/
+[semver]: https://semver.org/
 [guidelines]: https://github.com/apache/accumulo/blob/rel/1.7.3/README.md#api
-[patch_version]: http://semver.org/#spec-item-6
+[patch_version]: https://semver.org/#spec-item-6
 [ACCUMULO-4458]: https://issues.apache.org/jira/browse/ACCUMULO-4458
 [ACCUMULO-4391]: https://issues.apache.org/jira/browse/ACCUMULO-4391
 [ACCUMULO-4519]: https://issues.apache.org/jira/browse/ACCUMULO-4519
@@ -144,5 +144,5 @@ Each unit and functional test only runs on a single node, while the RandomWalk a
 [ACCUMULO-4505]: https://issues.apache.org/jira/browse/ACCUMULO-4505
 [ACCUMULO-4535]: https://issues.apache.org/jira/browse/ACCUMULO-4535
 [ACCUMULO-4575]: https://issues.apache.org/jira/browse/ACCUMULO-4575
-[FATE]: https://accumulo.apache.org/1.7/accumulo_user_manual.html#_fault_tolerant_executor_fate
+[FATE]: {{ site.baseurl }}/1.7/accumulo_user_manual.html#_fault_tolerant_executor_fate
 [ACCUMULO-4496]: https://issues.apache.org/jira/browse/ACCUMULO-4496
diff --git a/_posts/release/2018-03-23-accumulo-1.7.4.md b/_posts/release/2018-03-23-accumulo-1.7.4.md
index cd365b4..c0daabf 100644
--- a/_posts/release/2018-03-23-accumulo-1.7.4.md
+++ b/_posts/release/2018-03-23-accumulo-1.7.4.md
@@ -116,13 +116,13 @@ on Hadoop 2.2.0, the IT passed with a newer version of Hadoop.
 * [ACCUMULO-4817] - Update build plugins and parent POM
 
 [JIRA_174]: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312121&version=12339577
-[upgrade]: https://accumulo.apache.org/docs/2.x/administration/upgrading
-[user_manual]: https://accumulo.apache.org/1.7/accumulo_user_manual.html
-[javadoc]: https://accumulo.apache.org/1.7/apidocs/
-[examples]: https://accumulo.apache.org/1.7/examples/
-[semver]: http://semver.org/
+[upgrade]: {{ site.baseurl }}/docs/2.x/administration/upgrading
+[user_manual]: {{ site.baseurl }}/1.7/accumulo_user_manual.html
+[javadoc]: {{ site.baseurl }}/1.7/apidocs/
+[examples]: {{ site.baseurl }}/1.7/examples/
+[semver]: https://semver.org/
 [guidelines]: https://github.com/apache/accumulo/blob/rel/1.7.4/README.md#api
-[patch_version]: http://semver.org/#spec-item-6
+[patch_version]: https://semver.org/#spec-item-6
 [ACCUMULO-1972]: https://issues.apache.org/jira/browse/ACCUMULO-1972
 [ACCUMULO-3208]: https://issues.apache.org/jira/browse/ACCUMULO-3208
 [ACCUMULO-3283]: https://issues.apache.org/jira/browse/ACCUMULO-3283
diff --git a/contributor/contrib-projects.md b/contributor/contrib-projects.md
index 0bf3dea..804e561 100644
--- a/contributor/contrib-projects.md
+++ b/contributor/contrib-projects.md
@@ -70,7 +70,7 @@ several of these demonstrative applications in the [simple example
 codebase][examples-simple] and the related published documentation for versions
 [1.7][17EXAMPLES] and [1.6][16EXAMPLES].
 
-[gitbook]: http://git-scm.com
+[gitbook]: https://git-scm.com
 [instamo-browse]: https://gitbox.apache.org/repos/asf?p=accumulo-instamo-archetype.git;a=summary
 [instamo-checkout]: https://gitbox.apache.org/repos/asf/accumulo-instamo-archetype.git
 [maven-proj]: https://maven.apache.org
diff --git a/contributor/verifying-release.md b/contributor/verifying-release.md
index 40e3304..410a3c2 100644
--- a/contributor/verifying-release.md
+++ b/contributor/verifying-release.md
@@ -127,6 +127,6 @@ own NOTICE file. The contents of the Apache Thrift NOTICE file should be include
 [4]: https://www.apache.org/legal/resolved
 [5]: https://www.apache.org/legal
 [examples]: https://github.com/apache/accumulo-examples
-[semver]: http://semver.org/spec/v2.0.0.html
+[semver]: https://semver.org/spec/v2.0.0.html
 [at]: https://github.com/apache/accumulo-testing
 [at-readme]: https://github.com/apache/accumulo-testing/blob/main/README.md
diff --git a/contributor/versioning.md b/contributor/versioning.md
index 3ebefb0..1c60f18 100644
--- a/contributor/versioning.md
+++ b/contributor/versioning.md
@@ -97,7 +97,7 @@ 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
+[1]: https://semver.org/spec/v2.0.0
 [2]: https://gitbox.apache.org/repos/asf?p=accumulo.git;a=blob;f=README.md;hb=refs/heads/main
 [3]: https://creativecommons.org/licenses/by/3.0
 [contact]: {{ site.baseurl }}/contact-us
diff --git a/pages/api.md b/pages/api.md
index 6ea00ea..efebd44 100644
--- a/pages/api.md
+++ b/pages/api.md
@@ -43,6 +43,6 @@ import\s+org\.apache\.accumulo\.(?!(core\.(client|data|security)|minicluster|had
 
 See the [blog post][post] about using the checkstyle plugin for more explicit non-API detection.
 
-[semver]: http://semver.org/spec/v2.0.0
-[RegexpSingleline]: http://checkstyle.sourceforge.net/config_regexp.html
+[semver]: https://semver.org/spec/v2.0.0
+[RegexpSingleline]: https://checkstyle.sourceforge.io/config_regexp.html
 [post]: {{ site.baseurl }}/blog/2019/11/04/checkstyle-import-control.html
diff --git a/pages/external-docs.md b/pages/external-docs.md
index 2531724..56103d5 100644
--- a/pages/external-docs.md
+++ b/pages/external-docs.md
@@ -54,9 +54,9 @@ $("#citationtable").dataTable();
 
 ## Blog Posts and Writeups
 
- - [Codebits Blogs](http://affy.blogspot.com/search?q=accumulo&by-date=true)
-    - [Implement Word Count in Accumulo](http://affy.blogspot.com/2012/04/implement-word-count-in-accumulo.html)
-    - [Using Accumulo To Calculate Seven Day Rolling Average](http://affy.blogspot.com/2012/04/using-accumulo-to-calculate-seven-day.html)
+ - [Codebits Blogs](https://affy.blogspot.com/search?q=accumulo&by-date=true)
+    - [Implement Word Count in Accumulo](https://affy.blogspot.com/2012/04/implement-word-count-in-accumulo.html)
+    - [Using Accumulo To Calculate Seven Day Rolling Average](https://affy.blogspot.com/2012/04/using-accumulo-to-calculate-seven-day.html)
  - [covert.io blogs](http://www.covert.io/)
     - [Accumulo, Nutch, and Gora](http://www.covert.io/post/18414889381/accumulo-nutch-and-gora)
     - [Accumulo and Pig](http://www.covert.io/post/18605091231/accumulo-and-pig)
@@ -91,19 +91,19 @@ $("#citationtable").dataTable();
 [s11]: http://ieee-hpec.org/2013/index_htm_files/11_130716-D4Mschema.pdf
 [p12]: http://ieee-hpec.org/2013/index_htm_files/26-HPEC13_LLSuperCloud_Reuther_final.pdf
 [s12]: http://ieee-hpec.org/2013/index_htm_files/HPEC+2013+Reuther+SuperCloud+final.pdf
-[p13]: http://geomesa.github.io/assets/outreach/SpatioTemporalIndexing_IEEEcopyright.pdf
+[p13]: https://geomesa.github.io/assets/outreach/SpatioTemporalIndexing_IEEEcopyright.pdf
 [p14]: https://people.cs.vt.edu/aendert/Alex_Endert/Research_files/Typograph.pdf
 [p15]: http://www.dodccrp.org/events/18th_iccrts_2013/post_conference/papers/051.pdf
-[p16]: http://www.mit.edu/~kepner/pubs/ByunKepner_2012_BigData_Paper.pdf
+[p16]: https://www.mit.edu/~kepner/pubs/ByunKepner_2012_BigData_Paper.pdf
 [s16]: http://ieee-hpec.org/2012/index_htm_files/42_ID18.pptx
 [p17]: http://ieee-hpec.org/2012/index_htm_files/HPEC12_Hubbell.pdf
 [s17]: http://ieee-hpec.org/2012/index_htm_files/31_ID20.pptx
 [p18]: https://sqrrl.com/media/Rya_CloudI20121.pdf
-[p19]: http://www.mit.edu/~kepner/pubs/Kepner_2012_D4M_Paper.pdf
-[s19]: http://www.mit.edu/~kepner/pubs/Kepner_2012_D4M_Slides.pdf
-[s20]: http://www.pdl.cmu.edu/SDI/2013/slides/big_graph_nsa_rd_2013_56002v1.pdf
-[p21]: http://www.pdl.cmu.edu/PDL-FTP/Storage/socc2011.pdf
-[s21]: http://www.cercs.gatech.edu/opencirrus/OCsummit11/presentations/patil.pdf
+[p19]: https://www.mit.edu/~kepner/pubs/Kepner_2012_D4M_Paper.pdf
+[s19]: https://www.mit.edu/~kepner/pubs/Kepner_2012_D4M_Slides.pdf
+[s20]: https://www.pdl.cmu.edu/SDI/2013/slides/big_graph_nsa_rd_2013_56002v1.pdf
+[p21]: https://www.pdl.cmu.edu/PDL-FTP/Storage/socc2011.pdf
+[s21]: http://www.cercs.gatech.edu/www.cercs.gatech.edu/opencirrus/OCsummit11/presentations/patil.pdf
 [s22]: https://home.apache.org/~kturner/accumulo14_15.pdf
 [s23]: https://home.apache.org/~afuchs/slides/morgan_state_talk.pdf
 [s24]: https://www.slideshare.net/DonaldMiner/an-introduction-to-accumulo
diff --git a/pages/how-to-contribute.md b/pages/how-to-contribute.md
index e6a588c..7537bae 100644
--- a/pages/how-to-contribute.md
+++ b/pages/how-to-contribute.md
@@ -100,7 +100,7 @@ For more information, see the [contributor guide](/contributors-guide/).
 [Push]: https://help.github.com/articles/pushing-to-a-remote/
 [clone]: https://help.github.com/articles/cloning-a-repository/
 [srcheaders]: https://www.apache.org/legal/src-headers
-[semver]: http://semver.org/spec/v2.0.0.html
+[semver]: https://semver.org/spec/v2.0.0.html
 [messages]: https://chris.beams.io/posts/git-commit/
 [squash-tutorial]: http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html
 [squash-stack]: https://stackoverflow.com/questions/5189560/squash-my-last-x-commits-together-using-git
diff --git a/pages/people.md b/pages/people.md
index 47d98ef..9622791 100644
--- a/pages/people.md
+++ b/pages/people.md
@@ -159,56 +159,56 @@ GitHub also has a [contributor list][github-contributors] based on commits.
 | Wil Selwood         | [Satellite Applications Catapult][SACAT]                          | [GMT][GMT]/[BST][BST] |
 
 [github-contributors]: https://github.com/apache/accumulo/graphs/contributors
-[ANAVATION]: http://www.anavationllc.com/
-[ANTHEMENG]: http://www.anthemengineering.com
+[ANAVATION]: https://www.anavationllc.com
+[ANTHEMENG]: https://www.anthemengineering.com
 [ARCUS]: http://www.arcus-research.com
-[ARGYLE]: http://www.argyledata.com
-[ASRC]: http://www.asrc.com
-[ATG]: http://www.atg-us.com/
-[ATSID]: http://www.atsid.com
-[ATT]: http://www.att.com
-[BASISTECH]: http://www.basistech.com
-[BOOZ]: http://www.boozallen.com
-[CENTROID]: http://www.centroid-llc.com/
+[ARGYLE]: https://mavenir.com
+[ASRC]: https://www.asrc.com
+[ATG]: https://www.atg-us.com
+[ATSID]: https://www.atsid.com
+[ATT]: https://www.att.com
+[BASISTECH]: https://www.basistech.com
+[BOOZ]: https://www.boozallen.com
+[CENTROID]: http://www.centroid-llc.com
 [CLEAREDGE]: http://clearedgeit.com
-[CLOUDERA]: http://www.cloudera.com
-[DATATACT]: http://www.data-tactics.com
-[DATACATESS]: https://datacatessen.com/
-[ENDGAME]: http://www.endgame.com
-[FLYWHEEL]: http://flywheeldata.com
-[HORTONWORKS]: http://hortonworks.com
-[IBM]: http://www.ibm.com
-[JHUAPL]: http://www.jhuapl.edu
-[KOVERSE]: http://www.koverse.com
+[CLOUDERA]: https://www.cloudera.com
+[DATATACT]: https://www.data-tactics.com
+[DATACATESS]: https://datacatessen.com
+[ENDGAME]: https://www.endgame.com
+[FLYWHEEL]: https://flywheeldata.com
+[HORTONWORKS]: https://hortonworks.com
+[IBM]: https://www.ibm.com
+[JHUAPL]: https://www.jhuapl.edu
+[KOVERSE]: https://www.koverse.com
 [LLNL]: https://www.llnl.gov
 [MASTERPEACE]: https://www.masterpeaceltd.com
-[MICROSOFT]: http://www.microsoft.com
-[MINERKASCH]: http://minerkasch.com
-[NAIST]: http://www.naist.jp
-[NOVETTA]: http://www.novetta.com
-[NSA]: http://www.nsa.gov
+[MICROSOFT]: https://www.microsoft.com
+[MINERKASCH]: https://minerkasch.com
+[NAIST]: https://www.naist.jp
+[NOVETTA]: https://www.novetta.com
+[NSA]: https://www.nsa.gov
 [OBJECTIVE]: http://www.objectivesolutions.com
-[PETERSON]: http://www.ptech-llc.com
-[PHEMI]: http://www.phemi.com
-[PRAXIS]: http://www.praxiseng.com
-[SABRE]: http://www.sabre-eng.com
+[PETERSON]: https://www.ptech-llc.com
+[PHEMI]: https://www.phemi.com
+[PRAXIS]: https://www.praxiseng.com
+[SABRE]: https://www.sabre-eng.com
 [SACAT]: https://sa.catapult.org.uk
-[SPLYT]: http://www.splyt.com
+[SPLYT]: https://www.splyt.com
 [SQRRL]: http://sqrrl.com
-[SRA]: http://sra.com
+[SRA]: https://sra.com
 [SWC]: http://swcomplete.com
-[TERALYTICS]: http://www.teralytics.net/
+[TERALYTICS]: https://www.teralytics.net
 [TETRA]: http://www.tetraconcepts.com
-[TIBER]: http://www.tibertechnologies.com
-[UW]: https://www.washington.edu/
-[WAVE]: http://www.wavestrike.com/
-[WRENCH]: https://wrench.io/
-[BST]: http://www.timeanddate.com/time/zones/bst
-[IST]: http://www.timeanddate.com/time/zones/ist-ireland
-[CT]: http://www.timeanddate.com/time/zones/ct
-[ET]: http://www.timeanddate.com/time/zones/et
-[GMT]: http://www.timeanddate.com/time/zones/gmt
-[JST]: http://www.timeanddate.com/time/zones/jst
-[MT]: http://www.timeanddate.com/time/zones/mt
-[PT]: http://www.timeanddate.com/time/zones/pt
-[CEST]: http://www.timeanddate.com/time/zones/cest
+[TIBER]: https://www.tibertechnologies.com
+[UW]: https://www.washington.edu
+[WAVE]: https://www.wavestrike.com
+[WRENCH]: https://wrench.io
+[BST]: https://www.timeanddate.com/time/zones/bst
+[IST]: https://www.timeanddate.com/time/zones/ist-ireland
+[CT]: https://www.timeanddate.com/time/zones/ct
+[ET]: https://www.timeanddate.com/time/zones/et
+[GMT]: https://www.timeanddate.com/time/zones/gmt
+[JST]: https://www.timeanddate.com/time/zones/jst
+[MT]: https://www.timeanddate.com/time/zones/mt
+[PT]: https://www.timeanddate.com/time/zones/pt
+[CEST]: https://www.timeanddate.com/time/zones/cest
diff --git a/pages/quickstart-1.x.md b/pages/quickstart-1.x.md
index 7f7dfbe..ee088a8 100644
--- a/pages/quickstart-1.x.md
+++ b/pages/quickstart-1.x.md
@@ -94,9 +94,9 @@ When finished, use the following command to stop Accumulo.
 
 
 
-[download]: http://accumulo.apache.org/downloads/
+[download]: {{ site.baseurl }}/downloads
 [build]: {{ "/contributors-guide#building-accumulo-from-source" | relative_url }}
-[zookeeper]: http://zookeeper.apache.org/
+[zookeeper]: https://zookeeper.apache.org/
 [hdfs]: https://hadoop.apache.org/
 [pdcp]: https://code.google.com/p/pdsh/
 [prsync]: https://code.google.com/p/parallel-ssh/
diff --git a/pages/related-projects.md b/pages/related-projects.md
index ff0d009..789f670 100644
--- a/pages/related-projects.md
+++ b/pages/related-projects.md
@@ -44,7 +44,7 @@ Hive has the ability to read and write data in Accumulo using the [AccumuloStora
 
 #### Geomesa
 
-[Geomesa](http://www.geomesa.org/) is an open-source, distributed, spatio-temporal database built on a number of distributed cloud data storage systems, including Accumulo, HBase, Cassandra, and Kafka.
+[Geomesa](https://www.geomesa.org/) is an open-source, distributed, spatio-temporal database built on a number of distributed cloud data storage systems, including Accumulo, HBase, Cassandra, and Kafka.
 
 #### Geowave
 
diff --git a/tour/data-model.md b/tour/data-model.md
index 5580cb4..6160f72 100644
--- a/tour/data-model.md
+++ b/tour/data-model.md
@@ -4,7 +4,7 @@ title: Data Model
 Data is stored in Accumulo in a distributed sorted map. The Keys of the map are broken up logically into a few different parts, 
 as seen in the image below.
 
-![key value pair]({{ site.url }}/images/docs/key_value.png)
+![key value pair]({{ site.baseurl }}/images/docs/key_value.png)
 
 **Row ID** - Unique identifier for the row.<br/>
 **Column Family** - Logical grouping of the key. This field can be used to partition data within a node.<br/>
@@ -25,4 +25,4 @@ It can be broken down as follows: <br/>
 For this exercise add a few more rows to the GothamDB table.  Create a row for Robin (id0002), who is a hero that also wears a cape
 and his name is "Dick Grayson".  Create a row for Joker (id0003), who is a villain with an "Unknown" name and doesn't wear a cape. Build and run.
 
-Notice how the data is printed in sorted order. Accumulo sorts by Row ID then family and then qualifier.  
\ No newline at end of file
+Notice how the data is printed in sorted order. Accumulo sorts by Row ID then family and then qualifier.
diff --git a/tour/ranges-splits.md b/tour/ranges-splits.md
index 03db08f..17197db 100644
--- a/tour/ranges-splits.md
+++ b/tour/ranges-splits.md
@@ -21,7 +21,7 @@ By default, a table will get split into Tablets on row boundaries, guaranteeing
 tell Accumulo where to split tables by setting split points. This is done using `addSplits` in the [TableOperations] API.  The image below 
 demonstrates how Accumulo splits data.  
 
-![data distribution]({{ site.url }}/images/docs/data_distribution.png)
+![data distribution]({{ site.baseurl }}/images/docs/data_distribution.png)
 
 Take a minute to learn these Accumulo terms:
 * **Tablet** - A partition of a table.