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

exceptionfactory 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 29ed3e7d7c NIFI-13912 Corrected formatting and URLs in MiNiFi Quick 
Start Guide (#9430)
29ed3e7d7c is described below

commit 29ed3e7d7cfef6789e0647dbca7201520e33a980
Author: Michael Moser <[email protected]>
AuthorDate: Mon Oct 21 12:45:43 2024 -0400

    NIFI-13912 Corrected formatting and URLs in MiNiFi Quick Start Guide (#9430)
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../minifi-docs/src/main/markdown/minifi-java-agent-quick-start.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git 
a/minifi/minifi-docs/src/main/markdown/minifi-java-agent-quick-start.md 
b/minifi/minifi-docs/src/main/markdown/minifi-java-agent-quick-start.md
index 3c7b397299..4f9e77248c 100644
--- a/minifi/minifi-docs/src/main/markdown/minifi-java-agent-quick-start.md
+++ b/minifi/minifi-docs/src/main/markdown/minifi-java-agent-quick-start.md
@@ -38,14 +38,14 @@ MiNiFi Java Agent is supported on the following operating 
systems:
 * Debian 9
 * SUSE Linux Enterprise Server (SLES) 12 SP5 (64-bit)
 
-You can download the MiNiFi Java Agent and the MiNiFi Toolkit from the [MiNiFi 
download page](https://nifi.apache.org/minifi/download.html).
+You can download the MiNiFi Java Agent and the MiNiFi Toolkit from the [MiNiFi 
download page](https://nifi.apache.org/download/).
 
 # Installing and Starting MiNiFi
 You have several options for installing and starting MiNiFi.
 
 ## For Linux and Mac OS X Users
 To install MiNiFi:
-1. [Download](https://nifi.apache.org/minifi/download.html) MiNiFi.
+1. [Download](https://nifi.apache.org/download/) MiNiFi.
 2. Extract the file to the location from which you want to the application.
 
 You can also install MiNiFi as a service:
@@ -119,6 +119,7 @@ c2.agent.heartbeat.period=5000
 #(Optional) c2.rest.callTimeout=10 sec
 #(Optional) c2.agent.identifier=123-456-789
 c2.agent.class=agentClassName
+```
 3. Start MiNiFi
 4. When a new flow is available on the C2 server, MiNiFi will download it via 
C2 and restart itself to pick up the changes
 
@@ -363,7 +364,7 @@ minifi.sh flowStatus 
processor:TailFile:health,stats,bulletins
 
 **Note:** Any connections, remote process groups or processors names that 
contain ":", ";" or "," will cause parsing errors when querying.
 
-For details on the `flowStatus` option, see the "FlowStatus Query Option" 
section of the [Administration 
Guide](https://nifi.apache.org/minifi/system-admin-guide.html).
+For details on the `flowStatus` option, see the "FlowStatus Query Option" 
section of the [Administrator's 
Guide](https://github.com/apache/nifi/blob/main/minifi/minifi-docs/src/main/markdown/System_Admin_Guide.md#flowstatus-query-options).
 
 ## Stopping MiNiFi
 

Reply via email to