Author: buildbot
Date: Tue Jan  1 11:24:00 2019
New Revision: 1038359

Log:
Staging update by buildbot for thrift

Modified:
    websites/staging/thrift/trunk/content/   (props changed)
    websites/staging/thrift/trunk/content/docs/HowToContribute.html
    websites/staging/thrift/trunk/content/docs/Languages.html
    websites/staging/thrift/trunk/content/docs/coding_standards.html
    websites/staging/thrift/trunk/content/docs/committers/HowToCommit.html
    websites/staging/thrift/trunk/content/docs/idl.html
    websites/staging/thrift/trunk/content/docs/install/centos.html
    websites/staging/thrift/trunk/content/docs/install/debian.html
    websites/staging/thrift/trunk/content/docs/install/os_x.html
    websites/staging/thrift/trunk/content/docs/install/windows.html
    websites/staging/thrift/trunk/content/index.html
    websites/staging/thrift/trunk/content/lib/c_glib.html
    websites/staging/thrift/trunk/content/lib/cl.html
    websites/staging/thrift/trunk/content/lib/cpp.html
    websites/staging/thrift/trunk/content/lib/csharp.html
    websites/staging/thrift/trunk/content/lib/d.html
    websites/staging/thrift/trunk/content/lib/delphi.html
    websites/staging/thrift/trunk/content/lib/erl.html
    websites/staging/thrift/trunk/content/lib/go.html
    websites/staging/thrift/trunk/content/lib/haxe.html
    websites/staging/thrift/trunk/content/lib/hs.html
    websites/staging/thrift/trunk/content/lib/java.html
    websites/staging/thrift/trunk/content/lib/js.html
    websites/staging/thrift/trunk/content/lib/nodejs.html
    websites/staging/thrift/trunk/content/lib/ocaml.html
    websites/staging/thrift/trunk/content/lib/perl.html
    websites/staging/thrift/trunk/content/lib/php.html
    websites/staging/thrift/trunk/content/lib/py.html
    websites/staging/thrift/trunk/content/lib/rb.html
    websites/staging/thrift/trunk/content/lib/st.html
    websites/staging/thrift/trunk/content/test/ThriftTest.html
    websites/staging/thrift/trunk/content/test/index.html
    websites/staging/thrift/trunk/content/test/keys.html
    websites/staging/thrift/trunk/content/tutorial/as3.html
    websites/staging/thrift/trunk/content/tutorial/c_glib.html
    websites/staging/thrift/trunk/content/tutorial/cpp.html
    websites/staging/thrift/trunk/content/tutorial/csharp.html
    websites/staging/thrift/trunk/content/tutorial/d.html
    websites/staging/thrift/trunk/content/tutorial/dart.html
    websites/staging/thrift/trunk/content/tutorial/delphi.html
    websites/staging/thrift/trunk/content/tutorial/go.html
    websites/staging/thrift/trunk/content/tutorial/haxe.html
    websites/staging/thrift/trunk/content/tutorial/hs.html
    websites/staging/thrift/trunk/content/tutorial/java.html
    websites/staging/thrift/trunk/content/tutorial/nodejs.html
    websites/staging/thrift/trunk/content/tutorial/ocaml.html
    websites/staging/thrift/trunk/content/tutorial/perl.html
    websites/staging/thrift/trunk/content/tutorial/php.html
    websites/staging/thrift/trunk/content/tutorial/py.html
    websites/staging/thrift/trunk/content/tutorial/rb.html

Propchange: websites/staging/thrift/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jan  1 11:24:00 2019
@@ -1 +1 @@
-1850084
+1850085

Modified: websites/staging/thrift/trunk/content/docs/HowToContribute.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/HowToContribute.html (original)
+++ websites/staging/thrift/trunk/content/docs/HowToContribute.html Tue Jan  1 
11:24:00 2019
@@ -204,7 +204,7 @@ for a successful pull request:</p>
 <p>This procedure will apply only your commits in order to the current master, 
then you will squash them to a single commit, and then you force push your 
local THRIFT-9999-take-2 into remote THRIFT-9999 which represents your pull 
request, replacing all the commits with the new one.</p>
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=CONTRIBUTING.md;hb=HEAD";</a>CONTRIBUTING.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=CONTRIBUTING.md;hb=HEAD";</a>CONTRIBUTING.md</a>
 </p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/docs/Languages.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/Languages.html (original)
+++ websites/staging/thrift/trunk/content/docs/Languages.html Tue Jan  1 
11:24:00 2019
@@ -436,7 +436,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=LANGUAGES.md;hb=HEAD";</a>LANGUAGES.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=LANGUAGES.md;hb=HEAD";</a>LANGUAGES.md</a>
 </p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/docs/coding_standards.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/coding_standards.html (original)
