Repository: nifi-site Updated Branches: refs/heads/master c835e3ba5 -> 15980f0e0
MINIFI-423 Updating KEYS links to not use dist.apache.org Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/15980f0e Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/15980f0e Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/15980f0e Branch: refs/heads/master Commit: 15980f0e0b8b28c76be04ab85d571d2afee42660 Parents: c835e3b Author: Aldrin Piri <[email protected]> Authored: Tue Jan 2 09:26:21 2018 -0500 Committer: Aldrin Piri <[email protected]> Committed: Tue Jan 2 09:26:21 2018 -0500 ---------------------------------------------------------------------- src/pages/html/download.hbs | 2 +- src/pages/html/minifi/download.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/15980f0e/src/pages/html/download.hbs ---------------------------------------------------------------------- diff --git a/src/pages/html/download.hbs b/src/pages/html/download.hbs index 0d97b63..f026807 100644 --- a/src/pages/html/download.hbs +++ b/src/pages/html/download.hbs @@ -15,7 +15,7 @@ title: Apache NiFi Downloads <div class="row"> <div class="large-12 columns"> <p>To verify the downloads please follow these <a href="https://www.apache.org/info/verification.html">procedures</a> - using these <a href="https://dist.apache.org/repos/dist/release/nifi/KEYS">KEYS</a></p> + using these <a href="https://www.apache.org/dist/nifi/KEYS">KEYS</a></p> <p>If a download is not found please allow up to 24 hours for the mirrors to sync.</p> </div> </div> http://git-wip-us.apache.org/repos/asf/nifi-site/blob/15980f0e/src/pages/html/minifi/download.hbs ---------------------------------------------------------------------- diff --git a/src/pages/html/minifi/download.hbs b/src/pages/html/minifi/download.hbs index 7333de1..a488b97 100644 --- a/src/pages/html/minifi/download.hbs +++ b/src/pages/html/minifi/download.hbs @@ -15,7 +15,7 @@ title: Apache NiFi - MiNiFi Downloads <div class="row"> <div class="large-12 columns"> <p>To verify the downloads please follow these <a href="https://www.apache.org/info/verification.html">procedures</a> - using these <a href="https://dist.apache.org/repos/dist/release/nifi/KEYS">KEYS</a></p> + using these <a href="https://www.apache.org/dist/nifi/KEYS">KEYS</a></p> <p>If a download is not found please allow up to 24 hours for the mirrors to sync.</p> </div> </div>
