Skip to content

Commit 3493573

Browse files
Fix broken links (#779)
* k8s broken link * fix broken fsync link * fix RDI add field link * fix triggers and functions broken link * new page title quick_start_rdi
1 parent aaf2aea commit 3493573

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/glossary/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ More info: [FQDN wikipedia](https://en.wikipedia.org/wiki/Fully_qualified_domain
149149
{{%definition "`fysnc`"%}}
150150
Linux command to synchronize a file's in-core state with a storage device
151151

152-
More info: [`fsync` man page]("https://man7.org/linux/man-pages/man2/fsync.2.html")
152+
More info: [`fsync` man page](https://man7.org/linux/man-pages/man2/fsync.2.html)
153153
{{%/definition%}}
154154

155155
## G - J {#letter-g}

content/integrate/write-behind/data-transformation/data-transformation-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For example, the default job can streamline tasks such as adding a prefix or pos
3232
Currently, the default job is supported for ingest pipelines only.
3333

3434
### Example
35-
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.
35+
This example demonstrates the process of adding an `app_code` field with a value of `foo` using the [add_field]({{<relref "/content/rdi/reference/data-transformation-block-types/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.
3636

3737
default.yaml
3838
```yaml

content/operate/kubernetes/release-notes/previous-releases/k8s-5-4-10-8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ See the top 4 articles in the new [Additonal Topics](https://github.com/RedisLab
3535

3636
- 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.
3737

38-
[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.
38+
[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.
3939

4040
For legacy Kubernetes versions, deployment files are available in the documentation repository that utilize the alpha version of the API.
4141

content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ A preview of triggers and functions is available.
257257
258258
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.
259259
260-
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/).
260+
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/" >}}).
261261
262262
{{<note>}}
263263
- 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.

0 commit comments

Comments
 (0)