Skip to content

Commit dddaae8

Browse files
authored
SITE: eliminate more double-slashes (#502)
1 parent 881f655 commit dddaae8

File tree

10 files changed

+21
-21
lines changed

10 files changed

+21
-21
lines changed

content/develop/get-started/vector-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Iterate over all the Redis keys with the prefix `bikes:`:
134134

135135
{{< clients-example search_vss get_keys />}}
136136

137-
Use the keys as input to the [JSON.MGET]({{< baseurl >}}/commands/json.mget//) command, along with the `$.description` field, to collect the descriptions in a list. Then, pass the list of descriptions to the `.encode()` method:
137+
Use the keys as input to the [JSON.MGET]({{< baseurl >}}/commands/json.mget/) command, along with the `$.description` field, to collect the descriptions in a list. Then, pass the list of descriptions to the `.encode()` method:
138138

139139
{{< clients-example search_vss generate_embeddings />}}
140140

content/operate/kubernetes/reference/supported_k8s_distributions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,4 @@ For details on this platform, see the [TKGI documentation](https://docs.vmware.c
233233

234234
## Supported upgrade paths
235235

236-
If you are using a version earlier than 6.2.10-45, [you must upgrade]({{<relref "content/operate/kubernetes/upgrade/">}}) to 6.2.10-45 before you can upgrade to versions 6.2.18 or later.
236+
If you are using a version earlier than 6.2.10-45, [you must upgrade]({{< relref "/operate/kubernetes/upgrade" >}}) to 6.2.10-45 before you can upgrade to versions 6.2.18 or later.

content/operate/rc/changelog/2023/march-2023.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A preview of Redis 7.0 is available for [Fixed subscriptions]({{< relref "/opera
2424

2525
The following tables show which new open source Redis 7.0 commands are supported in Redis 7.0 subscriptions.
2626

27-
#### [Cluster management commands]({{< relref "/commands" >}}/?group=cluster)
27+
#### [Cluster management commands]({{< relref "/commands" >}}?group=cluster)
2828

2929
| <span style="min-width: 10em; display: table-cell">Command</span> | Supported |
3030
|:--------|:----------|
@@ -33,7 +33,7 @@ The following tables show which new open source Redis 7.0 commands are supported
3333
| [CLUSTER LINKS]({{< relref "/commands/cluster-links" >}}) | <span title="Not supported">&#x274c; Not supported</span> |
3434
| [CLUSTER SHARDS]({{< relref "/commands/cluster-shards" >}}) | <span title="Not supported">&#x274c; Not supported</span> |
3535

36-
#### [Connection management commands]({{< relref "/commands" >}}/?group=connection)
36+
#### [Connection management commands]({{< relref "/commands" >}}?group=connection)
3737

3838
| <span style="min-width: 10em; display: table-cell">Command</span> | Supported |
3939
|:--------|:----------|
@@ -43,22 +43,22 @@ The following tables show which new open source Redis 7.0 commands are supported
4343

4444
| Data type | Command | Supported |
4545
|:----------|:--------|:----------|
46-
| [List]({{< relref "/commands" >}}/?group=list) | [BLMPOP]({{< relref "/commands/blmpop" >}}) | <span title="Supported">&#x2705; Supported</span>|
47-
| [List]({{< relref "/commands" >}}/?group=list) | [LMPOP]({{< relref "/commands/lmpop" >}}) | <span title="Supported">&#x2705; Supported</span>|
48-
| [Set]({{< relref "/commands" >}}/?group=set) | [SINTERCARD]({{< relref "/commands/sintercard" >}}) | <span title="Supported">&#x2705; Supported</span>|
49-
| [Sorted set]({{< relref "/commands" >}}/?group=sorted-set) | [BZMPOP]({{< relref "/commands/bzmpop" >}}) | <span title="Supported">&#x2705; Supported</span>|
50-
| [Sorted set]({{< relref "/commands" >}}/?group=sorted-set) | [ZINTERCARD]({{< relref "/commands/zintercard" >}}) | <span title="Supported">&#x2705; Supported</span>|
51-
| [Sorted set]({{< relref "/commands" >}}/?group=sorted-set) | [BZMPOP]({{< relref "/commands/bzmpop" >}}) | <span title="Supported">&#x2705; Supported</span>|
46+
| [List]({{< relref "/commands" >}}?group=list) | [BLMPOP]({{< relref "/commands/blmpop" >}}) | <span title="Supported">&#x2705; Supported</span>|
47+
| [List]({{< relref "/commands" >}}?group=list) | [LMPOP]({{< relref "/commands/lmpop" >}}) | <span title="Supported">&#x2705; Supported</span>|
48+
| [Set]({{< relref "/commands" >}}?group=set) | [SINTERCARD]({{< relref "/commands/sintercard" >}}) | <span title="Supported">&#x2705; Supported</span>|
49+
| [Sorted set]({{< relref "/commands" >}}?group=sorted-set) | [BZMPOP]({{< relref "/commands/bzmpop" >}}) | <span title="Supported">&#x2705; Supported</span>|
50+
| [Sorted set]({{< relref "/commands" >}}?group=sorted-set) | [ZINTERCARD]({{< relref "/commands/zintercard" >}}) | <span title="Supported">&#x2705; Supported</span>|
51+
| [Sorted set]({{< relref "/commands" >}}?group=sorted-set) | [BZMPOP]({{< relref "/commands/bzmpop" >}}) | <span title="Supported">&#x2705; Supported</span>|
5252

53-
#### [Keys (generic) commands]({{< relref "/commands" >}}/?group=generic)
53+
#### [Keys (generic) commands]({{< relref "/commands" >}}?group=generic)
5454

5555
| <span style="min-width: 10em; display: table-cell">Command</span> | Supported |
5656
|:--------|:----------|
5757
| [EXPIRETIME]({{< relref "/commands/expiretime" >}}) | <span title="Supported">&#x2705; Supported</span>|
5858
| [PEXPIRETIME]({{< relref "/commands/pexpiretime" >}}) | <span title="Supported">&#x2705; Supported</span>|
5959
| [SORT_RO]({{< relref "/commands/sort_ro" >}}) | <span title="Supported">&#x2705; Supported</span>|
6060

61-
#### [Pub/sub commands]({{< relref "/commands" >}}/?group=pubsub)
61+
#### [Pub/sub commands]({{< relref "/commands" >}}?group=pubsub)
6262

6363
| <span style="min-width: 10em; display: table-cell">Command</span> | Supported |
6464
|:--------|:----------|
@@ -68,7 +68,7 @@ The following tables show which new open source Redis 7.0 commands are supported
6868
| [SSUBSCRIBE]({{< relref "/commands/ssubscribe" >}}) | <span title="Not supported">&#x274c; Not supported</span> |
6969
| [SUNSUBSCRIBE]({{< relref "/commands/sunsubscribe" >}}) | <span title="Not supported">&#x274c; Not supported</span> |
7070

71-
#### [Scripting and function commands]({{< relref "/commands" >}}/?group=scripting)
71+
#### [Scripting and function commands]({{< relref "/commands" >}}?group=scripting)
7272

7373
| <span style="min-width: 10em; display: table-cell">Command</span> | Supported |
7474
|:--------|:----------|
@@ -84,7 +84,7 @@ The following tables show which new open source Redis 7.0 commands are supported
8484
| [FUNCTION RESTORE]({{< relref "/commands/function-restore" >}}) | <span title="Supported">&#x2705; Supported</span>|
8585
| [FUNCTION STATS]({{< relref "/commands/function-stats" >}}) | <span title="Not supported">&#x274c; Not supported</span> |
8686

87-
#### [Server management commands]({{< relref "/commands" >}}/?group=server)
87+
#### [Server management commands]({{< relref "/commands" >}}?group=server)
8888

8989
| <span style="min-width: 10em; display: table-cell">Command</span> | Supported |
9090
|:--------|:----------|

content/operate/rs/references/compatibility/commands/cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ weight: 10
1313

1414
[Clustering in Redis Enterprise Software]({{< relref "/operate/rs/databases/durability-ha/clustering" >}}) and [Redis Cloud]({{< relref "/operate/rc/databases/configuration/clustering" >}}) differs from the [Redis Community Edition cluster]({{<relref "/operate/oss_and_stack/management/scaling">}}) and works with all standard Redis clients.
1515

16-
Redis Enterprise blocks most [cluster commands]({{< relref "/commands" >}}/?group=cluster). If you try to use a blocked cluster command, it returns an error.
16+
Redis Enterprise blocks most [cluster commands]({{< relref "/commands" >}}?group=cluster). If you try to use a blocked cluster command, it returns an error.
1717

1818
| Command | Redis<br />Enterprise | Redis<br />Cloud | Notes |
1919
|:--------|:----------------------|:-----------------|:------|

content/operate/rs/references/compatibility/commands/connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ linkTitle: Connection management
1111
weight: 10
1212
---
1313

14-
The following tables show which Redis Community Edition [connection management commands]({{< relref "/commands" >}}/?group=connection) are compatible with standard and Active-Active databases in Redis Enterprise Software and Redis Cloud.
14+
The following tables show which Redis Community Edition [connection management commands]({{< relref "/commands" >}}?group=connection) are compatible with standard and Active-Active databases in Redis Enterprise Software and Redis Cloud.
1515

1616

1717
| Command | Redis<br />Enterprise | Redis<br />Cloud | Notes |

content/operate/rs/references/compatibility/commands/generic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ linkTitle: Keys (generic)
1111
weight: 10
1212
---
1313

14-
The following table shows which Redis Community Edition [key (generic) commands]({{< relref "/commands" >}}/?group=generic) are compatible with standard and Active-Active databases in Redis Enterprise Software and Redis Cloud.
14+
The following table shows which Redis Community Edition [key (generic) commands]({{< relref "/commands" >}}?group=generic) are compatible with standard and Active-Active databases in Redis Enterprise Software and Redis Cloud.
1515

1616
| Command | Redis<br />Enterprise | Redis<br />Cloud | Notes |
1717
|:--------|:----------------------|:-----------------|:------|

content/operate/rs/references/compatibility/commands/pub-sub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ linkTitle: Pub/sub
1111
weight: 10
1212
---
1313

14-
The following table shows which Redis Community Edition [pub/sub commands]({{< relref "/commands" >}}/?group=pubsub) are compatible with standard and Active-Active databases in Redis Enterprise Software and Redis Cloud.
14+
The following table shows which Redis Community Edition [pub/sub commands]({{< relref "/commands" >}}?group=pubsub) are compatible with standard and Active-Active databases in Redis Enterprise Software and Redis Cloud.
1515

1616
| Command | Redis<br />Enterprise | Redis<br />Cloud | Notes |
1717
|:--------|:----------------------|:-----------------|:------|

content/operate/rs/references/compatibility/commands/scripting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ linkTitle: Scripting
1111
weight: 10
1212
---
1313

14-
The following table shows which Redis Community Edition [scripting and function commands]({{< relref "/commands" >}}/?group=scripting) are compatible with standard and Active-Active databases in Redis Enterprise Software and Redis Cloud.
14+
The following table shows which Redis Community Edition [scripting and function commands]({{< relref "/commands" >}}?group=scripting) are compatible with standard and Active-Active databases in Redis Enterprise Software and Redis Cloud.
1515

1616
## Function commands
1717

content/operate/rs/references/compatibility/commands/server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ toc: 'true'
1212
weight: 10
1313
---
1414

15-
The following tables show which Redis Community Edition [server management commands]({{< relref "/commands" >}}/?group=server) are compatible with standard and Active-Active databases in Redis Enterprise Software and Redis Cloud.
15+
The following tables show which Redis Community Edition [server management commands]({{< relref "/commands" >}}?group=server) are compatible with standard and Active-Active databases in Redis Enterprise Software and Redis Cloud.
1616

1717
## Access control commands
1818

content/operate/rs/references/compatibility/commands/transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ linkTitle: Transactions
1111
weight: 10
1212
---
1313

14-
The following table shows which Redis Community Edition [transaction commands]({{< relref "/commands" >}}/?group=transactions) are compatible with standard and Active-Active databases in Redis Enterprise Software and Redis Cloud.
14+
The following table shows which Redis Community Edition [transaction commands]({{< relref "/commands" >}}?group=transactions) are compatible with standard and Active-Active databases in Redis Enterprise Software and Redis Cloud.
1515

1616
| Command | Redis<br />Enterprise | Redis<br />Cloud | Notes |
1717
|:--------|:----------------------|:-----------------|:------|

0 commit comments

Comments
 (0)