diff --git a/content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-string-example.md b/content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-string-example.md index c38f9afc2a..50d1091a6f 100644 --- a/content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-string-example.md +++ b/content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-string-example.md @@ -24,7 +24,7 @@ The `title` is then written to the Redis target database as a string under a cus form `AlbumTitle:42`, where the `42` is the primary key value of the table (the `albumid` column). The `connection` is an optional parameter that refers to the corresponding connection name defined in -[`config.yaml`]({{< relref "/integrate/redis-data-integration/ingest/data-pipelines/data-pipelines#the-configyaml-file" >}}). +[`config.yaml`]({{< relref "integrate/redis-data-integration/data-pipelines/data-pipelines#the-configyaml-file" >}}). When you specify the `data_type` parameter for the job, it overrides the system-wide setting `target_data_type` defined in `config.yaml`. Here, the `string` data type also requires an `args` subsection with a `value` argument that specifies the column you want to capture from the source table. diff --git a/content/integrate/write-behind/data-transformation/data-transformation-pipeline.md b/content/integrate/write-behind/data-transformation/data-transformation-pipeline.md index 50e4e6543b..c100a16410 100644 --- a/content/integrate/write-behind/data-transformation/data-transformation-pipeline.md +++ b/content/integrate/write-behind/data-transformation/data-transformation-pipeline.md @@ -32,7 +32,7 @@ For example, the default job can streamline tasks such as adding a prefix or pos Currently, the default job is supported for ingest pipelines only. ### Example -This example demonstrates the process of adding an `app_code` field with a value of `foo` using the [add_field]({{}}) block to all tables that lack explicitly defined jobs. Additionally, it appends an `aws` prefix and a `gcp` postfix to every generated hash key. +This example demonstrates the process of adding an `app_code` field with a value of `foo` using the [add_field]({{}}) block to all tables that lack explicitly defined jobs. Additionally, it appends an `aws` prefix and a `gcp` postfix to every generated hash key. default.yaml ```yaml diff --git a/content/operate/kubernetes/release-notes/6-2-18-releases/k8s-6-2-18-3.md b/content/operate/kubernetes/release-notes/6-2-18-releases/k8s-6-2-18-3.md index 3230516388..ec95aa9fff 100644 --- a/content/operate/kubernetes/release-notes/6-2-18-releases/k8s-6-2-18-3.md +++ b/content/operate/kubernetes/release-notes/6-2-18-releases/k8s-6-2-18-3.md @@ -171,4 +171,4 @@ On clusters with more than 9 REC nodes, a Kubernetes upgrade can render the Redi ## Security -For a list of fixes related to CVEs, see the [Redis Enterprise 6.2.18-58 release notes]({{}}). +For a list of fixes related to CVEs, see the [Redis Enterprise 6.2.18-58 release notes]({{}}). diff --git a/content/operate/kubernetes/release-notes/6-2-18-releases/k8s-6-2-18-41-jan-2023.md b/content/operate/kubernetes/release-notes/6-2-18-releases/k8s-6-2-18-41-jan-2023.md index 8814a1f98a..c77c8c2a1d 100644 --- a/content/operate/kubernetes/release-notes/6-2-18-releases/k8s-6-2-18-41-jan-2023.md +++ b/content/operate/kubernetes/release-notes/6-2-18-releases/k8s-6-2-18-41-jan-2023.md @@ -60,4 +60,4 @@ See [Redis Enterprise for Kubernetes release notes 6.2.18-41 (Dec 2022)]({{< rel ## Security -For a list of fixes related to CVEs, see the [Redis Enterprise 6.2.18-72 release notes]({{}}). +For a list of fixes related to CVEs, see the [Redis Enterprise 6.2.18-72 release notes]({{}}). diff --git a/content/operate/kubernetes/release-notes/6-2-18-releases/k8s-6-2-18-41.md b/content/operate/kubernetes/release-notes/6-2-18-releases/k8s-6-2-18-41.md index a7458eef36..f290d10928 100644 --- a/content/operate/kubernetes/release-notes/6-2-18-releases/k8s-6-2-18-41.md +++ b/content/operate/kubernetes/release-notes/6-2-18-releases/k8s-6-2-18-41.md @@ -141,4 +141,4 @@ On clusters with more than 9 REC nodes, a Kubernetes upgrade can render the Redi ## Security -For a list of fixes related to CVEs, see the [Redis Enterprise 6.2.18-65 release notes]({{}}). +For a list of fixes related to CVEs, see the [Redis Enterprise 6.2.18-65 release notes]({{}}). diff --git a/content/operate/kubernetes/release-notes/7-4-6-releases/7-4-6-2-oct24.md b/content/operate/kubernetes/release-notes/7-4-6-releases/7-4-6-2-oct24.md index 96c21e498c..d82f764906 100644 --- a/content/operate/kubernetes/release-notes/7-4-6-releases/7-4-6-2-oct24.md +++ b/content/operate/kubernetes/release-notes/7-4-6-releases/7-4-6-2-oct24.md @@ -12,7 +12,7 @@ weight: 3 ## Highlights -This is a maintenance release to support [Redis Enterprise Software version 7.4.6-77]({{}}). For version changes, supported distributions, and known limitations, see the [release notes for 7-4-6-2 (July 2024)]({{}}). +This is a maintenance release to support [Redis Enterprise Software version 7.4.6-77]({{}}). For version changes, supported distributions, and known limitations, see the [release notes for 7-4-6-2 (July 2024)]({{}}). ## Downloads diff --git a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md index 5454815185..c344b1bc10 100644 --- a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md +++ b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md @@ -257,7 +257,7 @@ A preview of triggers and functions is available. Triggers and functions provide support for running JavaScript functions inside the Redis process. These functions can be executed on-demand, by an event-driven trigger, or by a stream processing trigger. -Try it out with the [triggers and functions quick start]({{< relref "operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/quick_start_ri/" >}}). +Try it out with the [triggers and functions quick start]({{< relref "operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/quick_start_ri" >}}). {{}} - The preview version of triggers and functions is not intended for production use since the API might change in the future and potentially cause application issues when upgrading to a later version.