Repository: orc
Updated Branches:
  refs/heads/asf-site e58d3fc43 -> fa6a04b8e


Deploying link fixes.

Signed-off-by: Owen O'Malley <omal...@apache.org>


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

Branch: refs/heads/asf-site
Commit: fa6a04b8e0506b43e6b82f61fac518354d1939bb
Parents: e58d3fc
Author: Owen O'Malley <omal...@apache.org>
Authored: Thu May 17 15:32:16 2018 -0700
Committer: Owen O'Malley <omal...@apache.org>
Committed: Thu May 17 15:32:16 2018 -0700

----------------------------------------------------------------------
 develop/index.html                   |  8 ++--
 news/2016/01/25/ORC-1.0.0/index.html |  4 +-
 news/2016/06/10/ORC-1.1.0/index.html |  8 ++--
 news/2016/06/13/ORC-1.1.1/index.html |  8 ++--
 news/2016/07/08/ORC-1.1.2/index.html |  8 ++--
 news/2016/08/25/ORC-1.2.0/index.html |  6 +--
 news/2016/10/05/ORC-1.2.1/index.html |  4 +-
 news/2016/12/01/ORC-1.2.2/index.html |  4 +-
 news/2016/12/12/ORC-1.2.3/index.html |  4 +-
 news/2017/01/23/ORC-1.3.0/index.html |  2 +-
 news/2017/02/03/ORC-1.3.1/index.html |  4 +-
 news/2017/02/13/ORC-1.3.2/index.html |  2 +-
 news/2017/02/21/ORC-1.3.3/index.html |  2 +-
 news/2017/05/08/ORC-1.4.0/index.html |  2 +-
 news/2017/10/16/ORC-1.3.4/index.html |  2 +-
 news/2017/10/16/ORC-1.4.1/index.html |  4 +-
 news/2018/01/23/ORC-1.4.2/index.html |  4 +-
 news/2018/02/09/ORC-1.4.3/index.html |  2 +-
 news/index.html                      | 70 +++++++++++++++----------------
 news/releases/index.html             | 70 +++++++++++++++----------------
 20 files changed, 109 insertions(+), 109 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/fa6a04b8/develop/index.html
----------------------------------------------------------------------
diff --git a/develop/index.html b/develop/index.html
index 5a08cf0..b1946ee 100644
--- a/develop/index.html
+++ b/develop/index.html
@@ -93,7 +93,7 @@ to promote compatibility between implementations.</p>
 <h2 id="development-community">Development community</h2>
 
 <p>We have committers from many different companies. The full
-list of <a href="committers.html">ORC committers</a> is available.</p>
+list of <a href="committers">ORC committers</a> is available.</p>
 
 <h2 id="mailing-lists">Mailing Lists</h2>
 