+++ websites/staging/thrift/trunk/content/docs/coding_standards.html Tue Jan  1 
11:24:00 2019
@@ -126,7 +126,7 @@ Code review is the best way to improve r
 <p>For detailed information see <code>lib/LANG/coding_standards.md</code></p>
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=doc/coding_standards.md;hb=HEAD";</a>doc/coding_standards.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=doc/coding_standards.md;hb=HEAD";</a>doc/coding_standards.md</a>
 </p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/docs/committers/HowToCommit.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/committers/HowToCommit.html 
(original)
+++ websites/staging/thrift/trunk/content/docs/committers/HowToCommit.html Tue 
Jan  1 11:24:00 2019
@@ -151,7 +151,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=doc/committers.md;hb=HEAD";</a>doc/committers.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=doc/committers.md;hb=HEAD";</a>doc/committers.md</a>
 </p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/docs/idl.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/idl.html (original)
+++ websites/staging/thrift/trunk/content/docs/idl.html Tue Jan  1 11:24:00 2019
@@ -337,7 +337,7 @@ h2:hover > .headerlink, h3:hover > .head
 <p>Should <code>Field*</code> really be <code>Field+</code> in 
<code>Struct</code>, <code>Enum</code>, etc.?</p>
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=doc/specs/idl.md;hb=HEAD";</a>doc/specs/idl.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=doc/specs/idl.md;hb=HEAD";</a>doc/specs/idl.md</a>
 </p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/docs/install/centos.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/install/centos.html (original)
+++ websites/staging/thrift/trunk/content/docs/install/centos.html Tue Jan  1 
11:24:00 2019
@@ -165,7 +165,7 @@ h2:hover > .headerlink, h3:hover > .head
 You can use the ./configure --enable-libs=no switch to build the Apache Thrift 
IDL Compiler only without lib builds. To run tests use "make check".</p>
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=doc/install/centos.md;hb=HEAD";</a>doc/install/centos.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=doc/install/centos.md;hb=HEAD";</a>doc/install/centos.md</a>
 </p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/docs/install/debian.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/install/debian.html (original)
+++ websites/staging/thrift/trunk/content/docs/install/debian.html Tue Jan  1 
11:24:00 2019
@@ -180,7 +180,7 @@ h2:hover > .headerlink, h3:hover > .head
 <p>For more information on building and installing Thrift see: <a 
href="/docs/BuildingFromSource">Building from source</a></p>
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=doc/install/debian.md;hb=HEAD";</a>doc/install/debian.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=doc/install/debian.md;hb=HEAD";</a>doc/install/debian.md</a>
 </p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/docs/install/os_x.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/install/os_x.html (original)
+++ websites/staging/thrift/trunk/content/docs/install/os_x.html Tue Jan  1 
11:24:00 2019
@@ -112,7 +112,7 @@ h2:hover > .headerlink, h3:hover > .head
 <p>For more information on building and installing Thrift see: <a 
href="/docs/BuildingFromSource">Building from source</a></p>
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=doc/install/os_x.md;hb=HEAD";</a>doc/install/os_x.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=doc/install/os_x.md;hb=HEAD";</a>doc/install/os_x.md</a>
 </p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/docs/install/windows.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/install/windows.html (original)
+++ websites/staging/thrift/trunk/content/docs/install/windows.html Tue Jan  1 
11:24:00 2019
@@ -239,7 +239,7 @@ h2:hover > .headerlink, h3:hover > .head
 <p>For more information on building and installing Thrift see: <a 
href="/docs/BuildingFromSource">Building from source</a></p>
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=doc/install/windows.md;hb=HEAD";</a>doc/install/windows.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=doc/install/windows.md;hb=HEAD";</a>doc/install/windows.md</a>
 </p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/index.html
==============================================================================
--- websites/staging/thrift/trunk/content/index.html (original)
+++ websites/staging/thrift/trunk/content/index.html Tue Jan  1 11:24:00 2019
@@ -178,7 +178,7 @@ service Calculator extends shared.Shared
 </pre></div>
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/tutorial.thrift;hb=HEAD";</a>tutorial/tutorial.thrift</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/tutorial.thrift;hb=HEAD";</a>tutorial/tutorial.thrift</a>
 </p>
 
     </div>
@@ -217,7 +217,7 @@ h2:hover > .headerlink, h3:hover > .head
 </pre></div>
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/py/PythonClient.py;hb=HEAD";</a>tutorial/py/PythonClient.py</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/py/PythonClient.py;hb=HEAD";</a>tutorial/py/PythonClient.py</a>
 </p>
 
     </div>
@@ -249,7 +249,7 @@ h2:hover > .headerlink, h3:hover > .head
 </pre></div>
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/java/src/JavaServer.java;hb=HEAD";</a>tutorial/java/src/JavaServer.java</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/java/src/JavaServer.java;hb=HEAD";</a>tutorial/java/src/JavaServer.java</a>
 </p>
 
 
