Skip to content

Commit 011cac2

Browse files
committed
Fixed links to RS release notes in versioned docs
1 parent 9169331 commit 011cac2

File tree

20 files changed

+16
-80
lines changed

20 files changed

+16
-80
lines changed

content/operate/rs/7.4/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Build a small-scale cluster with the Redis Enterprise Software container image.
3636
[Install & set up]({{< relref "/operate/rs/7.4/installing-upgrading" >}}) a Redis Enterprise Software cluster.
3737
- [Networking]({{< relref "/operate/rs/7.4/networking" >}})
3838
- [Set up]({{< relref "/operate/rs/7.4/clusters/new-cluster-setup" >}}) & [configure]({{< relref "/operate/rs/7.4/clusters/configure" >}}) a [cluster]({{< relref "/operate/rs/7.4/clusters" >}})
39-
- [Release notes]({{< relref "/operate/rs/release-notes" >}})
39+
- [Release notes](https://redis.io/docs/latest/operate/rs/release-notes/)
4040

4141
## Databases
4242
Create and manage a [Redis database]({{< relref "/operate/rs/7.4/databases" >}}) on a cluster.

content/operate/rs/7.4/clusters/configure/rack-zone-awareness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Rack-zone awareness affects various cluster, node, and database actions, such as
3131
The rack-zone ID must comply with the following rules:
3232

3333
- Maximum length of 63 characters.
34-
- Characters consist of letters, digits, and hyphens ('-'). Underscores ('_') are also accepted as of Redis Enterprise Software [6.4.2-61]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61" >}}).
34+
- Characters consist of letters, digits, and hyphens ('-'). Underscores ('_') are also accepted as of Redis Enterprise Software 6.4.2-61.
3535
- ID starts with a letter and ends with a letter or a digit.
3636

3737
{{< note >}}

content/operate/rs/7.4/installing-upgrading/upgrading/upgrade-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Before upgrading a cluster:
2323

2424
- Verify access to [rlcheck]({{< relref "/operate/rs/7.4/references/cli-utilities/rlcheck/" >}}) and [rladmin]({{< relref "/operate/rs/7.4/references/cli-utilities/rladmin/#use-the-rladmin-shell" >}}) commands
2525

26-
- Verify that you meet the upgrade path requirements for your desired cluster version and review the relevant [release notes]({{< relref "/operate/rs/release-notes" >}}) for any preparation instructions.
26+
- Verify that you meet the upgrade path requirements for your desired cluster version and review the relevant [release notes](https://redis.io/docs/latest/operate/rs/release-notes/) for any preparation instructions.
2727

2828
- Avoid changing the database configuration or performing other cluster management operations during the upgrade process, as this might cause unexpected results.
2929

content/operate/rs/7.4/installing-upgrading/upgrading/upgrade-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The upgrade policy is only relevant for Redis Enterprise Software versions 6.2.4
4040

4141
Before upgrading a database:
4242

43-
- Review the relevant [release notes]({{< relref "/operate/rs/release-notes" >}}) for any preparation instructions.
43+
- Review the relevant [release notes](https://redis.io/docs/latest/operate/rs/release-notes/) for any preparation instructions.
4444

4545
- Verify that the database version meets the minimums specified earlier.
4646

content/operate/rs/7.4/installing-upgrading/upgrading/upgrade-os.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before you upgrade a cluster's operating system:
2525

2626
1. If the cluster contains databases that use modules:
2727

28-
1. Update all nodes in the cluster to [Redis Enterprise Software version 7.2.4-52]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases" >}}) or later before you upgrade the OS.
28+
1. Update all nodes in the cluster to [Redis Enterprise Software version 7.2.4-52](https://redis.io/docs/latest/operate/rs/release-notes/rs-7-2-4-releases) or later before you upgrade the OS.
2929

3030
1. Check the status of modules using [`rladmin`]({{< relref "/operate/rs/7.4/references/cli-utilities/rladmin" >}}):
3131

content/operate/rs/7.4/release-notes/_index.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

content/operate/rs/7.4/release-notes/legacy-release-notes/_index.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

content/operate/rs/7.4/security/access-control/ldap/migrate-to-role-based-ldap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ weight: 55
1111
url: '/operate/rs/7.4/security/access-control/ldap/migrate-to-role-based-ldap/'
1212
---
1313

14-
Redis Enterprise Software supports LDAP through a [role-based mechanism]({{< relref "/operate/rs/7.4/security/access-control/ldap/" >}}), first introduced [in v6.0.20]({{< relref "/operate/rs/release-notes/rs-6-0-20-april-2021" >}}).
14+
Redis Enterprise Software supports LDAP through a [role-based mechanism]({{< relref "/operate/rs/7.4/security/access-control/ldap/" >}}), first introduced in v6.0.20.
1515

1616
Earlier versions of Redis Enterprise Software supported a cluster-based mechanism; however, that mechanism was removed in v6.2.12.
1717

content/operate/rs/7.4/security/certificates/create-certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can renew these certificates by replacing them with new self-signed certific
1717

1818
## Renew self-signed certificates
1919

20-
As of [v6.2.18-70]({{< relref "/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-70" >}}), Redis Enterprise Software includes a script to generate self-signed certificates.
20+
As of v6.2.18-70, Redis Enterprise Software includes a script to generate self-signed certificates.
2121

2222
By default, the `generate_self_signed_certs.sh` script is located in `/opt/redislabs/utils/`.
2323

content/operate/rs/7.8/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Build a small-scale cluster with the Redis Enterprise Software container image.
3636
[Install & set up]({{< relref "/operate/rs/7.8/installing-upgrading" >}}) a Redis Enterprise Software cluster.
3737
- [Networking]({{< relref "/operate/rs/7.8/networking" >}})
3838
- [Set up]({{< relref "/operate/rs/7.8/clusters/new-cluster-setup" >}}) & [configure]({{< relref "/operate/rs/7.8/clusters/configure" >}}) a [cluster]({{< relref "/operate/rs/7.8/clusters" >}})
39-
- [Release notes]({{< relref "/operate/rs/release-notes" >}})
39+
- [Release notes](https://redis.io/docs/latest/operate/rs/release-notes/)
4040

4141
## Databases
4242
Create and manage a [Redis database]({{< relref "/operate/rs/7.8/databases" >}}) on a cluster.

0 commit comments

Comments
 (0)