NIFI-4104 notify about downloading from apache archives
diff --git a/src/pages/html/download.hbs b/src/pages/html/download.hbs
index 8bd5cfb..2483742 100644
--- a/src/pages/html/download.hbs
+++ b/src/pages/html/download.hbs
@@ -47,7 +47,7 @@
                     <li><a href="https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.4.0">Release Notes</a></li>
                 </ul>
             </li>
-            <li>1.3.0
+            <li>1.3.0 (Note: The download links pull from archive.apache.org.  Apache limits how much can be downloaded from this site per day so please avoid automated/continuous downloads from the archives)
                 <ul>
                     <li>
                         Sources:
@@ -83,6 +83,6 @@
     </div>
 <div class="row">
     <div class="large-12 columns">
-        <p>If you need access to older releases they can be found in the <a href="https://archive.apache.org/dist/nifi/">release archives.</a></p>
+        <p>If you need access to older releases they can be found in the <a href="https://archive.apache.org/dist/nifi/">release archives. Please note that the link is to archive.apache.org.  Apache limits how much can be downloaded from this site per day so please avoid automated/continuous downloads from the archives.</a></p>
     </div>
 </div>