HDDS-5121. fix download page to use ozone space instead of hadoop (#7)

diff --git a/content/release/1.1.0.md b/content/release/1.1.0.md
index fb6f2cc..4005813 100644
--- a/content/release/1.1.0.md
+++ b/content/release/1.1.0.md
@@ -2,7 +2,6 @@
 title: Release 1.1.0 available
 date: 2021-04-17
 linked: true
-hadoop: true
 ---
 <!---
   Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/layouts/custompage/downloads.html b/layouts/custompage/downloads.html
index da2b3c2..61c1d0b 100644
--- a/layouts/custompage/downloads.html
+++ b/layouts/custompage/downloads.html
@@ -51,16 +51,16 @@
            </td>
        {{else}}
          <td>
-           <a href="https://www.apache.org/dyn/closer.cgi/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}.tar.gz">binary</a>
-           (<a href="https://dist.apache.org/repos/dist/release/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}.tar.gz.sha512">checksum</a>
-           <a href="https://dist.apache.org/repos/dist/release/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}.tar.gz.asc">signature</a>)
-         </td>
-         <td>
            <a href="https://www.apache.org/dyn/closer.cgi/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}-src.tar.gz">source</a>
            (<a href="https://dist.apache.org/repos/dist/release/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}-src.tar.gz.sha512">checksum</a>
            <a href="https://dist.apache.org/repos/dist/release/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}-src.tar.gz.asc">signature</a>)
          </td>
          <td>
+           <a href="https://www.apache.org/dyn/closer.cgi/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}.tar.gz">binary</a>
+           (<a href="https://dist.apache.org/repos/dist/release/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}.tar.gz.sha512">checksum</a>
+           <a href="https://dist.apache.org/repos/dist/release/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}.tar.gz.asc">signature</a>)
+         </td>
+         <td>
            <a href="release/{{.File.BaseFileName }}/">Announcement</a>
          </td>
        {{end}}