@@ -332,7 +332,7 @@ h2:hover > .headerlink, h3:hover > .head
 </pre></div>
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/java/src/CalculatorHandler.java;hb=HEAD";</a>tutorial/java/src/CalculatorHandler.java</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/java/src/CalculatorHandler.java;hb=HEAD";</a>tutorial/java/src/CalculatorHandler.java</a>
 </p>
 
     </div>

Modified: websites/staging/thrift/trunk/content/lib/c_glib.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/c_glib.html (original)
+++ websites/staging/thrift/trunk/content/lib/c_glib.html Tue Jan  1 11:24:00 
2019
@@ -103,7 +103,7 @@ reflect the proper convention for class
 <li>A lowercase, snake-case representation of the class' name.
 <p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/c_glib/README.md;hb=HEAD";</a>lib/c_glib/README.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/c_glib/README.md;hb=HEAD";</a>lib/c_glib/README.md</a>
 </p></li>
 </ul>
        </div>

Modified: websites/staging/thrift/trunk/content/lib/cl.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/cl.html (original)
+++ websites/staging/thrift/trunk/content/lib/cl.html Tue Jan  1 11:24:00 2019
@@ -278,7 +278,7 @@ service instance whch describes the oper
 <li>alexandria[[8]] : handy utilities
 <p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/cl/README.md;hb=HEAD";</a>lib/cl/README.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/cl/README.md;hb=HEAD";</a>lib/cl/README.md</a>
 </p></li>
 </ul>
        </div>

Modified: websites/staging/thrift/trunk/content/lib/cpp.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/cpp.html (original)
+++ websites/staging/thrift/trunk/content/lib/cpp.html Tue Jan  1 11:24:00 2019
@@ -307,7 +307,7 @@ cleanup and leave it up to the consuming
 (THRIFT-4164)
 <p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/cpp/README.md;hb=HEAD";</a>lib/cpp/README.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/cpp/README.md;hb=HEAD";</a>lib/cpp/README.md</a>
 </p></p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/lib/csharp.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/csharp.html (original)
+++ websites/staging/thrift/trunk/content/lib/csharp.html Tue Jan  1 11:24:00 
2019
@@ -88,7 +88,7 @@ h2:hover > .headerlink, h3:hover > .head
 <p>Thrift requires Mono &gt;= 1.2.6 or .NET framework &gt;= 3.5
 <p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/csharp/README.md;hb=HEAD";</a>lib/csharp/README.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/csharp/README.md;hb=HEAD";</a>lib/csharp/README.md</a>
 </p></p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/lib/d.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/d.html (original)
+++ websites/staging/thrift/trunk/content/lib/d.html Tue Jan  1 11:24:00 2019
@@ -114,7 +114,7 @@ cat server-certificate.pem &gt; trusted-
 Autotools build system if the files are not present.
 <p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/d/README.md;hb=HEAD";</a>lib/d/README.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/d/README.md;hb=HEAD";</a>lib/d/README.md</a>
 </p></p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/lib/delphi.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/delphi.html (original)
+++ websites/staging/thrift/trunk/content/lib/delphi.html Tue Jan  1 11:24:00 
2019
@@ -90,7 +90,7 @@ h2:hover > .headerlink, h3:hover > .head
 with earlier versions (such as Delphi 7) will <em>not</em> work.
 <p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/delphi/README.md;hb=HEAD";</a>lib/delphi/README.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/delphi/README.md;hb=HEAD";</a>lib/delphi/README.md</a>
 </p></p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/lib/erl.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/erl.html (original)
+++ websites/staging/thrift/trunk/content/lib/erl.html Tue Jan  1 11:24:00 2019
@@ -110,7 +110,7 @@ ok
 {exception,{xception,1001,&lt;&lt;"Xception"&gt;&gt;}}</code>
 <p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/erl/README.md;hb=HEAD";</a>lib/erl/README.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/erl/README.md;hb=HEAD";</a>lib/erl/README.md</a>
 </p></p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/lib/go.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/go.html (original)
+++ websites/staging/thrift/trunk/content/lib/go.html Tue Jan  1 11:24:00 2019
@@ -141,7 +141,7 @@ typedefs and enums.</p>
 
 <p><p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/go/README.md;hb=HEAD";</a>lib/go/README.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/go/README.md;hb=HEAD";</a>lib/go/README.md</a>
 </p></p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/lib/haxe.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/haxe.html (original)
