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

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new e83779a  Convert links on website to https where possible CTR
e83779a is described below

commit e83779addb946891923fa43c73daab908dc6d489
Author: Stephen Mallette <[email protected]>
AuthorDate: Mon Feb 24 10:39:39 2020 -0500

    Convert links on website to https where possible CTR
---
 docs/site/home/downloads.html              | 20 +++++------
 docs/site/home/gremlin.html                |  8 ++---
 docs/site/home/index.html                  | 48 +++++++++++++-------------
 docs/site/home/policy.html                 | 10 +++---
 docs/site/home/providers.html              | 54 +++++++++++++++---------------
 docs/site/home/template/header-footer.html | 44 ++++++++++++------------
 6 files changed, 92 insertions(+), 92 deletions(-)

diff --git a/docs/site/home/downloads.html b/docs/site/home/downloads.html
index 5d4539f..1b1a8f6 100644
--- a/docs/site/home/downloads.html
+++ b/docs/site/home/downloads.html
@@ -18,7 +18,7 @@ limitations under the License.
  <div class="row">
     <h3>Download Apache TinkerPop&trade;</h3>
     <p><img src="img/gremlin-download.png"  
style="float:right;width:150px;padding:10px;"/>Apache TinkerPop provides three 
packaged downloads per release version. The
-       <a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-console";>Gremlin
 Console</a> and <a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-server";>Gremlin
 Server</a>
+       <a 
href="https://tinkerpop.apache.org/docs/current/reference/#gremlin-console";>Gremlin
 Console</a> and <a 
href="https://tinkerpop.apache.org/docs/current/reference/#gremlin-server";>Gremlin
 Server</a>
        downloads are binary distributions, which contain pre-packaged versions 
of these important TinkerPop applications that are designed to work 
out-of-the-box
        when unpackaged. The source distribution is a snapshot of the source 
code and files used in the building of those  binary distributions.</p>
     <h4>Current Releases</h4>
@@ -32,8 +32,8 @@ limitations under the License.
             </td>
             <td>
                 <a 
href="https://github.com/apache/tinkerpop/blob/3.4.6/CHANGELOG.asciidoc#release-3-4-6";>release
 notes</a> |
-                <a 
href="http://tinkerpop.apache.org/docs/3.4.6/upgrade/#_tinkerpop_3_4_6";>upgrade</a>
 |
-                <a 
href="http://tinkerpop.apache.org/docs/3.4.6/";>documentation</a> |
+                <a 
href="https://tinkerpop.apache.org/docs/3.4.6/upgrade/#_tinkerpop_3_4_6";>upgrade</a>
 |
+                <a 
href="https://tinkerpop.apache.org/docs/3.4.6/";>documentation</a> |
                 <a href="#" data-toggle="modal" 
data-target="#contributors-3_4_6">contributors</a>
             </td>
             <td align="right">
@@ -51,8 +51,8 @@ limitations under the License.
             </td>
             <td>
                 <a 
href="https://github.com/apache/tinkerpop/blob/3.3.10/CHANGELOG.asciidoc#release-3-3-9";>release
 notes</a> |
-                <a 
href="http://tinkerpop.apache.org/docs/3.3.10/upgrade/#_tinkerpop_3_3_9";>upgrade</a>
 |
-                <a 
href="http://tinkerpop.apache.org/docs/3.3.10/";>documentation</a> |
+                <a 
href="https://tinkerpop.apache.org/docs/3.3.10/upgrade/#_tinkerpop_3_3_9";>upgrade</a>
 |
+                <a 
href="https://tinkerpop.apache.org/docs/3.3.10/";>documentation</a> |
                 <a href="#" data-toggle="modal" 
data-target="#contributors-3_3_9">contributors</a>
             </td>
             <td align="right">
@@ -119,8 +119,8 @@ limitations under the License.
              <td id="archiveReleaseDate"></td>
              <td>
                  <a id="archiveReleaseNotes" 
href="https://github.com/apache/tinkerpop/blob/3.4.2/CHANGELOG.asciidoc#release-3-4-2";>release
 notes</a> |
-                 <span id="archiveUpgrade"><a 
href="http://tinkerpop.apache.org/docs/3.4.2/upgrade/#_tinkerpop_3_4_2";>upgrade</a>
 |</span>
-                 <a id="archiveDocs" 
href="http://tinkerpop.apache.org/docs/3.4.2/";>documentation</a> |
+                 <span id="archiveUpgrade"><a 
href="https://tinkerpop.apache.org/docs/3.4.2/upgrade/#_tinkerpop_3_4_2";>upgrade</a>
 |</span>
+                 <a id="archiveDocs" 
href="https://tinkerpop.apache.org/docs/3.4.2/";>documentation</a> |
                  <a id="archiveContributors" href="#" data-toggle="modal" 
data-target="#contributors-3_4_2">contributors</a>
              </td>
              <td align="right">
@@ -132,7 +132,7 @@ limitations under the License.
      </table>
     <p><strong>Note</strong> that upgrade documentation was only introduced at 
3.1.1-incubating which is why there are no "upgrade" links in versions prior to 
that one.
     <p>As a convenience, TinkerPop also deploys packaged artifacts to the 
following locations:</p>
-    <p><a href="https://hub.docker.com/u/tinkerpop/";>Docker</a> | <a 
href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.tinkerpop%22";>Maven
 Central</a> | <a href="https://pypi.python.org/pypi/gremlinpython/";>PyPI</a> | 
<a href="https://www.npmjs.com/package/gremlin";>npm</a> | <a 
href="https://www.nuget.org/packages/Gremlin.Net/";>NuGet</a></p>
+    <p><a href="https://hub.docker.com/u/tinkerpop/";>Docker</a> | <a 
href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.tinkerpop%22";>Maven
 Central</a> | <a href="https://pypi.python.org/pypi/gremlinpython/";>PyPI</a> | 
<a href="https://www.npmjs.com/package/gremlin";>npm</a> | <a 
href="https://www.nuget.org/packages/Gremlin.Net/";>NuGet</a></p>
 
      <p><strong>Note</strong> this page lists official Apache releases only. 
TinkerPop occasionally produces unofficial binary release candidates (denoted 
by the suffix "-RC") which are NOT promoted or announced as actual release 
versions. <i>Such releases are for early development and evaluation purposes 
only.</i></p>
 
@@ -1500,7 +1500,7 @@ limitations under the License.
             $("#archiveVersion").html(version);
             $("#archiveReleaseDate").html(releaseDate);
             $("#archiveReleaseNotes").attr("href", 
"https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc#release-"; + 
versionHyphened);
-            $("#archiveDocs").attr("href", "http://tinkerpop.apache.org/docs/"; 
+ version);
+            $("#archiveDocs").attr("href", 
"https://tinkerpop.apache.org/docs/"; + version);
             $("#archiveContributors").attr("data-target", "#contributors-" + 
versionUnderscored);
 
             var versionsWithOldNaming = ["3.2.1", "3.1.3", "3.2.0-incubating", 
"3.1.2-incubating", "3.1.1-incubating",
@@ -1524,7 +1524,7 @@ limitations under the License.
                 $("#archiveUpgrade a").attr("href", "#");
                 $("#archiveUpgrade").hide();
             } else {
-                $("#archiveUpgrade a").attr("href", 
"http://tinkerpop.apache.org/docs/"; + version + "/upgrade/#_tinkerpop_" + 
versionUnderscored);
+                $("#archiveUpgrade a").attr("href", 
"https://tinkerpop.apache.org/docs/"; + version + "/upgrade/#_tinkerpop_" + 
versionUnderscored);
                 $("#archiveUpgrade").show();
             }
 
