Publish commit(s) from site source repo:
  86f33ccfb Fix 1.8.0 download page

Site-Repo-Commit: 86f33ccfb76153952b4747a9ac756ee4eccff1ac
diff --git a/feed.xml b/feed.xml
index 5963288..e3881f1 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="2.5.3">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2018-10-26T21:00:43+02:00</updated><id>/</id><entry><title>Apache Kudu 1.8.0 Released</title><link href="/2018/10/26/apache-kudu-1-8-0-released.html" rel="alternate" type="text/html" title="Apache Kudu 1.8.0 Released" /><published>2018-10-26T00:00:00+02:00</published><updated>2018-10-26T00:00:00+02:00</updated><id>/2018/10/26/apache-kudu-1-8-0-released</id><content type="html" xml:base="/2018/10/26/apache-kudu-1-8-0-released.html">&lt;p&gt;The Apache Kudu team is happy to announce the release of Kudu 1.8.0!&lt;/p&gt;
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="2.5.3">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2018-10-26T23:23:34+02:00</updated><id>/</id><entry><title>Apache Kudu 1.8.0 Released</title><link href="/2018/10/26/apache-kudu-1-8-0-released.html" rel="alternate" type="text/html" title="Apache Kudu 1.8.0 Released" /><published>2018-10-26T00:00:00+02:00</published><updated>2018-10-26T00:00:00+02:00</updated><id>/2018/10/26/apache-kudu-1-8-0-released</id><content type="html" xml:base="/2018/10/26/apache-kudu-1-8-0-released.html">&lt;p&gt;The Apache Kudu team is happy to announce the release of Kudu 1.8.0!&lt;/p&gt;
 
 &lt;p&gt;The new release adds several new features and improvements, including the
 following:&lt;/p&gt;
diff --git a/releases/1.8.0/index.html b/releases/1.8.0/index.html
index eae94cd..8498ac7 100644
--- a/releases/1.8.0/index.html
+++ b/releases/1.8.0/index.html
@@ -132,13 +132,30 @@
 <p>Downloads of Kudu 1.8.0 are available in the following formats:</p>
 
 <ul>
-  <li><a href="https://archive.apache.org/dist/kudu/1.8.0/apache-kudu-1.8.0.tar.gz">Kudu 1.8.0 source tarball</a>
-(<a href="https://archive.apache.org/dist/kudu/1.8.0/apache-kudu-1.8.0.tar.gz.sha512">SHA512</a>,
-<a href="https://archive.apache.org/dist/kudu/1.8.0/apache-kudu-1.8.0.tar.gz.asc">Signature</a>)</li>
+  <li><a href="https://www.apache.org/closer.cgi?filename=kudu/1.8.0/apache-kudu-1.8.0.tar.gz&amp;action=download">Kudu 1.8.0 source tarball</a>
+(<a href="https://www.apache.org/dist/kudu/1.8.0/apache-kudu-1.8.0.tar.gz.sha512">SHA512</a>,
+<a href="https://www.apache.org/dist/kudu/1.8.0/apache-kudu-1.8.0.tar.gz.asc">Signature</a>)</li>
 </ul>
 
 <p>You can use the <a href="https://www.apache.org/dist/kudu/KEYS">KEYS file</a> to verify the included GPG signature.</p>
 
+<p>To verify the integrity of the release, you need to check the following:</p>
+
+<ul>
+  <li>Checksum by downloading the checksum file, then run the below command:
+    <ul>
+      <li>On Linux: <code>sha512sum -c apache-kudu-1.8.0.tar.gz.sha512</code></li>
+      <li>On MacOS: <code>shasum -a 512 -c apache-kudu-1.8.0.tar.gz.sha512</code></li>
+    </ul>
+  </li>
+  <li>Signature by downloading the signature and the KEYS file, then
+    <ul>
+      <li>Importing the KEYS file to the GPG keychain by running <code>gpg --import KEYS</code></li>
+      <li>Verifying the signature by running <code>gpg --verify apache-kudu-1.8.0.tar.gz.asc apache-kudu-1.8.0.tar.gz</code></li>
+    </ul>
+  </li>
+</ul>
+
 <p>Additional links:</p>
 
 <ul>