+++ websites/staging/thrift/trunk/content/lib/haxe.html Tue Jan  1 11:24:00 2019
@@ -213,7 +213,7 @@ var server = new TSimpleServer( processo
 server.runOnce = true;</code>
 <p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/haxe/README.md;hb=HEAD";</a>lib/haxe/README.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/haxe/README.md;hb=HEAD";</a>lib/haxe/README.md</a>
 </p></p>
 </li>
 </ul>

Modified: websites/staging/thrift/trunk/content/lib/hs.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/hs.html (original)
+++ websites/staging/thrift/trunk/content/lib/hs.html Tue Jan  1 11:24:00 2019
@@ -131,7 +131,7 @@ label to process as the handler.</p>
 superclasses process if there is a superclass.
 <p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/hs/README.md;hb=HEAD";</a>lib/hs/README.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/hs/README.md;hb=HEAD";</a>lib/hs/README.md</a>
 </p></p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/lib/java.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/java.html (original)
+++ websites/staging/thrift/trunk/content/lib/java.html Tue Jan  1 11:24:00 2019
@@ -216,7 +216,7 @@ company internal server if you add this
 http://gradle.org/
 <p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/java/README.md;hb=HEAD";</a>lib/java/README.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/java/README.md;hb=HEAD";</a>lib/java/README.md</a>
 </p></p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/lib/js.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/js.html (original)
+++ websites/staging/thrift/trunk/content/lib/js.html Tue Jan  1 11:24:00 2019
@@ -201,7 +201,7 @@ service. </p>
 
 <p><p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/js/README.md;hb=HEAD";</a>lib/js/README.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/js/README.md;hb=HEAD";</a>lib/js/README.md</a>
 </p></p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/lib/nodejs.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/nodejs.html (original)
+++ websites/staging/thrift/trunk/content/lib/nodejs.html Tue Jan  1 11:24:00 
2019
@@ -124,7 +124,7 @@ var thrift = require('thrift'),
 <p>Several example clients and servers are included in the 
thrift/lib/nodejs/examples folder and the cross language tutorial 
thrift/tutorial/nodejs folder.
 <p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/nodejs/README.md;hb=HEAD";</a>lib/nodejs/README.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/nodejs/README.md;hb=HEAD";</a>lib/nodejs/README.md</a>
 </p></p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/lib/ocaml.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/ocaml.html (original)
+++ websites/staging/thrift/trunk/content/lib/ocaml.html Tue Jan  1 11:24:00 
2019
@@ -147,7 +147,7 @@ must take option arguments so as to deal
 does not send all the arguments.
 <p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/ocaml/README.md;hb=HEAD";</a>lib/ocaml/README.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/ocaml/README.md;hb=HEAD";</a>lib/ocaml/README.md</a>
 </p></p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/lib/perl.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/perl.html (original)
+++ websites/staging/thrift/trunk/content/lib/perl.html Tue Jan  1 11:24:00 2019
@@ -166,7 +166,7 @@ you can deal with these changes in a bac
 Use setTimeout instead.
 <p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/perl/README.md;hb=HEAD";</a>lib/perl/README.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/perl/README.md;hb=HEAD";</a>lib/perl/README.md</a>
 </p></p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/lib/php.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/php.html (original)
+++ websites/staging/thrift/trunk/content/lib/php.html Tue Jan  1 11:24:00 2019
@@ -121,7 +121,7 @@ require_once 'packages/Service/Types.php
 <p>If using PSR-4, use 
<code>$thriftClassLoader-&gt;registerNamespace('namespace', 
'&lt;path&gt;')</code> instead of 
<code>$thriftClassLoader-&gt;registerDefinition('namespace', 
'&lt;path&gt;')</code>.
 <p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/php/README.md;hb=HEAD";</a>lib/php/README.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/php/README.md;hb=HEAD";</a>lib/php/README.md</a>
 </p></p>
 </li>
 </ol>

Modified: websites/staging/thrift/trunk/content/lib/py.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/py.html (original)
+++ websites/staging/thrift/trunk/content/lib/py.html Tue Jan  1 11:24:00 2019
@@ -96,7 +96,7 @@ file, or automatically using the install
 To use the latter, become superuser and do make install.
 <p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/py/README.md;hb=HEAD";</a>lib/py/README.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/py/README.md;hb=HEAD";</a>lib/py/README.md</a>
 </p></p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/lib/rb.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/rb.html (original)
+++ websites/staging/thrift/trunk/content/lib/rb.html Tue Jan  1 11:24:00 2019
@@ -100,7 +100,7 @@ In the meantime, look at existing code,
 in the full thrift distribution.
 <p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/rb/README.md;hb=HEAD";</a>lib/rb/README.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/rb/README.md;hb=HEAD";</a>lib/rb/README.md</a>
 </p></p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/lib/st.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/st.html (original)
+++ websites/staging/thrift/trunk/content/lib/st.html Tue Jan  1 11:24:00 2019
@@ -93,7 +93,7 @@ calc addNum1: 10 num2: 15</p>
 <p>Tested in Squeak 3.7, but should work fine with anything later.
 <p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/st/README.md;hb=HEAD";</a>lib/st/README.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/st/README.md;hb=HEAD";</a>lib/st/README.md</a>
 </p></p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/test/ThriftTest.html
==============================================================================
--- websites/staging/thrift/trunk/content/test/ThriftTest.html (original)
+++ websites/staging/thrift/trunk/content/test/ThriftTest.html Tue Jan  1 
11:24:00 2019
@@ -922,7 +922,7 @@ struct StructB {
 
 <p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=test/ThriftTest.thrift;hb=HEAD";</a>test/ThriftTest.thrift</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=test/ThriftTest.thrift;hb=HEAD";</a>test/ThriftTest.thrift</a>
 </p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/test/index.html
==============================================================================
--- websites/staging/thrift/trunk/content/test/index.html (original)
+++ websites/staging/thrift/trunk/content/test/index.html Tue Jan  1 11:24:00 
2019
@@ -257,7 +257,7 @@ of both test 2 (TEST_STRUCTS) and test 8
 directory <a href="keys">test/keys</a></p>
 <p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=test/README.md;hb=HEAD";</a>test/README.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=test/README.md;hb=HEAD";</a>test/README.md</a>
 </p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/test/keys.html
==============================================================================
--- websites/staging/thrift/trunk/content/test/keys.html (original)
+++ websites/staging/thrift/trunk/content/test/keys.html Tue Jan  1 11:24:00 
2019
@@ -198,7 +198,7 @@ Primary use are unit test suites and cro
 
 <p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=test/keys/README.md;hb=HEAD";</a>test/keys/README.md</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=test/keys/README.md;hb=HEAD";</a>test/keys/README.md</a>
 </p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/tutorial/as3.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/as3.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/as3.html Tue Jan  1 11:24:00 
2019
@@ -125,7 +125,7 @@ h2:hover &gt; .headerlink, h3:hover &gt;
 </pre></div>
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/as3/src/CalculatorUI.as;hb=HEAD";</a>tutorial/as3/src/CalculatorUI.as</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/as3/src/CalculatorUI.as;hb=HEAD";</a>tutorial/as3/src/CalculatorUI.as</a>
 </p></p>
 <h3 id="server">Server<a class="headerlink" href="#server" title="Permanent 
link">&para;</a></h3>
 <p>The example client above can be tested against a java tutorial server.</p>
@@ -158,7 +158,7 @@ h2:hover &gt; .headerlink, h3:hover &gt;
 </pre></div>
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/as3/src/CalculatorUI.as;hb=HEAD";</a>tutorial/as3/src/CalculatorUI.as</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/as3/src/CalculatorUI.as;hb=HEAD";</a>tutorial/as3/src/CalculatorUI.as</a>
 </p></p>
 <p>Example of crossdomain file, to allow connect to ports 9090 and 9091 from 
any server:</p>
 <pre><code>

Modified: websites/staging/thrift/trunk/content/tutorial/c_glib.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/c_glib.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/c_glib.html Tue Jan  1 
11:24:00 2019
@@ -289,7 +289,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/c_glib/c_glib_client.c;hb=HEAD";</a>tutorial/c_glib/c_glib_client.c</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/c_glib/c_glib_client.c;hb=HEAD";</a>tutorial/c_glib/c_glib_client.c</a>
 </p>
 
 <h3 id="server">Server<a class="headerlink" href="#server" title="Permanent 
link">&para;</a></h3>
@@ -817,7 +817,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/c_glib/c_glib_server.c;hb=HEAD";</a>tutorial/c_glib/c_glib_server.c</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/c_glib/c_glib_server.c;hb=HEAD";</a>tutorial/c_glib/c_glib_server.c</a>
 </p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/tutorial/cpp.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/cpp.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/cpp.html Tue Jan  1 11:24:00 
2019
@@ -181,7 +181,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/cpp/CppClient.cpp;hb=HEAD";</a>tutorial/cpp/CppClient.cpp</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/cpp/CppClient.cpp;hb=HEAD";</a>tutorial/cpp/CppClient.cpp</a>
 </p>
 
 <h3 id="server">Server<a class="headerlink" href="#server" title="Permanent 
link">&para;</a></h3>
@@ -334,7 +334,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/cpp/CppServer.cpp;hb=HEAD";</a>tutorial/cpp/CppServer.cpp</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/cpp/CppServer.cpp;hb=HEAD";</a>tutorial/cpp/CppServer.cpp</a>
 </p>
 
 <h2 id="additional-information">Additional Information<a class="headerlink" 
href="#additional-information" title="Permanent link">&para;</a></h2>
@@ -368,7 +368,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/cpp/CppServer.cpp;hb=HEAD";</a>tutorial/cpp/CppServer.cpp</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/cpp/CppServer.cpp;hb=HEAD";</a>tutorial/cpp/CppServer.cpp</a>
 </p>
        </div>
        <div class="container">

Modified: websites/staging/thrift/trunk/content/tutorial/csharp.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/csharp.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/csharp.html Tue Jan  1 
11:24:00 2019
@@ -191,7 +191,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/csharp/CsharpClient/CsharpClient.cs;hb=HEAD";</a>tutorial/csharp/CsharpClient/CsharpClient.cs</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/csharp/CsharpClient/CsharpClient.cs;hb=HEAD";</a>tutorial/csharp/CsharpClient/CsharpClient.cs</a>
 </p>
 
 <h3 id="server">Server<a class="headerlink" href="#server" title="Permanent 
link">&para;</a></h3>
@@ -321,7 +321,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/csharp/CsharpServer/CsharpServer.cs;hb=HEAD";</a>tutorial/csharp/CsharpServer/CsharpServer.cs</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/csharp/CsharpServer/CsharpServer.cs;hb=HEAD";</a>tutorial/csharp/CsharpServer/CsharpServer.cs</a>
 </p>
 
 <h2 id="additional-information">Additional Information<a class="headerlink" 
href="#additional-information" title="Permanent link">&para;</a></h2>

Modified: websites/staging/thrift/trunk/content/tutorial/d.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/d.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/d.html Tue Jan  1 11:24:00 
2019
@@ -212,7 +212,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/d/server.d;hb=HEAD";</a>tutorial/d/server.d</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/d/server.d;hb=HEAD";</a>tutorial/d/server.d</a>
 </p>
 
 <h3 id="server">Server<a class="headerlink" href="#server" title="Permanent 
link">&para;</a></h3>
@@ -278,7 +278,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/d/client.d;hb=HEAD";</a>tutorial/d/client.d</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/d/client.d;hb=HEAD";</a>tutorial/d/client.d</a>
 </p>
 
 <h2 id="additional-information">Additional Information<a class="headerlink" 
href="#additional-information" title="Permanent link">&para;</a></h2>

Modified: websites/staging/thrift/trunk/content/tutorial/dart.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/dart.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/dart.html Tue Jan  1 
11:24:00 2019
@@ -381,7 +381,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/dart/client/web/client.dart;hb=HEAD";</a>tutorial/dart/client/web/client.dart</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/dart/client/web/client.dart;hb=HEAD";</a>tutorial/dart/client/web/client.dart</a>
 </p>
 
 <h3 id="client-web-page">Client web page<a class="headerlink" 
href="#client-web-page" title="Permanent link">&para;</a></h3>
@@ -419,7 +419,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/dart/client/web/index.html;hb=HEAD";</a>tutorial/dart/client/web/index.html</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/dart/client/web/index.html;hb=HEAD";</a>tutorial/dart/client/web/index.html</a>
 </p>
 
 <h3 id="server">Server<a class="headerlink" href="#server" title="Permanent 
link">&para;</a></h3>
@@ -585,7 +585,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/dart/server/bin/main.dart;hb=HEAD";</a>tutorial/dart/server/bin/main.dart</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/dart/server/bin/main.dart;hb=HEAD";</a>tutorial/dart/server/bin/main.dart</a>
 </p>
 
 <h2 id="additional-information">Additional Information<a class="headerlink" 
href="#additional-information" title="Permanent link">&para;</a></h2>

Modified: websites/staging/thrift/trunk/content/tutorial/delphi.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/delphi.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/delphi.html Tue Jan  1 
11:24:00 2019
@@ -218,7 +218,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/delphi/DelphiClient/DelphiClient.dpr;hb=HEAD";</a>tutorial/delphi/DelphiClient/DelphiClient.dpr</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/delphi/DelphiClient/DelphiClient.dpr;hb=HEAD";</a>tutorial/delphi/DelphiClient/DelphiClient.dpr</a>
 </p>
 
 <h3 id="server">Server<a class="headerlink" href="#server" title="Permanent 
link">&para;</a></h3>
@@ -393,7 +393,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/delphi/DelphiServer/DelphiServer.dpr;hb=HEAD";</a>tutorial/delphi/DelphiServer/DelphiServer.dpr</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/delphi/DelphiServer/DelphiServer.dpr;hb=HEAD";</a>tutorial/delphi/DelphiServer/DelphiServer.dpr</a>
 </p>
 
 <h2 id="additional-information">Additional Information<a class="headerlink" 
href="#additional-information" title="Permanent link">&para;</a></h2>

Modified: websites/staging/thrift/trunk/content/tutorial/go.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/go.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/go.html Tue Jan  1 11:24:00 
2019
@@ -203,7 +203,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/go/src/client.go;hb=HEAD";</a>tutorial/go/src/client.go</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/go/src/client.go;hb=HEAD";</a>tutorial/go/src/client.go</a>
 </p>
 
 <h3 id="server">Server<a class="headerlink" href="#server" title="Permanent 
link">&para;</a></h3>
@@ -256,7 +256,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/go/src/server.go;hb=HEAD";</a>tutorial/go/src/server.go</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/go/src/server.go;hb=HEAD";</a>tutorial/go/src/server.go</a>
 </p>
 
 <h3 id="server-handler">Server Handler<a class="headerlink" 
href="#server-handler" title="Permanent link">&para;</a></h3>
@@ -357,7 +357,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/go/src/handler.go;hb=HEAD";</a>tutorial/go/src/handler.go</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/go/src/handler.go;hb=HEAD";</a>tutorial/go/src/handler.go</a>
 </p>
 
 <h2 id="additional-information">Additional Information<a class="headerlink" 
href="#additional-information" title="Permanent link">&para;</a></h2>

Modified: websites/staging/thrift/trunk/content/tutorial/haxe.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/haxe.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/haxe.html Tue Jan  1 
11:24:00 2019
@@ -419,7 +419,7 @@ private static function ServerSetup() :
 
 <p><p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/haxe/src/Main.hx;hb=HEAD";</a>tutorial/haxe/src/Main.hx</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/haxe/src/Main.hx;hb=HEAD";</a>tutorial/haxe/src/Main.hx</a>
 </p></p>
 <p>Were done with the client, but need some more for the server: A service 
handler implementaion.</p>
 <h3 id="server">Server<a class="headerlink" href="#server" title="Permanent 
link">&para;</a></h3>
@@ -505,7 +505,7 @@ import shared.</em>;</p>
 <p>}
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/haxe/src/CalculatorHandler.hx;hb=HEAD";</a>tutorial/haxe/src/CalculatorHandler.hx</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/haxe/src/CalculatorHandler.hx;hb=HEAD";</a>tutorial/haxe/src/CalculatorHandler.hx</a>
 </p></p>
 <h3 id="additional-information">Additional Information<a class="headerlink" 
href="#additional-information" title="Permanent link">&para;</a></h3>
 <p>Similar to Thrift, Haxe supports different compiler targets. Depending on 
the target, some features 

Modified: websites/staging/thrift/trunk/content/tutorial/hs.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/hs.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/hs.html Tue Jan  1 11:24:00 
2019
@@ -173,7 +173,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/hs/HaskellClient.hs;hb=HEAD";</a>tutorial/hs/HaskellClient.hs</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/hs/HaskellClient.hs;hb=HEAD";</a>tutorial/hs/HaskellClient.hs</a>
 </p>
 
 <h3 id="server">Server<a class="headerlink" href="#server" title="Permanent 
link">&para;</a></h3>
@@ -276,7 +276,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/hs/HaskellServer.hs;hb=HEAD";</a>tutorial/hs/HaskellServer.hs</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/hs/HaskellServer.hs;hb=HEAD";</a>tutorial/hs/HaskellServer.hs</a>
 </p>
 
 <h2 id="additional-information">Additional Information<a class="headerlink" 
href="#additional-information" title="Permanent link">&para;</a></h2>

Modified: websites/staging/thrift/trunk/content/tutorial/java.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/java.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/java.html Tue Jan  1 
11:24:00 2019
@@ -205,7 +205,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/java/src/JavaClient.java;hb=HEAD";</a>tutorial/java/src/JavaClient.java</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/java/src/JavaClient.java;hb=HEAD";</a>tutorial/java/src/JavaClient.java</a>
 </p>
 
 <h3 id="server">Server<a class="headerlink" href="#server" title="Permanent 
link">&para;</a></h3>
@@ -316,7 +316,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/java/src/JavaServer.java;hb=HEAD";</a>tutorial/java/src/JavaServer.java</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/java/src/JavaServer.java;hb=HEAD";</a>tutorial/java/src/JavaServer.java</a>
 </p>
 
 <h2 id="additional-information">Additional Information<a class="headerlink" 
href="#additional-information" title="Permanent link">&para;</a></h2>

Modified: websites/staging/thrift/trunk/content/tutorial/nodejs.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/nodejs.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/nodejs.html Tue Jan  1 
11:24:00 2019
@@ -177,7 +177,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/nodejs/NodeClient.js;hb=HEAD";</a>tutorial/nodejs/NodeClient.js</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/nodejs/NodeClient.js;hb=HEAD";</a>tutorial/nodejs/NodeClient.js</a>
 </p>
 
 <h3 id="server">Server<a class="headerlink" href="#server" title="Permanent 
link">&para;</a></h3>
@@ -263,7 +263,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/nodejs/NodeServer.js;hb=HEAD";</a>tutorial/nodejs/NodeServer.js</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/nodejs/NodeServer.js;hb=HEAD";</a>tutorial/nodejs/NodeServer.js</a>
 </p>
 
 <h2 id="additional-information">Additional Information<a class="headerlink" 
href="#additional-information" title="Permanent link">&para;</a></h2>

Modified: websites/staging/thrift/trunk/content/tutorial/ocaml.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/ocaml.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/ocaml.html Tue Jan  1 
11:24:00 2019
@@ -174,7 +174,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/ocaml/CalcClient.ml;hb=HEAD";</a>tutorial/ocaml/CalcClient.ml</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/ocaml/CalcClient.ml;hb=HEAD";</a>tutorial/ocaml/CalcClient.ml</a>
 </p>
 
 <h3 id="server">Server<a class="headerlink" href="#server" title="Permanent 
link">&para;</a></h3>
@@ -264,7 +264,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/ocaml/CalcServer.ml;hb=HEAD";</a>tutorial/ocaml/CalcServer.ml</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/ocaml/CalcServer.ml;hb=HEAD";</a>tutorial/ocaml/CalcServer.ml</a>
 </p>
 
 <h2 id="additional-information">Additional Information<a class="headerlink" 
href="#additional-information" title="Permanent link">&para;</a></h2>

Modified: websites/staging/thrift/trunk/content/tutorial/perl.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/perl.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/perl.html Tue Jan  1 
11:24:00 2019
@@ -178,7 +178,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/perl/PerlClient.pl;hb=HEAD";</a>tutorial/perl/PerlClient.pl</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/perl/PerlClient.pl;hb=HEAD";</a>tutorial/perl/PerlClient.pl</a>
 </p>
 
 <h3 id="server">Server<a class="headerlink" href="#server" title="Permanent 
link">&para;</a></h3>
@@ -264,7 +264,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/perl/PerlServer.pl;hb=HEAD";</a>tutorial/perl/PerlServer.pl</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/perl/PerlServer.pl;hb=HEAD";</a>tutorial/perl/PerlServer.pl</a>
 </p>
 
 <h2 id="additional-information">Additional Information<a class="headerlink" 
href="#additional-information" title="Permanent link">&para;</a></h2>

Modified: websites/staging/thrift/trunk/content/tutorial/php.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/php.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/php.html Tue Jan  1 11:24:00 
2019
@@ -209,7 +209,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/php/PhpClient.php;hb=HEAD";</a>tutorial/php/PhpClient.php</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/php/PhpClient.php;hb=HEAD";</a>tutorial/php/PhpClient.php</a>
 </p>
 
 <h3 id="server">Server<a class="headerlink" href="#server" title="Permanent 
link">&para;</a></h3>
@@ -358,7 +358,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/php/PhpServer.php;hb=HEAD";</a>tutorial/php/PhpServer.php</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/php/PhpServer.php;hb=HEAD";</a>tutorial/php/PhpServer.php</a>
 </p>
 
 <h2 id="additional-information">Additional Information<a class="headerlink" 
href="#additional-information" title="Permanent link">&para;</a></h2>

Modified: websites/staging/thrift/trunk/content/tutorial/py.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/py.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/py.html Tue Jan  1 11:24:00 
2019
@@ -180,7 +180,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/py/PythonClient.py;hb=HEAD";</a>tutorial/py/PythonClient.py</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/py/PythonClient.py;hb=HEAD";</a>tutorial/py/PythonClient.py</a>
 </p>
 
 <h3 id="server">Server<a class="headerlink" href="#server" title="Permanent 
link">&para;</a></h3>
@@ -276,7 +276,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/py/PythonServer.py;hb=HEAD";</a>tutorial/py/PythonServer.py</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/py/PythonServer.py;hb=HEAD";</a>tutorial/py/PythonServer.py</a>
 </p>
 
 <h2 id="additional-information">Additional Information<a class="headerlink" 
href="#additional-information" title="Permanent link">&para;</a></h2>

Modified: websites/staging/thrift/trunk/content/tutorial/rb.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/rb.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/rb.html Tue Jan  1 11:24:00 
2019
@@ -173,7 +173,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/rb/RubyClient.rb;hb=HEAD";</a>tutorial/rb/RubyClient.rb</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/rb/RubyClient.rb;hb=HEAD";</a>tutorial/rb/RubyClient.rb</a>
 </p>
 
 <h3 id="server">Server<a class="headerlink" href="#server" title="Permanent 
link">&para;</a></h3>
@@ -267,7 +267,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree 
docs</strong>:
-  <a 
href="http://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/rb/RubyServer.rb;hb=HEAD";</a>tutorial/rb/RubyServer.rb</a>
+  <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/rb/RubyServer.rb;hb=HEAD";</a>tutorial/rb/RubyServer.rb</a>
 </p>
 
 <h2 id="additional-information">Additional Information<a class="headerlink" 
href="#additional-information" title="Permanent link">&para;</a></h2>


Reply via email to