This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new c9e6a708c2 NIFI-14920 Updated Project Download and Mailing List Links
c9e6a708c2 is described below

commit c9e6a708c26b586a0924afa074f1ca94bf8c5887
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Aug 29 08:44:26 2025 -0500

    NIFI-14920 Updated Project Download and Mailing List Links
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #10254.
---
 doap.rdf                                                | 17 ++++++++---------
 minifi/minifi-toolkit/minifi-toolkit-assembly/README.md |  2 +-
 nifi-docs/src/main/asciidoc/administration-guide.adoc   |  4 ++--
 nifi-docs/src/main/asciidoc/toolkit-guide.adoc          |  2 +-
 nifi-docs/src/main/asciidoc/walkthroughs.adoc           |  4 ++--
 .../src/main/asciidoc/getting-started.adoc              |  2 +-
 6 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/doap.rdf b/doap.rdf
index 3ad087cd75..b72ad39bd0 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -27,16 +27,15 @@
     <name>Apache NiFi</name>
     <homepage rdf:resource="https://nifi.apache.org/"; />
     <asfext:pmc rdf:resource="https://nifi.apache.org"; />
-    <shortdesc>NiFi is an easy to use, powerful, and reliable system to 
process and
-distribute data</shortdesc>
-    <description>The mission of NiFi is the creation and maintenance of 
software related to providing an easy to use, powerful, and reliable system to 
process and distribute data.
-
-Apache NiFi MiNiFi is an edge data collection agent built to seamlessly 
integrate with and leverage the command and control of NiFi. There are both 
Java and C++ implementations.
-
-Apache NiFi Registry is a centralized registry for key configuration items 
including flow versions, assets, and extensions for Apache NiFi and Apache 
MiNiFi.</description>
+    <shortdesc>NiFi is an easy to use, powerful, and reliable system to 
process and distribute data</shortdesc>
+    <description>
+        The mission of NiFi is the creation and maintenance of software 
related to providing an easy to use, powerful, and reliable system to process 
and distribute data.
+        Apache NiFi MiNiFi is an edge data collection agent built to 
seamlessly integrate with and leverage the command and control of NiFi.
+        Apache NiFi Registry is a centralized registry for key configuration 
items including flow versions, assets, and extensions for Apache NiFi and 
Apache MiNiFi.
+    </description>
     <bug-database rdf:resource="https://issues.apache.org/jira/projects/NIFI"; 
/>
-    <mailing-list rdf:resource="https://nifi.apache.org/mailing_lists.html"; />
-    <download-page rdf:resource="https://nifi.apache.org/download.html"; />
+    <mailing-list rdf:resource="https://nifi.apache.org/community/contact/"; />
+    <download-page rdf:resource="https://nifi.apache.org/download/"; />
     <programming-language>Java</programming-language>
     <category rdf:resource="https://projects.apache.org/category/big-data"; />
     <repository>
diff --git a/minifi/minifi-toolkit/minifi-toolkit-assembly/README.md 
b/minifi/minifi-toolkit/minifi-toolkit-assembly/README.md
index dd82bcb8de..275bc9ca60 100644
--- a/minifi/minifi-toolkit/minifi-toolkit-assembly/README.md
+++ b/minifi/minifi-toolkit/minifi-toolkit-assembly/README.md
@@ -29,7 +29,7 @@ MiNiFi is a child project effort of Apache NiFi.  The MiNiFi 
toolkit aids in cre
 ## Requirements
 * JRE 21
 
