Skip to content

Commit 2b72fa0

Browse files
committed
add ending slash and rename resoft to from sources - issues #42 #41
1 parent 2c31d56 commit 2b72fa0

File tree

19 files changed

+30
-30
lines changed

19 files changed

+30
-30
lines changed

docs/create/cloud/index-cloud.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: index-cloud
33
title: Create a database using Redis Enterprise Cloud
44
sidebar_label: Redis Enterprise Cloud
5-
slug: /create/cloud
5+
slug: /create/cloud/
66
---
77

88

docs/create/docker/index-docker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: index-docker
33
title: Install and create Redis database using Docker
44
sidebar_label: Docker
5-
slug: /create/docker
5+
slug: /create/docker/
66
---
77
import Tabs from '@theme/Tabs';
88
import TabItem from '@theme/TabItem';

docs/create/resoftware/index-resoftware.mdx renamed to docs/create/from-source/index-from-source.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
id: index-software
3-
title: Install and Create Redis database from Source
2+
id: index-from-source
3+
title: Install and Create Redis database from Source Code
44
sidebar_label: Redis from Source
5-
slug: /create/resoftware
5+
slug: /create/from-source/
66
---
77

88

docs/create/index-create.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following links provides you with the available options to create a new Redi
2121
</div>
2222
</div>
2323
</div>
24-
<a href={useBaseUrl('/create/cloud')} className="ri-card-link">Read More</a>
24+
<a href={useBaseUrl('/create/cloud/')} className="ri-card-link">Read More</a>
2525
</div>
2626
</div>
2727

@@ -35,7 +35,7 @@ The following links provides you with the available options to create a new Redi
3535
</div>
3636
</div>
3737
</div>
38-
<a href={useBaseUrl('/create/docker')} className="ri-card-link">Read More</a>
38+
<a href={useBaseUrl('/create/docker/')} className="ri-card-link">Read More</a>
3939
</div>
4040
</div>
4141

@@ -53,7 +53,7 @@ The following links provides you with the available options to create a new Redi
5353
</div>
5454
</div>
5555
</div>
56-
<a href={useBaseUrl('/create/resoftware')} className="ri-card-link">Read More</a>
56+
<a href={useBaseUrl('/create/from-source/')} className="ri-card-link">Read More</a>
5757
</div>
5858
</div>
5959

docs/develop/java/index-java.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Find more information about Java & Redis connections in the "[Redis Connect](htt
143143

144144
<RedisCard
145145
title="How to Use SSL/TLS With Redis Enterprise"
146-
page="/guide/security/how-to-use-ssl-tls-with-redis-enterprise"
146+
page="/guide/security/how-to-use-ssl-tls-with-redis-enterprise/"
147147
/>
148148

149149
---

docs/develop/java/spring/index-spring.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
id: index-spring
33
title: Spring and Redis
44
sidebar_label: Spring
5-
slug: /develop/java/spring
5+
slug: /develop/java/spring/
66
---

docs/develop/node/index-node.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Find more information about Redis & node-redis connections in the "[Redis Connec
115115

116116
<RedisCard
117117
title="How to Use SSL/TLS With Redis Enterprise"
118-
page="/guide/security/how-to-use-ssl-tls-with-redis-enterprise"
118+
page="/guide/security/how-to-use-ssl-tls-with-redis-enterprise/"
119119
/>
120120

121121
---

docs/develop/python/index-python.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Find more information about Redis & Redis connections in the "[Redis Connect](ht
6565

6666
<RedisCard
6767
title="How to Use SSL/TLS With Redis Enterprise"
68-
page="/guide/security/how-to-use-ssl-tls-with-redis-enterprise"
68+
page="/guide/security/how-to-use-ssl-tls-with-redis-enterprise/"
6969
/>
7070

7171
---

docs/explore/index-explore.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: index-explore
33
title: Explore Data
44
sidebar_label: Explore
5-
slug: /explore
5+
slug: /explore/
66
---
77

88
import useBaseUrl from '@docusaurus/useBaseUrl';

docs/guides/import-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: import-data
33
title: Import Data into Redis
44
sidebar_label: Import Data
5-
slug: /guides/import-data
5+
slug: /guides/import-data/
66
---
77

88
## Import data to the Cloud

0 commit comments

Comments
 (0)