diff --git a/content/glossary/_index.md b/content/glossary/_index.md index 6e43c69ac8..c82c8ab6bd 100644 --- a/content/glossary/_index.md +++ b/content/glossary/_index.md @@ -149,7 +149,7 @@ More info: [FQDN wikipedia](https://en.wikipedia.org/wiki/Fully_qualified_domain {{%definition "`fysnc`"%}} Linux command to synchronize a file's in-core state with a storage device -More info: [`fsync` man page]("https://man7.org/linux/man-pages/man2/fsync.2.html") +More info: [`fsync` man page](https://man7.org/linux/man-pages/man2/fsync.2.html) {{%/definition%}} ## G - J {#letter-g} 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 28b5d8e8f7..50e4e6543b 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](/content/rdi/reference/data-transformation-block-types/add_field.md) 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/previous-releases/k8s-5-4-10-8.md b/content/operate/kubernetes/release-notes/previous-releases/k8s-5-4-10-8.md index 9f1740304a..69d14c0404 100644 --- a/content/operate/kubernetes/release-notes/previous-releases/k8s-5-4-10-8.md +++ b/content/operate/kubernetes/release-notes/previous-releases/k8s-5-4-10-8.md @@ -35,7 +35,7 @@ See the top 4 articles in the new [Additonal Topics](https://github.com/RedisLab - Update app.redislabs.com API version to stable - We've updated the Redis Enterprise Cluster custom resource API from [alpha to stable](https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-versioning) to reflect the current state of maturity of our implementation. -[Both versions of the API are supported](https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definition-versioning/) by Kubernetes versions that support specifying multiple API versions. +[Both versions of the API are supported](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/) by Kubernetes versions that support specifying multiple API versions. For legacy Kubernetes versions, deployment files are available in the documentation repository that utilize the alpha version of the API. 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 ac25a6daa7..5454815185 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/). +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.