Repository: nifi-site Updated Branches: refs/heads/master 09f78c892 -> 9ca452889
NIFI-4104 notify about downloading from apache archives Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/9ca45288 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/9ca45288 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/9ca45288 Branch: refs/heads/master Commit: 9ca452889289ac03c5fb36966815c48e4a423c12 Parents: 09f78c8 Author: joewitt <[email protected]> Authored: Wed Dec 6 10:40:30 2017 -0500 Committer: joewitt <[email protected]> Committed: Wed Dec 6 10:40:30 2017 -0500 ---------------------------------------------------------------------- src/pages/html/download.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/9ca45288/src/pages/html/download.hbs ---------------------------------------------------------------------- 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 @@ title: Apache NiFi Downloads <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 @@ title: Apache NiFi Downloads </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>