diff --git a/docs/site/home/gremlin.html b/docs/site/home/gremlin.html
index 40f2e6e..1255626 100644
--- a/docs/site/home/gremlin.html
+++ b/docs/site/home/gremlin.html
@@ -26,7 +26,7 @@ limitations under the License.
  <div class="container">
     <div class="row">
        <div class="col-sm-10 col-md-10">
-          <a href="http://arxiv.org/abs/1508.03843";>Gremlin</a> is the graph 
traversal language of <a href="http://tinkerpop.apache.org/";>Apache 
TinkerPop</a>.
+          <a href="http://arxiv.org/abs/1508.03843";>Gremlin</a> is the graph 
traversal language of <a href="https://tinkerpop.apache.org/";>Apache 
TinkerPop</a>.
           Gremlin is a <a 
href="https://en.wikipedia.org/wiki/Functional_programming";>functional</a>, <a 
href="https://en.wikipedia.org/wiki/Dataflow_programming";>data-flow</a>
           language that enables users to succinctly express complex traversals 
on (or queries of) their application's property graph. Every Gremlin traversal 
is composed of a sequence of (potentially nested) steps. A step
           performs an atomic operation on the data stream. Every step is 
either a <em>map</em>-step (transforming the objects in the stream), a 
<em>filter</em>-step (removing objects
@@ -250,14 +250,14 @@ g.V().hasLabel("person").
        </div>
        <div class="col-sm-7 col-md-8">
           A declarative Gremlin traversal does not tell the traversers the 
order in which to execute their walk, but instead, allows each traverser to 
select a pattern to execute from a collection
-          of (potentially nested) patterns. The <a 
href="http://tinkerpop.apache.org/docs/current/reference/#match-step";>declarative
 traversal</a> on the left yields the same result as the imperative traversal 
above. However, the declarative traversal has the added benefit
+          of (potentially nested) patterns. The <a 
href="https://tinkerpop.apache.org/docs/current/reference/#match-step";>declarative
 traversal</a> on the left yields the same result as the imperative traversal 
above. However, the declarative traversal has the added benefit
           that it leverages not only a compile-time query planner (like 
imperative traversals), but also a runtime query planner that chooses which 
traversal pattern to execute next based on the
           historic statistics of each pattern -- favoring those patterns which 
tend to reduce/filter the most data.
        </div>
     </div>
     <br/>
     The user can write their traversals in any way they choose. However, 
ultimately when their traversal is compiled, and depending on the underlying 
execution engine
-    (i.e. an OLTP graph database or an OLAP graph processor), the user's 
traversal is rewritten by a set of <em><a 
href="http://tinkerpop.apache.org/docs/current/reference/#traversalstrategy";>traversal
 strategies</a></em> which do their best to determine the most optimal execution
+    (i.e. an OLTP graph database or an OLAP graph processor), the user's 
traversal is rewritten by a set of <em><a 
href="https://tinkerpop.apache.org/docs/current/reference/#traversalstrategy";>traversal
 strategies</a></em> which do their best to determine the most optimal execution
     plan based on an understanding of graph data access costs as well as the 
underlying data systems's unique capabilities (e.g. fetch the Gremlin vertex 
from the graph database's "name"-index).
     Gremlin has been designed to give users flexibility in how they express 
their queries and graph system providers flexibility in how to efficiently 
evaluate traversals against their TinkerPop-enabled data system.
  </div>
@@ -277,7 +277,7 @@ g.V().hasLabel("person").
           "programming languages" are not as great as we are taught to 
believe. Gremlin unifies this divide because traversals can be written in any
           programming language that supports function <a 
href="https://en.wikipedia.org/wiki/Function_composition";>composition</a> and 
<a href="https://en.wikipedia.org/wiki/Nested_function";>nesting</a> (which 
every major programming language supports). In this way, the user's
           Gremlin traversals are written along side their application code and 
benefit from the advantages afforded by the host language and its tooling
-          (e.g. type checking, syntax highlighting, dot completion, etc.). 
Various <a 
href="http://tinkerpop.apache.org/docs/current/tutorials/gremlin-language-variants/";>Gremlin
 language variants</a> exist including: Gremlin-Java, Gremlin-Groovy, <a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-python";>Gremlin-Python</a>,
+          (e.g. type checking, syntax highlighting, dot completion, etc.). 
Various <a 
href="https://tinkerpop.apache.org/docs/current/tutorials/gremlin-language-variants/";>Gremlin
 language variants</a> exist including: Gremlin-Java, Gremlin-Groovy, <a 
href="https://tinkerpop.apache.org/docs/current/reference/#gremlin-python";>Gremlin-Python</a>,
           <a 
href="https://github.com/mpollmeier/gremlin-scala";>Gremlin-Scala</a>, etc.
        </div>
        <div class="col-md-12">
diff --git a/docs/site/home/index.html b/docs/site/home/index.html
index f857274..8c20ba8 100644
--- a/docs/site/home/index.html
+++ b/docs/site/home/index.html
@@ -37,12 +37,12 @@ limitations under the License.
                <div class="col-md-6">
                   <p><b>Documentation</b></p>
                   <ul>
-                     <li><a 
href="http://tinkerpop.apache.org/docs/current/";>TinkerPop 
Documentation</a></li>
+                     <li><a 
href="https://tinkerpop.apache.org/docs/current/";>TinkerPop 
Documentation</a></li>
                      <ul>
-                        <li><a 
href="http://tinkerpop.apache.org/docs/current/reference";>Reference 
Documentation</a></li>
+                        <li><a 
href="https://tinkerpop.apache.org/docs/current/reference";>Reference 
Documentation</a></li>
                      </ul>
-                     <li><a 
href="http://tinkerpop.apache.org/docs/3.4.6/upgrade/#_tinkerpop_3_4_6";>Upgrade 
Information</a></li>
-                     <li>TinkerPop Javadoc - <a 
href="http://tinkerpop.apache.org/javadocs/current/core/";>core</a> / <a 
href="http://tinkerpop.apache.org/javadocs/current/full/";>full</a></li>
+                     <li><a 
href="https://tinkerpop.apache.org/docs/3.4.6/upgrade/#_tinkerpop_3_4_6";>Upgrade
 Information</a></li>
+                     <li>TinkerPop Javadoc - <a 
href="https://tinkerpop.apache.org/javadocs/current/core/";>core</a> / <a 
href="https://tinkerpop.apache.org/javadocs/current/full/";>full</a></li>
                   </ul>
                </div>
                <div class="col-md-6">
@@ -159,7 +159,7 @@ limitations under the License.
          effectively leverage that structure.
       </p>
       <br/>
-      <p><a href="#"><img src="img/apache-tinkerpop-logo.png" 
style="float:left;width:22%;padding:10px;"/></a>Apache TinkerPop&trade; is an 
open source, vendor-agnostic, graph computing framework distributed under the 
commercial friendly <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache2 license</a>.
+      <p><a href="#"><img src="img/apache-tinkerpop-logo.png" 
style="float:left;width:22%;padding:10px;"/></a>Apache TinkerPop&trade; is an 
open source, vendor-agnostic, graph computing framework distributed under the 
commercial friendly <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache2 license</a>.
          When a data system is <a href="providers.html">TinkerPop-enabled</a>, 
its users are able to model their domain as a graph and analyze that graph 
using the <a href="gremlin.html">Gremlin graph traversal language</a>.
          Furthermore, all TinkerPop-enabled systems integrate with one another 
allowing them to easily expand their offerings as well as allowing users to 
choose the appropriate graph
          technology for their application. Sometimes an application is best 
served by an in-memory, transactional graph database. Sometimes a multi-machine 
distributed graph database will do the job.
@@ -172,11 +172,11 @@ limitations under the License.
       <div class="col-xs-12">
          <div class="row">
             <div class="col-xs-8">
-               TinkerPop is an open source project that <a 
href="http://tinkerpop.apache.org/docs/current/dev/developer#_contributing";>welcomes
 contributions</a>. There are many ways to get involved:
+               TinkerPop is an open source project that <a 
href="https://tinkerpop.apache.org/docs/current/dev/developer#_contributing";>welcomes
 contributions</a>. There are many ways to get involved:
                <p/>
                <ol>
                   <li>
-                     Join the <a 
href="http://groups.google.com/group/gremlin-users";>Gremlin-Users</a> public 
mailing list.
+                     Join the <a 
href="https://groups.google.com/group/gremlin-users";>Gremlin-Users</a> public 
mailing list.
                      <ul>
                         <li>Help users by answering questions and 
demonstrating your expertise in TinkerPop and graphs.</li>
                      </ul>
@@ -199,17 +199,17 @@ limitations under the License.
                      <li>Become a TinkerPop Committer and help determine the 
evolution of The TinkerPop.</li>
                   </ul>
                </ol>
-               <p>To build TinkerPop from source, please review the <a 
href="http://tinkerpop.apache.org/docs/current/dev/developer/#building-testing";>developer
 documentation</a>.
+               <p>To build TinkerPop from source, please review the <a 
href="https://tinkerpop.apache.org/docs/current/dev/developer/#building-testing";>developer
 documentation</a>.
             </div>
             <div class="col-xs-4">
-               <a 
href="http://tinkerpop.apache.org/docs/current/dev/developer/";><img 
src="img/gremlin-apache.png" width="250" class="img-responsive" /></a>
+               <a 
href="https://tinkerpop.apache.org/docs/current/dev/developer/";><img 
src="img/gremlin-apache.png" width="250" class="img-responsive" /></a>
             </div>
          </div>
          <h3>Community Contributions</h3>
          TinkerPop is at the center of a larger development ecosystem that 
extends on its core interfaces, integration points, and ideas.  The graph 
systems and libraries below represent both
          TinkerPop-maintained reference implementations and third-party 
managed projects. The TinkerPop community is always interested in hearing about 
projects like these and aiding
          in their support. Please read our <a href="policy.html">provider 
listing policy</a> and feel free to promote such projects on the user and 
developer mailing lists. Information on
-         how to build implementations of the various interfaces that TinkerPop 
exposes can be found in the <a 
href="http://tinkerpop.apache.org/docs/current/dev/provider/";>Provider 
Documentation</a>.
+         how to build implementations of the various interfaces that TinkerPop 
exposes can be found in the <a 
href="https://tinkerpop.apache.org/docs/current/dev/provider/";>Provider 
Documentation</a>.
          <p/>
          <a name="graph-systems"></a>
          <h4 id="graph-systems">Graph Systems</h4>
@@ -222,22 +222,22 @@ limitations under the License.
             <li><a 
href="https://github.com/blazegraph/tinkerpop3";>Blazegraph</a> - RDF graph 
database with OLTP support.</li>
             <li><a 
href="https://docs.microsoft.com/en-us/azure/cosmos-db/graph-introduction";>CosmosDB</a>
 - Microsoft's distributed OLTP graph database.</li>
             <li><a 
href="https://github.com/MartinHaeusler/chronos/tree/master/org.chronos.chronograph";>ChronoGraph</a>
 - A versioned graph database.</li>
-            <li><a 
href="http://www.datastax.com/products/datastax-enterprise-graph";>DSEGraph</a> 
- DataStax graph database with OLTP and OLAP support.</li>
+            <li><a 
href="https://www.datastax.com/products/datastax-enterprise-graph";>DSEGraph</a> 
- DataStax graph database with OLTP and OLAP support.</li>
             <li><a href="https://grakn.ai/";>GRAKN.AI</a> - Distributed 
OLTP/OLAP knowledge graph system.</li>
-            <li><a 
href="http://tinkerpop.apache.org/docs/current/reference/#sparkgraphcomputer";>Hadoop
 (Spark)</a> - OLAP graph processor using Spark.</li>
+            <li><a 
href="https://tinkerpop.apache.org/docs/current/reference/#sparkgraphcomputer";>Hadoop
 (Spark)</a> - OLAP graph processor using Spark.</li>
             <li><a href="https://github.com/rayokota/hgraphdb";>HGraphDB</a> - 
OLTP graph database running on Apache HBase.</li>
             <li><a 
href="https://www.huaweicloud.com/en-us/product/ges.html";>Huawei Graph Engine 
Service</a> - Fully-managed, distributed, at-scale graph query and analysis 
service that provides a visualized interactive analytics platform.</li>
             <li><a 
href="https://console.ng.bluemix.net/catalog/services/ibm-graph/";>IBM Graph</a> 
- OLTP graph database as a service.</li>
             <li><a href="http://janusgraph.org/";>JanusGraph</a> - Distributed 
OLTP and OLAP graph database with BerkeleyDB, Apache Cassandra and Apache HBase 
support.</li>
             <li><a 
href="https://github.com/awslabs/dynamodb-janusgraph-storage-backend//";>JanusGraph
 (Amazon)</a> - The Amazon DynamoDB Storage Backend for JanusGraph.</li>
-            <li><a 
href="http://tinkerpop.apache.org/docs/current/reference/#neo4j-gremlin";>Neo4j</a>
 - OLTP graph database (embedded and high availability).</li>
+            <li><a 
href="https://tinkerpop.apache.org/docs/current/reference/#neo4j-gremlin";>Neo4j</a>
 - OLTP graph database (embedded and high availability).</li>
             <li><a 
href="https://github.com/SteelBridgeLabs/neo4j-gremlin-bolt";>neo4j-gremlin-bolt</a>
 - OLTP graph database (using Bolt Protocol).</li>
             <li><a 
href="https://github.com/orientechnologies/orientdb-gremlin";>OrientDB</a> - 
OLTP graph database</li>
-            <li><a href="http://s2graph.apache.org/";>Apache S2Graph</a> - OLTP 
graph database running on Apache HBase.</li>
+            <li><a href="https://s2graph.apache.org/";>Apache S2Graph</a> - 
OLTP graph database running on Apache HBase.</li>
             <li><a href="https://github.com/pietermartin/sqlg";>Sqlg</a> - OLTP 
implementation on SQL databases.</li>
-            <li><a href="http://stardog.com/";>Stardog</a> - RDF graph database 
with OLTP and OLAP support.</li>
-            <li><a 
href="http://tinkerpop.apache.org/docs/current/reference/#tinkergraph-gremlin";>TinkerGraph</a>
 - In-memory OLTP and OLAP reference implementation.</li>
-            <li><a href="http://thinkaurelius.github.io/titan/";>Titan</a> - 
Distributed OLTP and OLAP graph database with BerkeleyDB, Apache Cassandra and 
Apache HBase support.</li>
+            <li><a href="https://stardog.com/";>Stardog</a> - RDF graph 
database with OLTP and OLAP support.</li>
+            <li><a 
href="https://tinkerpop.apache.org/docs/current/reference/#tinkergraph-gremlin";>TinkerGraph</a>
 - In-memory OLTP and OLAP reference implementation.</li>
+            <li><a href="https://thinkaurelius.github.io/titan/";>Titan</a> - 
Distributed OLTP and OLAP graph database with BerkeleyDB, Apache Cassandra and 
Apache HBase support.</li>
             <li><a 
href="https://github.com/awslabs/dynamodb-titan-storage-backend";>Titan 
(Amazon)</a> - The Amazon DynamoDB storage backend for Titan.</li>
             <li><a 
href="https://github.com/classmethod/tupl-titan-storage-backend";>Titan 
(Tupl)</a> - The Tupl storage backend for Titan.</li>
             <li><a href="https://github.com/rmagen/unipop";>Unipop</a> - OLTP 
Elasticsearch and JDBC backed graph.</li>
@@ -249,10 +249,10 @@ limitations under the License.
             <li><a 
href="https://github.com/opencypher/cypher-for-gremlin";>cypher-for-gremlin</a> 
- A Cypher-to-Gremlin traversal transpiler.</li>
             <li><a href="http://syncleus.com/Ferma/";>Ferma</a> (java/dsl) - An 
ORM / OGM for Apache TinkerPop.</li>
             <li><a href="https://github.com/davebshow/goblin";>Goblin</a> 
(python/dsl) - Goblin OGM for the TinkerPop 3 Gremlin Server.</li>
-            <li><a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-DotNet";>Gremlin.Net</a>
 (.NET - C#/variant) - Gremlin hosted in C# for use with any .NET-based VM.</li>
-            <li><a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-javascript";>gremlin-javascript</a>
 (js) - Gremlin hosted in JavaScript for use with Node.js.</li>
+            <li><a 
href="https://tinkerpop.apache.org/docs/current/reference/#gremlin-DotNet";>Gremlin.Net</a>
 (.NET - C#/variant) - Gremlin hosted in C# for use with any .NET-based VM.</li>
+            <li><a 
href="https://tinkerpop.apache.org/docs/current/reference/#gremlin-javascript";>gremlin-javascript</a>
 (js) - Gremlin hosted in JavaScript for use with Node.js.</li>
             <li><a 
href="https://github.com/gremlin-orm/gremlin-orm";>gremlin-orm</a> (javascript) 
Gremlin ORM for Node.js.</li>
-            <li><a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-python";>gremlin-python</a>
 (python/variant) - Gremlin hosted in Python for use with any Python-based 
VM.</li>
+            <li><a 
href="https://tinkerpop.apache.org/docs/current/reference/#gremlin-python";>gremlin-python</a>
 (python/variant) - Gremlin hosted in Python for use with any Python-based 
VM.</li>
             <li><a href="https://github.com/emehrkay/gremlinpy";>gremlin-py</a> 
(python/variant) - Write pure Python Gremlin that can be sent to Gremlin 
Server.</li>
             <li><a 
href="https://github.com/wolf4ood/gremlin-rs";>gremlin-rs</a> (rust/variant) - A 
Gremlin Server driver and language variant for Rust.</li>
             <li><a 
href="https://github.com/mpollmeier/gremlin-scala";>gremlin-scala</a> 
(scala/variant) - A Scala-based Gremlin language variant for TinkerPop3.</li>
@@ -263,7 +263,7 @@ limitations under the License.
             <li><a 
href="https://github.com/pm-dev/kotlin-gremlin-ogm";>kotlin-gremlin-ogm</a> 
(kotlin/dsl) - An Object Graph Mapping Library for Kotlin and Gremlin.</li>
             <li><a href="http://ogre.clojurewerkz.org/";>ogre</a> 
(clojure/variant) - A Clojure language wrapper for TinkerPop3.</li>
             <li><a href="http://bayofmany.github.io/";>Peapod</a> (java/dsl) - 
An object-graph-wrapper.</li>
-            <li><a 
href="http://tinkerpop.apache.org/docs/current/reference/#sparql-gremlin";>sparql-gremlin</a>
 (sparql/distinct) - A SPARQL to Gremlin traversal compiler.</li>
+            <li><a 
href="https://tinkerpop.apache.org/docs/current/reference/#sparql-gremlin";>sparql-gremlin</a>
 (sparql/distinct) - A SPARQL to Gremlin traversal compiler.</li>
             <li><a 
href="https://github.com/Microsoft/spring-data-gremlin";>spring-data-gremlin</a> 
(java/dsl) - Spring Data support for TinkerPop-enabled graph systems.</li>
             <li><a 
href="https://github.com/twilmes/sql-gremlin";>sql-gremlin</a> (sql/distinct) - 
An SQL to Gremlin traversal compiler.</li>
          </ul>
@@ -272,13 +272,13 @@ limitations under the License.
          <ul>
             <li><a 
href="https://github.com/davebshow/gremlinclient";>gremlinclient</a> (python) - 
An asynchronous Python 2/3 client for Gremlin Server that allows for flexible 
coroutine syntax - Trollius, Tornado, Asyncio.</li>
             <li><a 
href="https://github.com/marcelocf/gremlin_client";>gremlin_client</a> (ruby) - 
A Gremlin Server driver for Ruby.</li>
-            <li><a 
href="http://tinkerpop.apache.org/docs/current/reference/#connecting-via-java";>gremlin-driver</a>
 (java) - A Gremlin Server driver for Java.</li>
+            <li><a 
href="https://tinkerpop.apache.org/docs/current/reference/#connecting-via-java";>gremlin-driver</a>
 (java) - A Gremlin Server driver for Java.</li>
             <li><a 
href="https://github.com/northwesternmutual/grammes";>grammes</a> (go) - A 
strongly typed Gremlin server driver for Go.</li>
             <li><a href="https://github.com/qasaur/gremgo";>gremgo</a> (go) - A 
Gremlin Server driver for Go.</li>
             <li><a href="https://github.com/Revmaker/gremlex";>gremlex</a> 
(elixir) - A Gremlin Server driver for Elixir.</li>
-            <li><a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-DotNet";>Gremlin.Net</a>
 (.NET - C#) - Gremlin Server driver for .NET.</li>
+            <li><a 
href="https://tinkerpop.apache.org/docs/current/reference/#gremlin-DotNet";>Gremlin.Net</a>
 (.NET - C#) - Gremlin Server driver for .NET.</li>
             <li><a 
href="https://github.com/PommeVerte/gremlin-php";>gremlin-php</a> (php) - A 
Gremlin Server driver for PHP.</li>
-            <li><a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-python";>gremlin-python</a>
 (python) - Gremlin Server driver for Python.</li>
+            <li><a 
href="https://tinkerpop.apache.org/docs/current/reference/#gremlin-python";>gremlin-python</a>
 (python) - Gremlin Server driver for Python.</li>
             <li><a 
href="http://gremlinrestclient.readthedocs.org/en/latest/";>gremlinrestclient</a>
 (python) - Python 2/3 library that uses HTTP to communicate with the Gremlin 
Server over REST.</li>
             <li><a href="https://github.com/ExRam/ExRam.Gremlinq";>Gremlinq</a> 
(.NET) - A strongly typed server driver.</li>
             <li><a 
href="https://github.com/windj007/python-gremlin-rest";>python-gremlin-rest</a> 
(python) - A REST-based client for Gremlin Server.</li>
diff --git a/docs/site/home/policy.html b/docs/site/home/policy.html
index b1d6bee..6247c86 100644
--- a/docs/site/home/policy.html
+++ b/docs/site/home/policy.html
@@ -27,9 +27,9 @@ limitations under the License.
       <h3>Provider Listing Policy</h3>
       <p>Graph system and language providers can have the project listed in 
two locations on the Apache TinkerPop homepage.
          The first location is on the homepage <a 
href="index.html">index.html</a>. The second is on the homepage <a 
href="providers.html">providers.html</a>. The policies
-         for each are provided below. Note that the Apache Software 
Foundation's <a href="http://www.apache.org/foundation/marks/linking";>linking 
policy</a> supercede those
+         for each are provided below. Note that the Apache Software 
Foundation's <a href="https://www.apache.org/foundation/marks/linking";>linking 
policy</a> supercede those
          stipulated by Apache TinkerPop. All things considered, if your 
project meets the requirements, please email Apache TinkerPop's
-         <a 
href="http://mail-archives.apache.org/mod_mbox/incubator-tinkerpop-dev/";>developer
 mailing list</a> requesting that your project be added to a listing.
+         <a 
href="https://mail-archives.apache.org/mod_mbox/incubator-tinkerpop-dev/";>developer
 mailing list</a> requesting that your project be added to a listing.
       </p>
       <h4>Index Listing Requirements</h4>
       <ul>
@@ -54,8 +54,8 @@ limitations under the License.
       <a name="graphic-usage-policy"></a>
       <h3>Graphic Usage Policy</h3>
       <p>Apache TinkerPop has a plethora of graphics that the community can 
use. There are four categories of graphics. These categories and their 
respective policies are presented
-         below. If you are unsure of the category of a particular graphic, 
please ask on our <a 
href="http://mail-archives.apache.org/mod_mbox/incubator-tinkerpop-dev/";>developer
 mailing</a>
-         list before using it. Finally, note that the Apache Software 
Foundation's <a href="http://www.apache.org/foundation/marks/";>trademark 
policies</a> supercede those stipulated
+         below. If you are unsure of the category of a particular graphic, 
please ask on our <a 
href="https://mail-archives.apache.org/mod_mbox/incubator-tinkerpop-dev/";>developer
 mailing</a>
+         list before using it. Finally, note that the Apache Software 
Foundation's <a href="https://www.apache.org/foundation/marks/";>trademark 
policies</a> supercede those stipulated
          by Apache TinkerPop.
       </p>
       <ul>
@@ -65,7 +65,7 @@ limitations under the License.
          <img src="img/policy/gremlin-gremopoly.png" 
style="padding:10px;width:10%;"/> <img src="img/policy/gremlin-gremreaper.png" 
style="padding:10px;width:14%;"/> <img src="img/policy/gremlin-chickenwing.png" 
style="padding:10px;width:10%;"/> <img 
src="img/policy/gremlin-no-more-mr-nice-guy.png" 
style="padding:10px;width:10%;"/> <img 
src="img/policy/gremlin-new-sheriff-in-town.png" 
style="padding:10px;width:12%;"/> <img src="img/policy/gremlin-gremstefani.png" 
style="padding:10px;widt [...]
          <li><strong>Explanatory Diagrams</strong>: Explanatory diagrams can 
be used <em>without permission</em> as long as they are being used in an Apache 
TinkerPop related context, it is acknowledged that they are trademarks of the 
Apache Software Foundation/Apache TinkerPop, and are being used for technical 
explanatory purposes.</li>
          <img src="img/policy/olap-traversal.png" 
style="padding:10px;width:22%;"/> <img src="img/policy/cyclicpath-step.png" 
style="padding:10px;width:22%;"/> <img src="img/policy/flat-map-lambda.png" 
style="padding:10px;width:15%;"/> <img src="img/policy/adjacency-list.png" 
style="padding:10px;width:22%;"/>
-         <li><strong>Character Scene Graphics</strong>: Character scene 
graphics <u><em>require permission</em></u> before being used. Please ask for 
permission on the Apache TinkerPop <a 
href="http://mail-archives.apache.org/mod_mbox/incubator-tinkerpop-dev/";>developer
 mailing list</a>.</li>
+         <li><strong>Character Scene Graphics</strong>: Character scene 
graphics <u><em>require permission</em></u> before being used. Please ask for 
permission on the Apache TinkerPop <a 
href="https://mail-archives.apache.org/mod_mbox/incubator-tinkerpop-dev/";>developer
 mailing list</a>.</li>
          <img src="img/policy/tinkerpop-reading.png" 
style="padding:10px;width:20%;"/> <img src="img/policy/gremlintron.png" 
style="padding:10px;width:20%;"/> <img src="img/policy/business-gremlin.png" 
style="padding:10px;width:20%;"/> <img src="img/policy/tinkerpop3-splash.png" 
style="padding:10px;width:20%;"/>
       </ul>
    </div>
diff --git a/docs/site/home/providers.html b/docs/site/home/providers.html
index 093b5e2..d5cc14b 100644
--- a/docs/site/home/providers.html
+++ b/docs/site/home/providers.html
@@ -26,7 +26,7 @@ limitations under the License.
    <div class="container">
       <div class="row">
          <div class="col-sm-10 col-md-10">
-            <p><a href="http://tinkerpop.apache.org";>Apache TinkerPop</a> 
grows when 3<sup>rd</sup> party data systems and query languages utilize it. 
While Apache's distribution of TinkerPop
+            <p><a href="https://tinkerpop.apache.org";>Apache TinkerPop</a> 
grows when 3<sup>rd</sup> party data systems and query languages utilize it. 
While Apache's distribution of TinkerPop
                does provide production ready implementations and tools, it is 
ultimately the larger ecosystem of providers that ensure TinkerPop's widespread 
adoption.
                There are two types of providers. The first are those that 
develop a (graph) database, (graph) processor, or (graph) analytics tool and 
want to
                offer their users TinkerPop-specific graph computing features. 
The other type of provider are language designers that have a (graph) query 
language they
@@ -41,7 +41,7 @@ limitations under the License.
    <div class="container">
       <a name="data-system-providers"></a>
       <h3>Data System Providers</h3>
-      <p>When a data system is TinkerPop-enabled, its users are able to model 
their domain as a graph and analyze that graph using the <a 
href="http://tinkerpop.apache.org/gremlin.html";>Gremlin graph traversal 
language</a>. Furthermore, all
+      <p>When a data system is TinkerPop-enabled, its users are able to model 
their domain as a graph and analyze that graph using the <a 
href="https://tinkerpop.apache.org/gremlin.html";>Gremlin graph traversal 
language</a>. Furthermore, all
          TinkerPop-enabled graph systems integrate with one another allowing 
providers to easily expand their system's offerings as well as allowing users 
to choose appropriate graph technology for their
          application. Sometimes an application is best served by an in-memory, 
transactional graph database. Sometimes a multi-machine distributed graph 
database will do the job. Or perhaps the
          application requires both a distributed graph database for real-time 
queries and, in parallel, a Big(Graph)Data processor for batch analytics.  
Whatever the application's requirements, there
@@ -69,7 +69,7 @@ limitations under the License.
       <br/>
       <ol>
          <li><strong>The Graph (required)</strong>: These foundational 
interfaces define the semantics of the operations on a graph, vertex, edge, and 
property. Once implemented, the provider's
-            data system can immediately be queried using Gremlin OLTP. 
However, providers may want to leverage a collection of provider-specific 
compiler optimizations called <a 
href="http://tinkerpop.apache.org/docs/current/reference/#traversalstrategy";>traversal
 strategies</a>
+            data system can immediately be queried using Gremlin OLTP. 
However, providers may want to leverage a collection of provider-specific 
compiler optimizations called <a 
href="https://tinkerpop.apache.org/docs/current/reference/#traversalstrategy";>traversal
 strategies</a>
             which can leverage their system's unique features (e.g. global 
indices, vertex-centric indices, sort orders, sequential scanners, push-down 
predicates, etc.).
          </li>
          <br/>
@@ -79,7 +79,7 @@ limitations under the License.
             of TinkerPop).
          </li>
       </ol>
-      <p>Finally, there are other tools and technologies that the provider can 
leverage from TinkerPop such as <a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-server";>Gremlin
 Server</a>, <a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-console";>Gremlin
 Console</a>, and the like. The purpose of Apache TinkerPop is to
+      <p>Finally, there are other tools and technologies that the provider can 
leverage from TinkerPop such as <a 
href="https://tinkerpop.apache.org/docs/current/reference/#gremlin-server";>Gremlin
 Server</a>, <a 
href="https://tinkerpop.apache.org/docs/current/reference/#gremlin-console";>Gremlin
 Console</a>, and the like. The purpose of Apache TinkerPop is to
          make it easy for providers to add graph functionality to their system 
and/or to build a graph system from scratch and immediately have a query 
language, server infrastructure, metrics/reporting
          integration, cluster-based analytics and more.
       </p>
@@ -89,32 +89,32 @@ limitations under the License.
          </li>
          <li><strong>Gremlin traversal machine</strong>: Every Gremlin 
language variant compiles to a language agnostic <a 
href="https://en.wikipedia.org/wiki/Bytecode";>bytecode</a> representation. That 
bytecode is ultimately translated to a machine-specific traversal. It is the 
responsibility of the Gremlin traversal machine to execute that traversal as a
             real-time <a 
href="https://en.wikipedia.org/wiki/Online_transaction_processing";>OLTP</a> 
query or as an analytic <a 
href="https://en.wikipedia.org/wiki/Online_analytical_processing";>OLAP</a> 
query (or both). Note that the Gremlin traversal machine is not bound to the 
Gremlin language. Any language can take advantage of the the
-            Gremlin traversal machine by simply translating itself to Gremlin 
bytecode. In fact, compilers currently exist for <a 
href="https://github.com/twilmes/sql-gremlin";>SQL</a> and <a 
href="http://tinkerpop.apache.org/docs/current/reference/#sparql-gremlin";>SPARQL</a>.
 However, using alternative languages for graph computing leads to 
significantly more complicated queries
+            Gremlin traversal machine by simply translating itself to Gremlin 
bytecode. In fact, compilers currently exist for <a 
href="https://github.com/twilmes/sql-gremlin";>SQL</a> and <a 
href="https://tinkerpop.apache.org/docs/current/reference/#sparql-gremlin";>SPARQL</a>.
 However, using alternative languages for graph computing leads to 
significantly more complicated queries
             and typically does not match the expressivity provided by Gremlin.
          </li>
-         <li><strong>TinkerGraph</strong>: TinkerPop provides a simple, 
non-transactional, in-memory graph system called <a 
href="http://tinkerpop.apache.org/docs/current/reference/#tinkergraph-gremlin";>TinkerGraph</a>.
 TinkerGraph is useful for exploring graphs that can fit
+         <li><strong>TinkerGraph</strong>: TinkerPop provides a simple, 
non-transactional, in-memory graph system called <a 
href="https://tinkerpop.apache.org/docs/current/reference/#tinkergraph-gremlin";>TinkerGraph</a>.
 TinkerGraph is useful for exploring graphs that can fit
             in-memory, for doing tutorials and training without the overhead 
of database setup, etc. TinkerGraph boasts both OLTP and OLAP traversal machine 
support.
          </li>
-         <li><strong>Gremlin Console</strong>: A command line <a 
href="https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop";>REPL</a>
 is provided called <a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-console";>Gremlin
 Console</a>. This console is useful when learning TinkerPop as users can load 
provided datasets into a
+         <li><strong>Gremlin Console</strong>: A command line <a 
href="https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop";>REPL</a>
 is provided called <a 
href="https://tinkerpop.apache.org/docs/current/reference/#gremlin-console";>Gremlin
 Console</a>. This console is useful when learning TinkerPop as users can load 
provided datasets into a
             graph system and explore the Gremlin language without the overhead 
of creating a full-blown software project. Furthermore, the Gremlin Console is 
used extensively in production scenarios
             because it allows system administrators to interact with a local 
or remote graph to gather statistics, manually explore the data to ensure data 
integrity, and other useful tasks.
          </li>
-         <li><strong>Gremlin Server</strong>: It is typical for a graph 
database to exist on a separate machine from the user's application code. <a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-server";>Gremlin
 Server</a> bridges the network-divide
+         <li><strong>Gremlin Server</strong>: It is typical for a graph 
database to exist on a separate machine from the user's application code. <a 
href="https://tinkerpop.apache.org/docs/current/reference/#gremlin-server";>Gremlin
 Server</a> bridges the network-divide
             allowing users to seamlessly submit traversals for remote 
execution over a web-sockets based binary protocol. If provider already has a 
server, they can leverage TinkerPop-specific
             components as needed (e.g. implement 
<code>RemoteConnection</code>). Gremlin Server also provides an HTTP-based API, 
support for <a href="http://ganglia.info/";>Ganglia</a>/<a 
href="http://graphite.wikidot.com/";>Graphite</a>/<a 
href="http://www.oracle.com/technetwork/articles/java/javamanagement-140525.html";>JMX</a>/more
             metrics, and a traversal routing framework for intelligent 
data/traversal co-location within a distributed graph database's machine 
cluster.
          </li>
-         <li><strong>SparkGraphComputer</strong>: <a 
href="http://spark.apache.org/";>Apache Spark</a>&trade; is a Big Data OLAP 
processor that simplifies the creation and execution of distributed data 
analytics.
-            <a 
href="http://tinkerpop.apache.org/docs/current/reference/#sparkgraphcomputer";><code>SparkGraphComputer</code></a>
 turns Spark
+         <li><strong>SparkGraphComputer</strong>: <a 
href="https://spark.apache.org/";>Apache Spark</a>&trade; is a Big Data OLAP 
processor that simplifies the creation and execution of distributed data 
analytics.
+            <a 
href="https://tinkerpop.apache.org/docs/current/reference/#sparkgraphcomputer";><code>SparkGraphComputer</code></a>
 turns Spark
             into a Big(Graph)Data processor via the OLAP component of the 
Gremlin traversal machine. Users do not have to learn Spark's data processing 
language as Gremlin traversals execute
             over Spark. For graph system providers, they can boast Spark 
integration once a custom <code>InputRDD</code> (or <code>InputFormat</code>) 
is developed.
          </li>
-         <li><strong>Hadoop support</strong>: <a 
href="http://hadoop.apache.org/";>Apache Hadoop</a>&reg; has become a staple 
technology for Big Data applications. In TinkerPop, 
<code>SparkGraphComputer</code> can pull data
+         <li><strong>Hadoop support</strong>: <a 
href="https://hadoop.apache.org/";>Apache Hadoop</a>&reg; has become a staple 
technology for Big Data applications. In TinkerPop, 
<code>SparkGraphComputer</code> can pull data
             from the Hadoop File System (<a 
href="https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html";>HDFS</a>).
 TinkerPop provides a collection of Input- and OutputFormats for different 
graph serialization standards as well as tooling that makes it easy for users
-            to <a 
href="http://tinkerpop.apache.org/docs/current/reference/#interacting-with-hdfs";>interact
 with HDFS</a> from the Gremlin Console or their application.
+            to <a 
href="https://tinkerpop.apache.org/docs/current/reference/#interacting-with-hdfs";>interact
 with HDFS</a> from the Gremlin Console or their application.
          </li>
       </ul>
-      <p>Information on how to build implementations of the various interfaces 
that TinkerPop supports can be found in the <a 
href="http://tinkerpop.apache.org/docs/current/dev/provider/";>Provider 
Documentation</a>.
+      <p>Information on how to build implementations of the various interfaces 
that TinkerPop supports can be found in the <a 
href="https://tinkerpop.apache.org/docs/current/dev/provider/";>Provider 
Documentation</a>.
       <br/>
       <h4>TinkerPop-Enabled Graph Systems</h4>
       <br/>
@@ -135,8 +135,8 @@ limitations under the License.
       <br/>
       <div class="row">
           <div class="col-sm-6 col-md-6">
-            <a 
href="http://datastax.com/products/datastax-enterprise-graph";><img 
src="img/logos/datastax-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
-            <a 
href="http://datastax.com/products/datastax-enterprise-graph";>DataStax 
Enterprise Graph</a>&trade;, part of DataStax Enterprise's multi-model 
platform, is a real-time graph database built for cloud applications that need 
to manage complex and highly connected data. Built on the foundation of Apache 
Cassandra and Apache TinkerPop, DataStax Enterprise Graph delivers continuous 
uptime along with predictable performance and scale, while remaining 
operationally simple to manage.
+            <a 
href="https://datastax.com/products/datastax-enterprise-graph";><img 
src="img/logos/datastax-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
+            <a 
href="https://datastax.com/products/datastax-enterprise-graph";>DataStax 
Enterprise Graph</a>&trade;, part of DataStax Enterprise's multi-model 
platform, is a real-time graph database built for cloud applications that need 
to manage complex and highly connected data. Built on the foundation of Apache 
Cassandra and Apache TinkerPop, DataStax Enterprise Graph delivers continuous 
uptime along with predictable performance and scale, while remaining 
operationally simple to manage.
          </div>
          <div class="col-sm-6 col-md-6">
             <a href="https://grakn.ai/";><img src="img/logos/grakn-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
@@ -222,7 +222,7 @@ limitations under the License.
          <div class="col-sm-8 col-md-9">
             <br/>
             <strong>Distinct query language</strong>: Query languages such as 
SQL and SPARQL are significantly different from Gremlin in that they require a 
special purpose compiler in order to
-            generate a traversal. For this reason, <a 
href="https://github.com/twilmes/sql-gremlin";>SQL</a> and <a 
href="http://tinkerpop.apache.org/docs/current/reference/#sparql-gremlin";>SPARQL</a>
 Gremlin compilers
+            generate a traversal. For this reason, <a 
href="https://github.com/twilmes/sql-gremlin";>SQL</a> and <a 
href="https://tinkerpop.apache.org/docs/current/reference/#sparql-gremlin";>SPARQL</a>
 Gremlin compilers
             currently exist. Note that, within reason, Gremlin compilers do 
not need to concern themselves with an optimal compilation (only a semantically 
correct compilation) as the Gremlin
             traversal machine will leverage traversal strategies for both 
compile-time and runtime optimizations. Moreover, the language designer can 
rest assured that queries in their language
             will be able to evaluate as either an OLTP or OLAP query. The 
example on the right is a SPARQL query that determines the average rating for 
Gremlin's friends' projects. It is because
@@ -243,7 +243,7 @@ limitations under the License.
       <br/>
       <div class="row">
          <div class="col-sm-7 col-md-8">
-            <strong>Gremlin language variants</strong>: There are various <a 
href="http://tinkerpop.apache.org/docs/current/tutorials/gremlin-language-variants/";>Gremlin
 language variants</a> such as <a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-python";>Gremlin-Python</a>.
 These languages
+            <strong>Gremlin language variants</strong>: There are various <a 
href="https://tinkerpop.apache.org/docs/current/tutorials/gremlin-language-variants/";>Gremlin
 language variants</a> such as <a 
href="https://tinkerpop.apache.org/docs/current/reference/#gremlin-python";>Gremlin-Python</a>.
 These languages
             generate Gremlin bytecode utilizing the same 
naming/style-conventions as Gremlin-Java. However, where appropriate, they can 
deviate from convention in order to take advantage of the unique expressive 
qualities of the host language. For instance, Gremlin-Python supports index 
slices, attribute access, etc.
          </div>
          <div class="col-sm-5 col-md-4">
@@ -275,23 +275,23 @@ WHERE(Created.by(Friends.of("gremlin")))</code></pre>
       <br/>
       <div class="row">
          <div class="col-sm-6 col-md-6">
-            <a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-console";><img 
src="img/logos/gremlin-groovy-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
-            <a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-console";>Gremlin-Groovy</a>
 represents Gremlin inside the Groovy language and can be leveraged by any 
JVM-based project either through gmaven or its JSR-223 ScriptEngine 
implementation. It also serves as the Gremlin Console language.
+            <a 
href="https://tinkerpop.apache.org/docs/current/reference/#gremlin-console";><img
 src="img/logos/gremlin-groovy-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
+            <a 
href="https://tinkerpop.apache.org/docs/current/reference/#gremlin-console";>Gremlin-Groovy</a>
 represents Gremlin inside the Groovy language and can be leveraged by any 
JVM-based project either through gmaven or its JSR-223 ScriptEngine 
implementation. It also serves as the Gremlin Console language.
          </div>
          <div class="col-sm-6 col-md-6">
-            <a 
href="http://tinkerpop.apache.org/docs/current/reference/#_on_gremlin_language_variants";><img
 src="img/logos/gremlin-java-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
-            <a 
href="http://tinkerpop.apache.org/docs/current/reference/#_on_gremlin_language_variants";>Gremlin-Java</a>
 represents Gremlin inside the Java8 language. Gremlin-Java is considered the 
canonical, reference implementation of Gremlin and is the primary compiler for 
all lambda-free bytecode due to its speed relative to other script-based, JVM 
variants.
+            <a 
href="https://tinkerpop.apache.org/docs/current/reference/#_on_gremlin_language_variants";><img
 src="img/logos/gremlin-java-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
+            <a 
href="https://tinkerpop.apache.org/docs/current/reference/#_on_gremlin_language_variants";>Gremlin-Java</a>
 represents Gremlin inside the Java8 language. Gremlin-Java is considered the 
canonical, reference implementation of Gremlin and is the primary compiler for 
all lambda-free bytecode due to its speed relative to other script-based, JVM 
variants.
          </div>
       </div>
       <br/>
       <div class="row">
          <div class="col-sm-6 col-md-6">
-            <a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-python";><img 
src="img/logos/gremlin-python-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
-            <a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-python";>Gremlin-Python</a>
 represents Gremlin inside the Python language and can be used by any Python 
virtual machine such as CPython. Gremlin-Python traversals translate to Gremlin 
bytecode for RemoteConnection execution (e.g. Gremlin Server).
+            <a 
href="https://tinkerpop.apache.org/docs/current/reference/#gremlin-python";><img 
src="img/logos/gremlin-python-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
+            <a 
href="https://tinkerpop.apache.org/docs/current/reference/#gremlin-python";>Gremlin-Python</a>
 represents Gremlin inside the Python language and can be used by any Python 
virtual machine such as CPython. Gremlin-Python traversals translate to Gremlin 
bytecode for RemoteConnection execution (e.g. Gremlin Server).
          </div>
          <div class="col-sm-6 col-md-6">
-            <a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-DotNet";><img 
src="img/logos/gremlin-dotnet-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
-            <a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-DotNet";>Gremlin.Net</a>
 represents Gremlin inside the C# language and can be used by any .NET-based 
project. Gremlin.Net traversals translate to Gremlin bytecode for 
RemoteConnection execution (e.g. Gremlin Server).
+            <a 
href="https://tinkerpop.apache.org/docs/current/reference/#gremlin-DotNet";><img 
src="img/logos/gremlin-dotnet-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
+            <a 
href="https://tinkerpop.apache.org/docs/current/reference/#gremlin-DotNet";>Gremlin.Net</a>
 represents Gremlin inside the C# language and can be used by any .NET-based 
project. Gremlin.Net traversals translate to Gremlin bytecode for 
RemoteConnection execution (e.g. Gremlin Server).
          </div>
       </div>
       <br/>
@@ -308,8 +308,8 @@ WHERE(Created.by(Friends.of("gremlin")))</code></pre>
       <br/>
       <div class="row">
          <div class="col-sm-6 col-md-6">
-            <a 
href="http://tinkerpop.apache.org/docs/current/reference/#sparql-gremlin";><img 
src="img/logos/sparql-gremlin-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
-            <a 
href="http://tinkerpop.apache.org/docs/current/reference/#sparql-gremlin";>SPARQL-Gremlin</a>
 is a compiler used to transform SPARQL queries into Gremlin bytecode. It is 
based on the Apache Jena SPARQL processor ARQ, which provides access to a 
syntax tree of a SPARQL query.
+            <a 
href="https://tinkerpop.apache.org/docs/current/reference/#sparql-gremlin";><img 
src="img/logos/sparql-gremlin-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
+            <a 
href="https://tinkerpop.apache.org/docs/current/reference/#sparql-gremlin";>SPARQL-Gremlin</a>
 is a compiler used to transform SPARQL queries into Gremlin bytecode. It is 
based on the Apache Jena SPARQL processor ARQ, which provides access to a 
syntax tree of a SPARQL query.
          </div>
          <div class="col-sm-6 col-md-6">
             <a href="https://github.com/twilmes/sql-gremlin";><img 
src="img/logos/sql-gremlin-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
diff --git a/docs/site/home/template/header-footer.html 
b/docs/site/home/template/header-footer.html
index aee3a8e..171b08f 100644
--- a/docs/site/home/template/header-footer.html
+++ b/docs/site/home/template/header-footer.html
@@ -65,7 +65,7 @@ limitations under the License.
             <span class="icon-bar"></span>
             <span class="icon-bar"></span>
             </button>
-            <a class="navbar-brand" href="http://tinkerpop.apache.org";><font 
face="american typewriter"><b>Apache TinkerPop</b></font></a>
+            <a class="navbar-brand" href="https://tinkerpop.apache.org";><font 
face="american typewriter"><b>Apache TinkerPop</b></font></a>
          </div>
          <div id="navbar-collapse-1" class="collapse navbar-collapse">
             <ul class="nav navbar-nav">
@@ -76,31 +76,31 @@ limitations under the License.
                   </a>
                   <ul class="dropdown-menu">
                      <li class="dropdown-header">Latest: 3.4.6 
(20-Feb-2020)</li>
-                     <li><a 
href="http://tinkerpop.apache.org/docs/current";>TinkerPop 3.4.6</a></li>
-                     <li><a 
href="http://tinkerpop.apache.org/docs/current/upgrade";>Upgrade 
Information</a></li>
-                     <li><a 
href="http://tinkerpop.apache.org/javadocs/current/core/";>Core Javadoc 
API</a></li>
-                     <li><a 
href="http://tinkerpop.apache.org/javadocs/current/full/";>Full Javadoc 
API</a></li>
+                     <li><a 
href="https://tinkerpop.apache.org/docs/current";>TinkerPop 3.4.6</a></li>
+                     <li><a 
href="https://tinkerpop.apache.org/docs/current/upgrade";>Upgrade 
Information</a></li>
+                     <li><a 
href="https://tinkerpop.apache.org/javadocs/current/core/";>Core Javadoc 
API</a></li>
+                     <li><a 
href="https://tinkerpop.apache.org/javadocs/current/full/";>Full Javadoc 
API</a></li>
                      <li role="separator" class="divider"></li>
                      <li class="dropdown-header">Maintenance: 3.3.10 
(3-Feb-2020)</li>
-                     <li><a 
href="http://tinkerpop.apache.org/docs/3.3.10/";>TinkerPop 3.3.10</a></li>
-                     <li><a 
href="http://tinkerpop.apache.org/javadocs/3.3.10/core/";>Core Javadoc 
API</a></li>
-                     <li><a 
href="http://tinkerpop.apache.org/javadocs/3.3.10/full/";>Full Javadoc 
API</a></li>
+                     <li><a 
href="https://tinkerpop.apache.org/docs/3.3.10/";>TinkerPop 3.3.10</a></li>
+                     <li><a 
href="https://tinkerpop.apache.org/javadocs/3.3.10/core/";>Core Javadoc 
API</a></li>
+                     <li><a 
href="https://tinkerpop.apache.org/javadocs/3.3.10/full/";>Full Javadoc 
API</a></li>
                      <li role="separator" class="divider"></li>
-                     <li><a 
href="http://tinkerpop.apache.org/docs/";>Documentation Archives</a></li>
-                     <li><a 
href="http://tinkerpop.apache.org/javadocs/";>Javadoc Archives</a></li>
+                     <li><a 
href="https://tinkerpop.apache.org/docs/";>Documentation Archives</a></li>
+                     <li><a 
href="https://tinkerpop.apache.org/javadocs/";>Javadoc Archives</a></li>
                      <li role="separator" class="divider"></li>
-                     <li><a 
href="http://tinkerpop.apache.org/docs/current/index.html#publications";>Publications</a></li>
+                     <li><a 
href="https://tinkerpop.apache.org/docs/current/index.html#publications";>Publications</a></li>
                   </ul>
                </li>
                <li class="dropdown">
                   <a class="dropdown-toggle" data-toggle="dropdown" 
href="#">Tutorials<b class="caret"></b></a>
                   <ul class="dropdown-menu">
                      <li><a href="gremlin.html">Introduction to 
Gremlin</a></li>
-                     <li><a 
href="http://tinkerpop.apache.org/docs/current/tutorials/getting-started/";>Getting
 Started</a></li>
-                     <li><a 
href="http://tinkerpop.apache.org/docs/current/tutorials/the-gremlin-console/";>The
 Gremlin Console</a></li>
-                     <li><a 
href="http://tinkerpop.apache.org/docs/current/recipes/";>Gremlin 
Recipes</a></li>
-                     <li><a 
href="http://tinkerpop.apache.org/docs/current/tutorials/gremlin-language-variants/";>Gremlin
 Language Variants</a></li>
-                     <li><a 
href="http://tinkerpop.apache.org/docs/current/tutorials/gremlins-anatomy/";>Gremlin's
 Anatomy</a></li>
+                     <li><a 
href="https://tinkerpop.apache.org/docs/current/tutorials/getting-started/";>Getting
 Started</a></li>
+                     <li><a 
href="https://tinkerpop.apache.org/docs/current/tutorials/the-gremlin-console/";>The
 Gremlin Console</a></li>
+                     <li><a 
href="https://tinkerpop.apache.org/docs/current/recipes/";>Gremlin 
Recipes</a></li>
+                     <li><a 
href="https://tinkerpop.apache.org/docs/current/tutorials/gremlin-language-variants/";>Gremlin
 Language Variants</a></li>
+                     <li><a 
href="https://tinkerpop.apache.org/docs/current/tutorials/gremlins-anatomy/";>Gremlin's
 Anatomy</a></li>
                      <li role="separator" class="divider"></li>
                      <li><a 
href="http://kelvinlawrence.net/book/Gremlin-Graph-Guide.html";>Book: Practical 
Gremlin by Kelvin Lawrence</a></li>
                      <li><a href="http://sql2gremlin.com/";>SQL2Gremlin</a></li>
@@ -128,12 +128,12 @@ limitations under the License.
                   Apache Software Foundation <b class="caret"></b>
                   </a>
                   <ul class="dropdown-menu">
-                     <li><a href="http://www.apache.org/";>Apache 
Homepage</a></li>
-                     <li><a 
href="http://www.apache.org/licenses/";>License</a></li>
+                     <li><a href="https://www.apache.org/";>Apache 
Homepage</a></li>
+                     <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
                      <li><a 
href="https://www.apache.org/events/current-event";>Events</a></li>
-                     <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
-                     <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
-                     <li><a 
href="http://www.apache.org/security/";>Security</a></li>
+                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
+                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                     <li><a 
href="https://www.apache.org/security/";>Security</a></li>
                   </ul>
                </li>
             </ul>
@@ -142,7 +142,7 @@ limitations under the License.
       !!!!!BODY!!!!!
       <div id="footer">
          <div class="container">
-            <p class="muted credit">Copyright © 2015-2019 The Apache Software 
Foundation.<br/>Apache TinkerPop, TinkerPop, Apache, Apache feather logo, and 
Apache TinkerPop project logo are either registered trademarks or trademarks of 
<a href="http://www.apache.org/";>The Apache Software Foundation</a> in the 
United States and other countries.
+            <p class="muted credit">Copyright © 2015-2019 The Apache Software 
Foundation.<br/>Apache TinkerPop, TinkerPop, Apache, Apache feather logo, and 
Apache TinkerPop project logo are either registered trademarks or trademarks of 
<a href="https://www.apache.org/";>The Apache Software Foundation</a> in the 
United States and other countries.
             </p>
          </div>
       </div>

Reply via email to