@@ -153,7 +153,7 @@ The generated html pages that are deployed as 
https://orc.apache.org/</li>
 guarantees that tags in the “rel/*” namespace are never deleted or
 changed.</p>
 
-<p>Please check our <a href="coding.html">coding guidelines</a>.</p>
+<p>Please check our <a href="coding">coding guidelines</a>.</p>
 
 <h2 id="website-shortcuts">Website shortcuts</h2>
 
@@ -254,7 +254,7 @@ to d...@orc.apache.org asking for someone to sign it.</p>
 
 <p>The release process for ORC is driven by a Release Manager. They should
 discuss their intention to start the process on the dev list and then
-follow the steps of <a href="make-release.html">how to release ORC</a>.</p>
+follow the steps of <a href="make-release">how to release ORC</a>.</p>
 
 <h2 id="dist-directory">Dist Directory</h2>
 
@@ -270,7 +270,7 @@ archive</a>.</p>
 
 <h2 id="bylaws">Bylaws</h2>
 
-<p>ORC has a set of <a href="bylaws.html">bylaws</a> that describe the rules 
for the different
+<p>ORC has a set of <a href="bylaws">bylaws</a> that describe the rules for 
the different
 votes within our project.</p>
 
       </article>

http://git-wip-us.apache.org/repos/asf/orc/blob/fa6a04b8/news/2016/01/25/ORC-1.0.0/index.html
----------------------------------------------------------------------
diff --git a/news/2016/01/25/ORC-1.0.0/index.html 
b/news/2016/01/25/ORC-1.0.0/index.html
index a01de7a..c3cbdb4 100644
--- a/news/2016/01/25/ORC-1.0.0/index.html
+++ b/news/2016/01/25/ORC-1.0.0/index.html
@@ -207,10 +207,10 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-10";>ORC-10</a> When moving 
ORC files between timezones, different daylight savings rules will cause 
timestamps to shift in the C++ reader.</p>
+    <p><a href="/security/ORC-10">ORC-10</a> When moving ORC files between 
timezones, different daylight savings rules will cause timestamps to shift in 
the C++ reader.</p>
   </li>
 </ul>
 

http://git-wip-us.apache.org/repos/asf/orc/blob/fa6a04b8/news/2016/06/10/ORC-1.1.0/index.html
----------------------------------------------------------------------
diff --git a/news/2016/06/10/ORC-1.1.0/index.html 
b/news/2016/06/10/ORC-1.1.0/index.html
index 86fac0a..50906d2 100644
--- a/news/2016/06/10/ORC-1.1.0/index.html
+++ b/news/2016/06/10/ORC-1.1.0/index.html
@@ -200,16 +200,16 @@ timestamps from timezones with different daylight savings 
rules.</li>
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/HIVE-14214";>HIVE-14214</a> 
Schema evolution and predicate pushdown don’t work together.</p>
+    <p><a href="/security/HIVE-14214">HIVE-14214</a> Schema evolution and 
predicate pushdown don’t work together.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-101";>ORC-101</a> Bloom 
filters for string and decimal use inconsistent encoding</p>
+    <p><a href="/security/ORC-101">ORC-101</a> Bloom filters for string and 
decimal use inconsistent encoding</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 

http://git-wip-us.apache.org/repos/asf/orc/blob/fa6a04b8/news/2016/06/13/ORC-1.1.1/index.html
----------------------------------------------------------------------
diff --git a/news/2016/06/13/ORC-1.1.1/index.html 
b/news/2016/06/13/ORC-1.1.1/index.html
index ccfbc21..d455413 100644
--- a/news/2016/06/13/ORC-1.1.1/index.html
+++ b/news/2016/06/13/ORC-1.1.1/index.html
@@ -198,16 +198,16 @@ timestamps from timezones with different daylight savings 
rules.</li>
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/HIVE-14214";>HIVE-14214</a> 
Schema evolution and predicate pushdown don’t work together.</p>
+    <p><a href="/security/HIVE-14214">HIVE-14214</a> Schema evolution and 
predicate pushdown don’t work together.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-101";>ORC-101</a> Bloom 
filters for string and decimal use inconsistent encoding</p>
+    <p><a href="/security/ORC-101">ORC-101</a> Bloom filters for string and 
decimal use inconsistent encoding</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 

http://git-wip-us.apache.org/repos/asf/orc/blob/fa6a04b8/news/2016/07/08/ORC-1.1.2/index.html
----------------------------------------------------------------------
diff --git a/news/2016/07/08/ORC-1.1.2/index.html 
b/news/2016/07/08/ORC-1.1.2/index.html
index 87d78d5..b7214ba 100644
--- a/news/2016/07/08/ORC-1.1.2/index.html
+++ b/news/2016/07/08/ORC-1.1.2/index.html
@@ -198,16 +198,16 @@ timestamps from timezones with different daylight savings 
rules.</li>
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/HIVE-14214";>HIVE-14214</a> 
Schema evolution and predicate pushdown don’t work together.</p>
+    <p><a href="/security/HIVE-14214">HIVE-14214</a> Schema evolution and 
predicate pushdown don’t work together.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-101";>ORC-101</a> Bloom 
filters for string and decimal use inconsistent encoding</p>
+    <p><a href="/security/ORC-101">ORC-101</a> Bloom filters for string and 
decimal use inconsistent encoding</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 

http://git-wip-us.apache.org/repos/asf/orc/blob/fa6a04b8/news/2016/08/25/ORC-1.2.0/index.html
----------------------------------------------------------------------
diff --git a/news/2016/08/25/ORC-1.2.0/index.html 
b/news/2016/08/25/ORC-1.2.0/index.html
index 84e2e77..b65e2d7 100644
--- a/news/2016/08/25/ORC-1.2.0/index.html
+++ b/news/2016/08/25/ORC-1.2.0/index.html
@@ -204,13 +204,13 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-101";>ORC-101</a> Bloom 
filters for string and decimal use inconsistent encoding</p>
+    <p><a href="/security/ORC-101">ORC-101</a> Bloom filters for string and 
decimal use inconsistent encoding</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 

http://git-wip-us.apache.org/repos/asf/orc/blob/fa6a04b8/news/2016/10/05/ORC-1.2.1/index.html
----------------------------------------------------------------------
diff --git a/news/2016/10/05/ORC-1.2.1/index.html 
b/news/2016/10/05/ORC-1.2.1/index.html
index 31d1827..3171372 100644
--- a/news/2016/10/05/ORC-1.2.1/index.html
+++ b/news/2016/10/05/ORC-1.2.1/index.html
@@ -204,10 +204,10 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 

http://git-wip-us.apache.org/repos/asf/orc/blob/fa6a04b8/news/2016/12/01/ORC-1.2.2/index.html
----------------------------------------------------------------------
diff --git a/news/2016/12/01/ORC-1.2.2/index.html 
b/news/2016/12/01/ORC-1.2.2/index.html
index 50f8070..468df69 100644
--- a/news/2016/12/01/ORC-1.2.2/index.html
+++ b/news/2016/12/01/ORC-1.2.2/index.html
@@ -204,10 +204,10 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 

http://git-wip-us.apache.org/repos/asf/orc/blob/fa6a04b8/news/2016/12/12/ORC-1.2.3/index.html
----------------------------------------------------------------------
diff --git a/news/2016/12/12/ORC-1.2.3/index.html 
b/news/2016/12/12/ORC-1.2.3/index.html
index 7de6086..95861a8 100644
--- a/news/2016/12/12/ORC-1.2.3/index.html
+++ b/news/2016/12/12/ORC-1.2.3/index.html
@@ -205,10 +205,10 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 

http://git-wip-us.apache.org/repos/asf/orc/blob/fa6a04b8/news/2017/01/23/ORC-1.3.0/index.html
----------------------------------------------------------------------
diff --git a/news/2017/01/23/ORC-1.3.0/index.html 
b/news/2017/01/23/ORC-1.3.0/index.html
index a42401c..e3686ad 100644
--- a/news/2017/01/23/ORC-1.3.0/index.html
+++ b/news/2017/01/23/ORC-1.3.0/index.html
@@ -196,7 +196,7 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 <p>Known issues:</p>
 
 <ul>
-  <li><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</li>
+  <li><a href="/security/ORC-135">ORC-135</a> Predicate push down is incorrect 
on timestamps when moved between timezones</li>
 </ul>
 
 

http://git-wip-us.apache.org/repos/asf/orc/blob/fa6a04b8/news/2017/02/03/ORC-1.3.1/index.html
----------------------------------------------------------------------
diff --git a/news/2017/02/03/ORC-1.3.1/index.html 
b/news/2017/02/03/ORC-1.3.1/index.html
index 22dc586..76acb38 100644
--- a/news/2017/02/03/ORC-1.3.1/index.html
+++ b/news/2017/02/03/ORC-1.3.1/index.html
@@ -197,10 +197,10 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 

http://git-wip-us.apache.org/repos/asf/orc/blob/fa6a04b8/news/2017/02/13/ORC-1.3.2/index.html
----------------------------------------------------------------------
diff --git a/news/2017/02/13/ORC-1.3.2/index.html 
b/news/2017/02/13/ORC-1.3.2/index.html
index e8c0434..5e59233 100644
--- a/news/2017/02/13/ORC-1.3.2/index.html
+++ b/news/2017/02/13/ORC-1.3.2/index.html
@@ -196,7 +196,7 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 <p>Known issues:</p>
 
 <ul>
-  <li><a href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> 
ORC files with malformed types cause stack overflow.</li>
+  <li><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</li>
 </ul>
 
 

http://git-wip-us.apache.org/repos/asf/orc/blob/fa6a04b8/news/2017/02/21/ORC-1.3.3/index.html
----------------------------------------------------------------------
diff --git a/news/2017/02/21/ORC-1.3.3/index.html 
b/news/2017/02/21/ORC-1.3.3/index.html
index f36460a..337550d 100644
--- a/news/2017/02/21/ORC-1.3.3/index.html
+++ b/news/2017/02/21/ORC-1.3.3/index.html
@@ -196,7 +196,7 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 <p>Known issues:</p>
 
 <ul>
-  <li><a href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> 
ORC files with malformed types cause stack overflow.</li>
+  <li><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</li>
 </ul>
 
 

http://git-wip-us.apache.org/repos/asf/orc/blob/fa6a04b8/news/2017/05/08/ORC-1.4.0/index.html
----------------------------------------------------------------------
diff --git a/news/2017/05/08/ORC-1.4.0/index.html 
b/news/2017/05/08/ORC-1.4.0/index.html
index 1973299..6aeb47e 100644
--- a/news/2017/05/08/ORC-1.4.0/index.html
+++ b/news/2017/05/08/ORC-1.4.0/index.html
@@ -197,7 +197,7 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 <p>Known issues:</p>
 
 <ul>
-  <li><a href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> 
ORC files with malformed types cause stack overflow.</li>
+  <li><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</li>
 </ul>
 
 

http://git-wip-us.apache.org/repos/asf/orc/blob/fa6a04b8/news/2017/10/16/ORC-1.3.4/index.html
----------------------------------------------------------------------
diff --git a/news/2017/10/16/ORC-1.3.4/index.html 
b/news/2017/10/16/ORC-1.3.4/index.html
index cbe7eba..f55bbb0 100644
--- a/news/2017/10/16/ORC-1.3.4/index.html
+++ b/news/2017/10/16/ORC-1.3.4/index.html
@@ -196,7 +196,7 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Prasanth
 <p>Known issues:</p>
 
 <ul>
-  <li><a href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> 
ORC files with malformed types cause stack overflow.</li>
+  <li><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</li>
 </ul>
 
 

http://git-wip-us.apache.org/repos/asf/orc/blob/fa6a04b8/news/2017/10/16/ORC-1.4.1/index.html
----------------------------------------------------------------------
diff --git a/news/2017/10/16/ORC-1.4.1/index.html 
b/news/2017/10/16/ORC-1.4.1/index.html
index db56e97..fc1c23c 100644
--- a/news/2017/10/16/ORC-1.4.1/index.html
+++ b/news/2017/10/16/ORC-1.4.1/index.html
@@ -198,10 +198,10 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Prasanth
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-40";>ORC-40</a> Predicate 
push down is not implemented in C++.</p>
+    <p><a href="/security/ORC-40">ORC-40</a> Predicate push down is not 
implemented in C++.</p>
   </li>
 </ul>
 

http://git-wip-us.apache.org/repos/asf/orc/blob/fa6a04b8/news/2018/01/23/ORC-1.4.2/index.html
----------------------------------------------------------------------
diff --git a/news/2018/01/23/ORC-1.4.2/index.html 
b/news/2018/01/23/ORC-1.4.2/index.html
index 492d684..beae1df 100644
--- a/news/2018/01/23/ORC-1.4.2/index.html
+++ b/news/2018/01/23/ORC-1.4.2/index.html
@@ -198,10 +198,10 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-40";>ORC-40</a> Predicate 
push down is not implemented in C++.</p>
+    <p><a href="/security/ORC-40">ORC-40</a> Predicate push down is not 
implemented in C++.</p>
   </li>
 </ul>
 

http://git-wip-us.apache.org/repos/asf/orc/blob/fa6a04b8/news/2018/02/09/ORC-1.4.3/index.html
----------------------------------------------------------------------
diff --git a/news/2018/02/09/ORC-1.4.3/index.html 
b/news/2018/02/09/ORC-1.4.3/index.html
index d466222..e875a04 100644
--- a/news/2018/02/09/ORC-1.4.3/index.html
+++ b/news/2018/02/09/ORC-1.4.3/index.html
@@ -197,7 +197,7 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 <p>Known issues:</p>
 
 <ul>
-  <li><a href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> 
ORC files with malformed types cause stack overflow.</li>
+  <li><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</li>
 </ul>
 
 

http://git-wip-us.apache.org/repos/asf/orc/blob/fa6a04b8/news/index.html
----------------------------------------------------------------------
diff --git a/news/index.html b/news/index.html
index 4c10d7a..78b11de 100644
--- a/news/index.html
+++ b/news/index.html
@@ -308,7 +308,7 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 <p>Known issues:</p>
 
 <ul>
-  <li><a href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> 
ORC files with malformed types cause stack overflow.</li>
+  <li><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</li>
 </ul>
 
 
@@ -366,10 +366,10 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-40";>ORC-40</a> Predicate 
push down is not implemented in C++.</p>
+    <p><a href="/security/ORC-40">ORC-40</a> Predicate push down is not 
implemented in C++.</p>
   </li>
 </ul>
 
@@ -428,10 +428,10 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Prasanth
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-40";>ORC-40</a> Predicate 
push down is not implemented in C++.</p>
+    <p><a href="/security/ORC-40">ORC-40</a> Predicate push down is not 
implemented in C++.</p>
   </li>
 </ul>
 
@@ -488,7 +488,7 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Prasanth
 <p>Known issues:</p>
 
 <ul>
-  <li><a href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> 
ORC files with malformed types cause stack overflow.</li>
+  <li><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</li>
 </ul>
 
 
@@ -611,7 +611,7 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 <p>Known issues:</p>
 
 <ul>
-  <li><a href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> 
ORC files with malformed types cause stack overflow.</li>
+  <li><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</li>
 </ul>
 
 
@@ -667,7 +667,7 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 <p>Known issues:</p>
 
 <ul>
-  <li><a href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> 
ORC files with malformed types cause stack overflow.</li>
+  <li><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</li>
 </ul>
 
 
@@ -723,7 +723,7 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 <p>Known issues:</p>
 
 <ul>
-  <li><a href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> 
ORC files with malformed types cause stack overflow.</li>
+  <li><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</li>
 </ul>
 
 
@@ -780,10 +780,10 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 
@@ -840,7 +840,7 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 <p>Known issues:</p>
 
 <ul>
-  <li><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</li>
+  <li><a href="/security/ORC-135">ORC-135</a> Predicate push down is incorrect 
on timestamps when moved between timezones</li>
 </ul>
 
 
@@ -997,10 +997,10 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 
@@ -1065,10 +1065,10 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 
@@ -1133,10 +1133,10 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 
@@ -1201,13 +1201,13 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-101";>ORC-101</a> Bloom 
filters for string and decimal use inconsistent encoding</p>
+    <p><a href="/security/ORC-101">ORC-101</a> Bloom filters for string and 
decimal use inconsistent encoding</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 
@@ -1266,16 +1266,16 @@ timestamps from timezones with different daylight 
savings rules.</li>
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/HIVE-14214";>HIVE-14214</a> 
Schema evolution and predicate pushdown don’t work together.</p>
+    <p><a href="/security/HIVE-14214">HIVE-14214</a> Schema evolution and 
predicate pushdown don’t work together.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-101";>ORC-101</a> Bloom 
filters for string and decimal use inconsistent encoding</p>
+    <p><a href="/security/ORC-101">ORC-101</a> Bloom filters for string and 
decimal use inconsistent encoding</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 
@@ -1387,16 +1387,16 @@ timestamps from timezones with different daylight 
savings rules.</li>
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/HIVE-14214";>HIVE-14214</a> 
Schema evolution and predicate pushdown don’t work together.</p>
+    <p><a href="/security/HIVE-14214">HIVE-14214</a> Schema evolution and 
predicate pushdown don’t work together.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-101";>ORC-101</a> Bloom 
filters for string and decimal use inconsistent encoding</p>
+    <p><a href="/security/ORC-101">ORC-101</a> Bloom filters for string and 
decimal use inconsistent encoding</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 
@@ -1457,16 +1457,16 @@ timestamps from timezones with different daylight 
savings rules.</li>
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/HIVE-14214";>HIVE-14214</a> 
Schema evolution and predicate pushdown don’t work together.</p>
+    <p><a href="/security/HIVE-14214">HIVE-14214</a> Schema evolution and 
predicate pushdown don’t work together.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-101";>ORC-101</a> Bloom 
filters for string and decimal use inconsistent encoding</p>
+    <p><a href="/security/ORC-101">ORC-101</a> Bloom filters for string and 
decimal use inconsistent encoding</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 
@@ -1534,10 +1534,10 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-10";>ORC-10</a> When moving 
ORC files between timezones, different daylight savings rules will cause 
timestamps to shift in the C++ reader.</p>
+    <p><a href="/security/ORC-10">ORC-10</a> When moving ORC files between 
timezones, different daylight savings rules will cause timestamps to shift in 
the C++ reader.</p>
   </li>
 </ul>
 

http://git-wip-us.apache.org/repos/asf/orc/blob/fa6a04b8/news/releases/index.html
----------------------------------------------------------------------
diff --git a/news/releases/index.html b/news/releases/index.html
index b8c4b5b..69cdd88 100644
--- a/news/releases/index.html
+++ b/news/releases/index.html
@@ -308,7 +308,7 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 <p>Known issues:</p>
 
 <ul>
-  <li><a href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> 
ORC files with malformed types cause stack overflow.</li>
+  <li><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</li>
 </ul>
 
 
@@ -366,10 +366,10 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-40";>ORC-40</a> Predicate 
push down is not implemented in C++.</p>
+    <p><a href="/security/ORC-40">ORC-40</a> Predicate push down is not 
implemented in C++.</p>
   </li>
 </ul>
 
@@ -428,10 +428,10 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Prasanth
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-40";>ORC-40</a> Predicate 
push down is not implemented in C++.</p>
+    <p><a href="/security/ORC-40">ORC-40</a> Predicate push down is not 
implemented in C++.</p>
   </li>
 </ul>
 
@@ -488,7 +488,7 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Prasanth
 <p>Known issues:</p>
 
 <ul>
-  <li><a href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> 
ORC files with malformed types cause stack overflow.</li>
+  <li><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</li>
 </ul>
 
 
@@ -545,7 +545,7 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 <p>Known issues:</p>
 
 <ul>
-  <li><a href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> 
ORC files with malformed types cause stack overflow.</li>
+  <li><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</li>
 </ul>
 
 
@@ -601,7 +601,7 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 <p>Known issues:</p>
 
 <ul>
-  <li><a href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> 
ORC files with malformed types cause stack overflow.</li>
+  <li><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</li>
 </ul>
 
 
@@ -657,7 +657,7 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 <p>Known issues:</p>
 
 <ul>
-  <li><a href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> 
ORC files with malformed types cause stack overflow.</li>
+  <li><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</li>
 </ul>
 
 
@@ -714,10 +714,10 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 
@@ -774,7 +774,7 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 <p>Known issues:</p>
 
 <ul>
-  <li><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</li>
+  <li><a href="/security/ORC-135">ORC-135</a> Predicate push down is incorrect 
on timestamps when moved between timezones</li>
 </ul>
 
 
@@ -839,10 +839,10 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 
@@ -907,10 +907,10 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 
@@ -975,10 +975,10 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 
@@ -1043,13 +1043,13 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-101";>ORC-101</a> Bloom 
filters for string and decimal use inconsistent encoding</p>
+    <p><a href="/security/ORC-101">ORC-101</a> Bloom filters for string and 
decimal use inconsistent encoding</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 
@@ -1108,16 +1108,16 @@ timestamps from timezones with different daylight 
savings rules.</li>
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/HIVE-14214";>HIVE-14214</a> 
Schema evolution and predicate pushdown don’t work together.</p>
+    <p><a href="/security/HIVE-14214">HIVE-14214</a> Schema evolution and 
predicate pushdown don’t work together.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-101";>ORC-101</a> Bloom 
filters for string and decimal use inconsistent encoding</p>
+    <p><a href="/security/ORC-101">ORC-101</a> Bloom filters for string and 
decimal use inconsistent encoding</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 
@@ -1176,16 +1176,16 @@ timestamps from timezones with different daylight 
savings rules.</li>
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/HIVE-14214";>HIVE-14214</a> 
Schema evolution and predicate pushdown don’t work together.</p>
+    <p><a href="/security/HIVE-14214">HIVE-14214</a> Schema evolution and 
predicate pushdown don’t work together.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-101";>ORC-101</a> Bloom 
filters for string and decimal use inconsistent encoding</p>
+    <p><a href="/security/ORC-101">ORC-101</a> Bloom filters for string and 
decimal use inconsistent encoding</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 
@@ -1246,16 +1246,16 @@ timestamps from timezones with different daylight 
savings rules.</li>
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/HIVE-14214";>HIVE-14214</a> 
Schema evolution and predicate pushdown don’t work together.</p>
+    <p><a href="/security/HIVE-14214">HIVE-14214</a> Schema evolution and 
predicate pushdown don’t work together.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-101";>ORC-101</a> Bloom 
filters for string and decimal use inconsistent encoding</p>
+    <p><a href="/security/ORC-101">ORC-101</a> Bloom filters for string and 
decimal use inconsistent encoding</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-135";>ORC-135</a> Predicate 
push down is incorrect on timestamps when moved between timezones</p>
+    <p><a href="/security/ORC-135">ORC-135</a> Predicate push down is 
incorrect on timestamps when moved between timezones</p>
   </li>
 </ul>
 
@@ -1323,10 +1323,10 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
 
 <ul>
   <li>
-    <p><a 
href="http://localhost:4000/security/CVE-2018-8015";>CVE-2018-8015</a> ORC files 
with malformed types cause stack overflow.</p>
+    <p><a href="/security/CVE-2018-8015">CVE-2018-8015</a> ORC files with 
malformed types cause stack overflow.</p>
   </li>
   <li>
-    <p><a href="http://localhost:4000/security/ORC-10";>ORC-10</a> When moving 
ORC files between timezones, different daylight savings rules will cause 
timestamps to shift in the C++ reader.</p>
+    <p><a href="/security/ORC-10">ORC-10</a> When moving ORC files between 
timezones, different daylight savings rules will cause timestamps to shift in 
the C++ reader.</p>
   </li>
 </ul>
 

Reply via email to