diff --git a/docs/modules/nifi/pages/usage_guide/custom_processors.adoc b/docs/modules/nifi/pages/usage_guide/custom_processors.adoc index bdbdc567..ed5fbac7 100644 --- a/docs/modules/nifi/pages/usage_guide/custom_processors.adoc +++ b/docs/modules/nifi/pages/usage_guide/custom_processors.adoc @@ -22,7 +22,7 @@ FROM docker.stackable.tech/stackable/nifi:1.21.0-stackable0.0.0-dev COPY /path/to/your/nar.file /stackable/nifi/lib/ ---- -You then need to make this image available to your Kubernetes cluster and specify it in your NiFi resource as described in xref:home:concepts:product_image_selection.adoc[]. +You then need to make this image available to your Kubernetes cluster and specify it in your NiFi resource as described in xref:concepts:product_image_selection.adoc[]. [source,yaml] ---- @@ -124,4 +124,4 @@ spec: ---- <1> Specify your prepared PVC here. -<2> The directory name after `userdata` has to match the name of the volume, while `mycustomlibs` is a name you can freely change. \ No newline at end of file +<2> The directory name after `userdata` has to match the name of the volume, while `mycustomlibs` is a name you can freely change. diff --git a/docs/modules/nifi/pages/usage_guide/log-aggregation.adoc b/docs/modules/nifi/pages/usage_guide/log-aggregation.adoc index 459b380b..2aab1026 100644 --- a/docs/modules/nifi/pages/usage_guide/log-aggregation.adoc +++ b/docs/modules/nifi/pages/usage_guide/log-aggregation.adoc @@ -15,4 +15,4 @@ spec: ---- Further information on how to configure logging, can be found in -xref:home:concepts:logging.adoc[]. \ No newline at end of file +xref:concepts:logging.adoc[]. diff --git a/docs/modules/nifi/pages/usage_guide/monitoring.adoc b/docs/modules/nifi/pages/usage_guide/monitoring.adoc index 4979d6b0..ae5d83d5 100644 --- a/docs/modules/nifi/pages/usage_guide/monitoring.adoc +++ b/docs/modules/nifi/pages/usage_guide/monitoring.adoc @@ -1,4 +1,4 @@ = Monitoring The managed NiFi cluster is automatically configured to export Prometheus metrics. See -xref:home:operators:monitoring.adoc[] for more details. +xref:operators:monitoring.adoc[] for more details. diff --git a/docs/modules/nifi/pages/usage_guide/resource-configuration.adoc b/docs/modules/nifi/pages/usage_guide/resource-configuration.adoc index a68fc4e7..6fb0b9dc 100644 --- a/docs/modules/nifi/pages/usage_guide/resource-configuration.adoc +++ b/docs/modules/nifi/pages/usage_guide/resource-configuration.adoc @@ -32,7 +32,7 @@ nodes: == Resource Requests -include::home:concepts:stackable_resource_requests.adoc[] +include::concepts:stackable_resource_requests.adoc[] A minimal HA setup consisting of 2 NiFi instances has the following https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/[resource requirements]: diff --git a/docs/modules/nifi/pages/usage_guide/security.adoc b/docs/modules/nifi/pages/usage_guide/security.adoc index 46387a4f..2fe1ae31 100644 --- a/docs/modules/nifi/pages/usage_guide/security.adoc +++ b/docs/modules/nifi/pages/usage_guide/security.adoc @@ -46,7 +46,7 @@ This setting is independent of the configured authentication method and will ove [#authentication-ldap] === LDAP -NiFi supports xref:home:concepts:authentication.adoc[authentication] of users against an LDAP server. This requires setting up an xref:home:concepts:authentication.adoc#authenticationclass[AuthenticationClass] for the LDAP server. +NiFi supports xref:concepts:authentication.adoc[authentication] of users against an LDAP server. This requires setting up an xref:concepts:authentication.adoc#authenticationclass[AuthenticationClass] for the LDAP server. The AuthenticationClass is then referenced in the NifiCluster resource as follows: [source,yaml] @@ -64,7 +64,7 @@ spec: <1> The reference to an AuthenticationClass called `ldap` -You can follow the xref:home:tutorials:authentication_with_openldap.adoc[] tutorial to learn how to set up an AuthenticationClass for an LDAP server, as well as consulting the xref:reference:authenticationclass.adoc[] reference. +You can follow the xref:tutorials:authentication_with_openldap.adoc[] tutorial to learn how to set up an AuthenticationClass for an LDAP server, as well as consulting the xref:reference:authenticationclass.adoc[] reference. == Authorization