Skip to content

Commit c1bdafc

Browse files
committed
DOC-5045 RS: Fixing 7.4 relrefs
1 parent 7d1bc4c commit c1bdafc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/operate/rs/7.4/databases/configure/proxy-policy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ When the network on a single active proxy becomes the bottleneck,
138138
you might also look into enabling the multiple NIC support in RS. With
139139
nodes that have multiple physical NICs (Network Interface Cards), you
140140
can configure RS to separate internal and external traffic onto
141-
independent physical NICs. For more details, refer to [Manage IP addresses]({{< relref "/operate/rs/7.4/networking/multi-ip-ipv6" >}}).
141+
independent physical NICs. For more details, refer to [Manage IP addresses]({{< relref "/operate/rs/networking/multi-ip-ipv6" >}}).
142142
{{< /note >}}
143143

144144
Having multiple proxies for a database can improve RS's ability for fast

content/operate/rs/7.4/networking/mdns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To prepare a client or node for mDNS:
4747
$ service avahi-daemon start
4848
```
4949

50-
1. If you are using [mDNS with IPv6 addresses]({{< relref "/operate/rs/7.4/networking/multi-ip-ipv6" >}}),
50+
1. If you are using [mDNS with IPv6 addresses]({{< relref "/operate/rs/networking/multi-ip-ipv6" >}}),
5151
update the hosts line in `/etc/nsswitch.conf` to:
5252

5353
```yaml

content/operate/rs/7.4/networking/private-public-endpoints.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: "Enable private and\_public database endpoints"
1111
weight: $weight
1212
url: '/operate/rs/7.4/networking/private-public-endpoints/'
1313
---
14-
Each node in Redis Enterprise can be configured with [private and external IP addresses]({{< relref "/operate/rs/7.4/networking/multi-ip-ipv6" >}}). By default, Redis Enterprise Software databases expose a single endpoint, e.g. cluster.com (FQDN), using the external IP addresses, making it available to the public network (e.g. the internet). Additionally, the cluster can be configured to expose a private FQDN, which utilizes the private IP addresses for access from the private network only (e.g. VPC or an internal network).
14+
Each node in Redis Enterprise can be configured with [private and external IP addresses]({{< relref "/operate/rs/networking/multi-ip-ipv6" >}}). By default, Redis Enterprise Software databases expose a single endpoint, e.g. cluster.com (FQDN), using the external IP addresses, making it available to the public network (e.g. the internet). Additionally, the cluster can be configured to expose a private FQDN, which utilizes the private IP addresses for access from the private network only (e.g. VPC or an internal network).
1515

1616
When you create a cluster via the UI, you can configure it to expose private and public endpoints.
1717
This is common for environments such as cloud platforms and enterprises.

content/operate/rs/7.4/references/cli-utilities/rladmin/node/addr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ weight: $weight
1313
url: '/operate/rs/7.4/references/cli-utilities/rladmin/node/addr/'
1414
---
1515

16-
Sets the internal IP address of a node. You can only set the internal IP address when the node is down. See [Change internal IP address]({{< relref "/operate/rs/7.4/networking/multi-ip-ipv6#change-internal-ip-address" >}}) for detailed instructions.
16+
Sets the internal IP address of a node. You can only set the internal IP address when the node is down. See [Change internal IP address]({{< relref "/operate/rs/networking/multi-ip-ipv6#change-internal-ip-address" >}}) for detailed instructions.
1717

1818
```sh
1919
rladmin node <ID> addr set <IP address>

0 commit comments

Comments
 (0)