Skip to content

Commit 14e07ac

Browse files
relref fix (#1793)
1 parent d16adb1 commit 14e07ac

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/glossary/_index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@ More info: [Database clustering]({{<relref "/operate/rc/databases/configuration/
102102
{{%definition "Cluster Configuration Store (CCS)"%}}
103103
An internally managed [Redis database]({{<relref "#redis-enterprise-database">}}) that acts as a single repository for all [cluster]({{<relref "#cluster">}}) metadata.
104104

105-
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters/cluster-architecture">}})
105+
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters">}})
106106
{{%/definition%}}
107107

108108
{{%definition "Cluster Node Manager (CNM)"%}}
109109
A collection of Redis Enterprise services responsible for [provisioning]({{<relref "#provisioning">}}), [migration]({{<relref "#migration">}}), monitoring, [re-sharding]({{<relref "#re-sharding">}}), [rebalancing]({{<relref "#rebalancing">}}), de-provisioning, auto-scaling.
110110

111-
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters/cluster-architecture">}}), [Database operations]({{<relref "/operate/rs/databases">}})
111+
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters">}}), [Database operations]({{<relref "/operate/rs/databases">}})
112112
{{%/definition%}}
113113

114114
{{%definition "conflict-free replicated databases (CRDB)"%}}
@@ -262,7 +262,7 @@ More info: [Latency monitoring]({{<relref "/operate/oss_and_stack/management/opt
262262
{{%definition "master node"%}}
263263
[Node]({{<relref "#redis-enterprise-nodes">}}) that operates as the leader of a [cluster]({{<relref "#cluster">}}). Also known as the primary node.
264264

265-
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters/cluster-architecture">}}), [High availability]({{<relref "#high-availability">}})
265+
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters">}}), [High availability]({{<relref "#high-availability">}})
266266
{{%/definition%}}
267267

268268
{{%definition "migration"%}}
@@ -327,7 +327,7 @@ More info: [operator pattern](https://kubernetes.io/docs/concepts/extend-kuberne
327327
{{%definition "Out-of-Memory (OOM)"%}}
328328
If a member [Active-Active database]({{<relref "#active-active">}}) is in an out of memory situation, that member is marked “inconsistent” by Redis Enterprise Software, the member stops responding to user traffic, and the [syncer]({{<relref "#syncer">}}) initiates full reconciliation with other peers in the Active-Active database.
329329

330-
More info: [Active-Active database troubleshooting]({{<relref "/operate/rs/databases/active-active/troubleshoot">}}), [Memory management]({{<relref "/operate/rs/databases/memory-performance">}})
330+
More info: [Active-Active database troubleshooting]({{<relref "/operate/rs/databases/active-active/syncer">}}), [Memory management]({{<relref "/operate/rs/databases/memory-performance">}})
331331
{{%/definition%}}
332332

333333
## P - Q {#letter-p}
@@ -377,7 +377,7 @@ For more info, see [Proxy policy]({{<relref "/operate/rs/databases/configure/pro
377377
{{%definition "quorum node"%}}
378378
[Node]({{<relref "#redis-enterprise-nodes">}}) provisioned only for [cluster]({{<relref "#cluster">}}) operations that can be elected as a [master node]({{<relref "#master-node">}}). The quorum node participates in the cluster quorum and must be explicitly assigned this role via the `rladmin` command.
379379

380-
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters/cluster-architecture">}}), [rladmin command reference]({{<relref "/operate/rs/references/cli-utilities/rladmin">}})
380+
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters">}}), [rladmin command reference]({{<relref "/operate/rs/references/cli-utilities/rladmin">}})
381381
{{%/definition%}}
382382

383383
## R {#letter-r}
@@ -421,7 +421,7 @@ More info: [Redis Cloud]({{<relref "/operate/rc">}}), [Redis Cloud quick start](
421421
{{%definition "Redis Enterprise cluster"%}}
422422
Collection of [Redis Enterprise nodes]({{<relref "#redis-enterprise-nodes">}}). A [cluster]({{<relref "#cluster">}}) pools system resources across nodes in the cluster and supports multi-tenant [database]({{<relref "#redis-enterprise-database">}}) instances.
423423

424-
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters/cluster-architecture">}}), [Cluster management]({{<relref "/operate/rs/clusters">}})
424+
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters">}}), [Cluster management]({{<relref "/operate/rs/clusters">}})
425425
{{%/definition%}}
426426

427427
{{%definition "Redis Enterprise database"%}}
@@ -433,7 +433,7 @@ More info: [Database operations]({{<relref "/operate/rs/databases">}}), [Create
433433
{{%definition "Redis Enterprise nodes"%}}
434434
Physical or virtual machines or containers that runs a collection of Redis Enterprise services within a [cluster]({{<relref "#cluster">}}).
435435

436-
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters/cluster-architecture">}}), [Install and setup]({{<relref "/operate/rs/installing-upgrading">}})
436+
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters">}}), [Install and setup]({{<relref "/operate/rs/installing-upgrading">}})
437437
{{%/definition%}}
438438

439439
{{%definition "Redis Enterprise Software"%}}

0 commit comments

Comments
 (0)