Skip to content

Commit cde6d31

Browse files
Update home.html
1 parent 72e5b47 commit cde6d31

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

layouts/home.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
9090
{{ partial "docs-section.html" (dict
9191
"Title" "Try Redis Cloud"
9292
"Description" "Free Redis Cloud account managed by Redis or on AWS, GCP, or Azure"
93-
"ButtonLink" ".operate/rc/rc-quickstart/"
93+
"ButtonLink" "./operate/rc/rc-quickstart/"
9494
"ButtonLabel" "Redis Cloud quick start guide"
9595
) }}
9696

@@ -109,7 +109,7 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
109109
{{ partial "docs-section.html" (dict
110110
"Title" "Get RedisInsight"
111111
"Description" "Optimize with RedisInsight on AWS EC2, Docker, Kubernetes, and desktop"
112-
"ButtonLink" ".operate/oss_and_stack/redisinsight/install/"
112+
"ButtonLink" "./operate/oss_and_stack/redisinsight/install/"
113113
"ButtonLabel" "RedisInsight installation guide"
114114
) }}
115115

@@ -126,7 +126,7 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
126126
{{ partial "docs-section.html" (dict
127127
"Title" "Use Redis Stack"
128128
"Description" "Install and use Redis Stack on Linux, macOS, Windows, or Docker"
129-
"ButtonLink" ".operate/oss_and_stack/install/install-stack/"
129+
"ButtonLink" "./operate/oss_and_stack/install/install-stack/"
130130
"ButtonLabel" "Redis Stack install guide"
131131
) }}
132132

@@ -153,7 +153,7 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
153153
{{ partial "docs-section.html" (dict
154154
"Title" "Deploy Redis Enterprise Software"
155155
"Description" "Enterprise-grade deployment including hybrid and geo-distributed environments"
156-
"ButtonLink" ".operate/rs/installing-upgrading/install/plan-deployment/"
156+
"ButtonLink" "./operate/rs/installing-upgrading/install/plan-deployment/"
157157
"ButtonLabel" "Redis Software deployment planning guide"
158158
) }}
159159

@@ -172,7 +172,7 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
172172
{{ partial "docs-section.html" (dict
173173
"Title" "Deploy Redis Cloud"
174174
"Description" "Deploy Redis Cloud in multiple regions and availability zones"
175-
"ButtonLink" ".operate/rc/databases/create-database/create-active-active-database/"
175+
"ButtonLink" "./operate/rc/databases/create-database/create-active-active-database/"
176176
"ButtonLabel" "Active-active Redis Cloud database guide"
177177
) }}
178178

@@ -189,7 +189,7 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
189189
{{ partial "docs-section.html" (dict
190190
"Title" "Deploy on Kubernetes"
191191
"Description" "Get started with the Redis Software for Kubernetes container image"
192-
"ButtonLink" ".operate/kubernetes/deployment/quick-start/"
192+
"ButtonLink" "./operate/kubernetes/deployment/quick-start/"
193193
"ButtonLabel" "Kubernetes deployment quickstart"
194194
) }}
195195

@@ -218,7 +218,7 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
218218
{{ partial "docs-section.html" (dict
219219
"Title" "Ingest and sync data to Redis"
220220
"Description" "Sync Redis Software with live data from your disk-based databases"
221-
"ButtonLink" ".integrate/redis-data-integration/quick-start-guide/"
221+
"ButtonLink" "./integrate/redis-data-integration/quick-start-guide/"
222222
"ButtonLabel" "Redis Data Integration pipeline quickstart"
223223
) }}
224224

@@ -237,7 +237,7 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
237237
{{ partial "docs-section.html" (dict
238238
"Title" "Migrate data to or from Redis"
239239
"Description" "Migrate data from files, data generators, relational databases, or snapshot replication"
240-
"ButtonLink" ".integrate/riot/"
240+
"ButtonLink" "./integrate/riot/"
241241
"ButtonLabel" "Redis input and output CLI tool user guide"
242242
) }}
243243

@@ -254,7 +254,7 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
254254
{{ partial "docs-section.html" (dict
255255
"Title" "Monitor Redis with Prometheus"
256256
"Description" "Get started with the Redis Software integration for Prometheus"
257-
"ButtonLink" ".integrate/prometheus-with-redis-enterprise/"
257+
"ButtonLink" "./integrate/prometheus-with-redis-enterprise/"
258258
"ButtonLabel" "Prometheus and Grafana with Redis"
259259
) }}
260260

0 commit comments

Comments
 (0)