-The latest version of the MiNiFi Toolkit can be found at 
https://nifi.apache.org/minifi/download.html under the `MiNiFi Toolkit 
Binaries` section.
+The latest version of the MiNiFi Toolkit can be found at 
https://nifi.apache.org/download/#minifi under the `MiNiFi Toolkit Binaries` 
section.
 
 # <a id="minifi-toolkit-converter" href="#minifi-toolkit-converter">MiNiFi 
Toolkit Converter</a>
 
diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc 
b/nifi-docs/src/main/asciidoc/administration-guide.adoc
index dbf7771aa6..2314a7b3b9 100644
--- a/nifi-docs/src/main/asciidoc/administration-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc
@@ -80,7 +80,7 @@ The binary build of Apache NiFi that is provided by the 
Apache mirrors does not
 
 Java 21 is required for building and running Apache NiFi.
 
-The next step is to download a copy of the Apache NiFi source code from the 
https://nifi.apache.org/download.html[NiFi Downloads page]. The reason you need 
the source build is that it includes a module called `nifi-assembly` which is 
the Maven module that builds a binary distribution. Expand the archive and run 
a Maven clean build. The following example shows how to build a distribution 
that activates the `graph` and `media` bundle profiles to add in support for 
graph databases and Apach [...]
+The next step is to download a copy of the Apache NiFi source code from the 
https://nifi.apache.org/download/[NiFi Downloads page]. The reason you need the 
source build is that it includes a module called `nifi-assembly` which is the 
Maven module that builds a binary distribution. Expand the archive and run a 
Maven clean build. The following example shows how to build a distribution that 
activates the `graph` and `media` bundle profiles to add in support for graph 
databases and Apache Ti [...]
 
 `cd <nifi_source_folder>/nifi-assembly`
 
@@ -3841,7 +3841,7 @@ On your existing NiFi installation:
 
 Install the new NiFi into a directory parallel to the existing NiFi 
installation.
 
-1. Download the link:https://nifi.apache.org/download.html[latest version^] of 
Apache NiFi.
+1. Download the link:https://nifi.apache.org/download/[latest version^] of 
Apache NiFi.
 2. Uncompress the NiFi _.tar_ file (`tar -xvzf file-name`) into a directory 
parallel to your existing NiFi directory. For example, if your existing NiFi 
installation is installed in `/opt/nifi/existing-nifi/`, install your new NiFi 
version in `/opt/nifi/new-nifi/`.
 3. If you are upgrading a NiFi cluster, repeat these steps on each node in the 
cluster.
 
diff --git a/nifi-docs/src/main/asciidoc/toolkit-guide.adoc 
b/nifi-docs/src/main/asciidoc/toolkit-guide.adoc
index fffb5b8ba4..2309549417 100644
--- a/nifi-docs/src/main/asciidoc/toolkit-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/toolkit-guide.adoc
@@ -26,7 +26,7 @@ The NiFi Toolkit contains several command line utilities to 
setup and support Ni
 
 The utilities are executed with scripts found in the `bin` folder of your NiFi 
Toolkit installation.
 
-NOTE: The NiFi Toolkit is downloaded separately from NiFi (see the 
link:https://nifi.apache.org/download.html[Apache NiFi Downloads^] page).
+NOTE: The NiFi Toolkit is downloaded separately from NiFi (see the 
link:https://nifi.apache.org/download/[Apache NiFi Downloads^] page).
 
 === Prerequisites for Running in a Secure Environment
 For secured nodes and clusters, two policies should be configured in advance:
diff --git a/nifi-docs/src/main/asciidoc/walkthroughs.adoc 
b/nifi-docs/src/main/asciidoc/walkthroughs.adoc
index 15c0ce834c..23d3547adb 100644
--- a/nifi-docs/src/main/asciidoc/walkthroughs.adoc
+++ b/nifi-docs/src/main/asciidoc/walkthroughs.adoc
@@ -42,7 +42,7 @@ Apache NiFi is an easy to use, powerful, and reliable system 
to process and dist
 
 NOTE: The following instructions are for installing a single node of NiFi. 
This guide assumes macOS 10.11.0+ but should work for any modern operating 
system. *nix commands are used by default, but Windows equivalents are provided 
where available.
 
-. Go to the link:http://nifi.apache.org/download.html[Apache NiFi Downloads^] 
page.
+. Go to the link:http://nifi.apache.org/download/[Apache NiFi Downloads^] page.
 . Download the latest version of NiFi via the compressed binary files. For 
example, if the latest version is 1.11.4:
 * `nifi-1.11.4-bin.tar.gz` [1.2 GB]
 * `nifi-toolkit-1.11.4-bin.tar.gz` [42 MB]
@@ -73,7 +73,7 @@ image::verify-release-gpg-and-checksums.png["Verifying the 
GPG signature and che
 
 NOTE: This guide assumes macOS 10.11.0+ but should work for any modern 
operating system. *nix commands are used by default, but Windows equivalents 
are provided where available.
 
-. Go to the link:http://nifi.apache.org/download.html[Apache NiFi Downloads^] 
page.
+. Go to the link:http://nifi.apache.org/download/[Apache NiFi Downloads^] page.
 . Download the latest version of NiFi source code via the compressed files. 
For example, if the latest version is 1.11.4:
 * `nifi-1.11.4-source-release.zip` [53 MB]
 . If you are directed to a mirror page, click the first link on the page to 
download the respective archive file.
diff --git 
a/nifi-registry/nifi-registry-core/nifi-registry-docs/src/main/asciidoc/getting-started.adoc
 
b/nifi-registry/nifi-registry-core/nifi-registry-docs/src/main/asciidoc/getting-started.adoc
index 06778d5649..b93c45d793 100644
--- 
a/nifi-registry/nifi-registry-core/nifi-registry-docs/src/main/asciidoc/getting-started.adoc
+++ 
b/nifi-registry/nifi-registry-core/nifi-registry-docs/src/main/asciidoc/getting-started.adoc
@@ -175,7 +175,7 @@ In addition to this Getting Started Guide, more information 
about NiFi Registry
 - 
link:https://cwiki.apache.org/confluence/display/NIFI/Contributor+Guide[Contributor's
 Guide^] - A guide for explaining how to contribute work back to the Apache 
NiFi community so that others can make use of it.
 
 In addition to the guides provided here, you can browse the different
-link:https://nifi.apache.org/mailing_lists.html[NiFi Mailing Lists^] or send 
an e-mail to one of the mailing lists at
+link:https://nifi.apache.org/community/contact/[NiFi Mailing Lists^] or send 
an e-mail to one of the mailing lists at
 link:mailto:[email protected][[email protected]] or
 link:mailto:[email protected][[email protected]].
 

Reply via email to